Uses of Class
io.pebbletemplates.pebble.attributes.ResolvedAttribute
-
Packages that use ResolvedAttribute Package Description io.pebbletemplates.pebble.attributes -
-
Uses of ResolvedAttribute in io.pebbletemplates.pebble.attributes
Methods in io.pebbletemplates.pebble.attributes that return ResolvedAttribute Modifier and Type Method Description ResolvedAttribute
ArrayResolver. resolve(java.lang.Object instance, java.lang.Object attributeNameValue, java.lang.Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, java.lang.String filename, int lineNumber)
ResolvedAttribute
AttributeResolver. resolve(java.lang.Object instance, java.lang.Object attributeNameValue, java.lang.Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, java.lang.String filename, int lineNumber)
ResolvedAttribute
DefaultAttributeResolver. resolve(java.lang.Object instance, java.lang.Object attributeNameValue, java.lang.Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, java.lang.String filename, int lineNumber)
ResolvedAttribute
ListResolver. resolve(java.lang.Object instance, java.lang.Object attributeNameValue, java.lang.Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, java.lang.String filename, int lineNumber)
ResolvedAttribute
MacroResolver. resolve(java.lang.Object instance, java.lang.Object attributeNameValue, java.lang.Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, java.lang.String filename, int lineNumber)
ResolvedAttribute
MapResolver. resolve(java.lang.Object instance, java.lang.Object attributeNameValue, java.lang.Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, java.lang.String filename, int lineNumber)
-