Class MacroResolver
- java.lang.Object
-
- io.pebbletemplates.pebble.attributes.MacroResolver
-
- All Implemented Interfaces:
AttributeResolver
class MacroResolver extends java.lang.Object implements AttributeResolver
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static MacroResolver
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
MacroResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResolvedAttribute
resolve(java.lang.Object instance, java.lang.Object attributeNameValue, java.lang.Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, java.lang.String filename, int lineNumber)
-
-
-
Field Detail
-
INSTANCE
static final MacroResolver INSTANCE
-
-
Method Detail
-
resolve
public ResolvedAttribute resolve(java.lang.Object instance, java.lang.Object attributeNameValue, java.lang.Object[] argumentValues, ArgumentsNode args, EvaluationContextImpl context, java.lang.String filename, int lineNumber)
- Specified by:
resolve
in interfaceAttributeResolver
-
-