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 ResolvedAttributeArrayResolver. resolve(java.lang.Object instance, java.lang.Object attributeNameValue, java.lang.Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, java.lang.String filename, int lineNumber)ResolvedAttributeAttributeResolver. resolve(java.lang.Object instance, java.lang.Object attributeNameValue, java.lang.Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, java.lang.String filename, int lineNumber)Attempts to resolve an attribute of the given instance.ResolvedAttributeDefaultAttributeResolver. resolve(java.lang.Object instance, java.lang.Object attributeNameValue, java.lang.Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, java.lang.String filename, int lineNumber)ResolvedAttributeListResolver. resolve(java.lang.Object instance, java.lang.Object attributeNameValue, java.lang.Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, java.lang.String filename, int lineNumber)ResolvedAttributeMacroResolver. resolve(java.lang.Object instance, java.lang.Object attributeNameValue, java.lang.Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, java.lang.String filename, int lineNumber)ResolvedAttributeMapResolver. resolve(java.lang.Object instance, java.lang.Object attributeNameValue, java.lang.Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, java.lang.String filename, int lineNumber)
-