Uses of Interface
com.github.mustachejava.ObjectHandler
Packages that use ObjectHandler
Package
Description
-
Uses of ObjectHandler in com.github.mustachejava
Classes in com.github.mustachejava that implement ObjectHandlerModifier and TypeClassDescriptionclassRather than pulling values this looks only at types.Fields in com.github.mustachejava declared as ObjectHandlerModifier and TypeFieldDescriptionprotected ObjectHandlerDefaultMustacheFactory.ohThis is the default object handler.Methods in com.github.mustachejava that return ObjectHandlerModifier and TypeMethodDescriptionDefaultMustacheFactory.getObjectHandler()MustacheFactory.getObjectHandler()The object handler knows how to transform names into fields and methods.Methods in com.github.mustachejava with parameters of type ObjectHandlerModifier and TypeMethodDescriptionvoidDefaultMustacheFactory.setObjectHandler(ObjectHandler oh) You can override the default object handler post construction. -
Uses of ObjectHandler in com.github.mustachejava.codes
Fields in com.github.mustachejava.codes declared as ObjectHandler -
Uses of ObjectHandler in com.github.mustachejava.reflect
Classes in com.github.mustachejava.reflect that implement ObjectHandlerModifier and TypeClassDescriptionclassclassLookup objects using reflection and execute them the same way.classFields in com.github.mustachejava.reflect declared as ObjectHandlerModifier and TypeFieldDescriptionprivate final ObjectHandlerGuardedBinding.ohprotected final ObjectHandlerReflectionWrapper.ohMethods in com.github.mustachejava.reflect with parameters of type ObjectHandlerModifier and TypeMethodDescriptionstatic ObjectReflectionObjectHandler.unwrap(ObjectHandler oh, int scopeIndex, Wrapper[] wrappers, List<Object> scopes) Constructors in com.github.mustachejava.reflect with parameters of type ObjectHandlerModifierConstructorDescriptionGuardedBinding(ObjectHandler oh, String name, TemplateContext tc, Code code) ReflectionWrapper(int scopeIndex, Wrapper[] wrappers, Guard[] guard, AccessibleObject method, Object[] arguments, ObjectHandler oh) -
Uses of ObjectHandler in com.github.mustachejava.reflect.guards
Fields in com.github.mustachejava.reflect.guards declared as ObjectHandlerModifier and TypeFieldDescriptionprotected final ObjectHandlerMapGuard.ohprotected final ObjectHandlerWrappedGuard.ohConstructors in com.github.mustachejava.reflect.guards with parameters of type ObjectHandlerModifierConstructorDescriptionMapGuard(ObjectHandler oh, int scopeIndex, String name, boolean contains, Wrapper[] wrappers) WrappedGuard(ObjectHandler oh, int index, List<Wrapper> wrappers, List<Guard> wrapperGuard)