Uses of Interface
com.floragunn.codova.config.templates.AttributeSource
-
Packages that use AttributeSource Package Description com.floragunn.codova.config.templates -
-
Uses of AttributeSource in com.floragunn.codova.config.templates
Methods in com.floragunn.codova.config.templates that return AttributeSource Modifier and Type Method Description static AttributeSourceAttributeSource. from(Map<String,Object> map)static AttributeSourceAttributeSource. joined(AttributeSource... attributeSources)static AttributeSourceAttributeSource. of(String attribute, Object value)Methods in com.floragunn.codova.config.templates with parameters of type AttributeSource Modifier and Type Method Description ObjectPipeExpression. evaluate(AttributeSource attributeSource)static AttributeSourceAttributeSource. joined(AttributeSource... attributeSources)TTemplate. render(AttributeSource valueResolver)StringTemplate. renderToString(AttributeSource valueResolver)
-