Uses of Interface
com.github.mustachejava.ObjectHandler
-
Packages that use ObjectHandler Package Description com.github.mustachejava com.github.mustachejava.codes com.github.mustachejava.reflect com.github.mustachejava.reflect.guards -
-
Uses of ObjectHandler in com.github.mustachejava
Classes in com.github.mustachejava that implement ObjectHandler Modifier and Type Class Description classTypeCheckingHandlerRather than pulling values this looks only at types.Fields in com.github.mustachejava declared as ObjectHandler Modifier and Type Field Description protected ObjectHandlerDefaultMustacheFactory. ohThis is the default object handler.Methods in com.github.mustachejava that return ObjectHandler Modifier and Type Method Description ObjectHandlerDefaultMustacheFactory. getObjectHandler()ObjectHandlerMustacheFactory. getObjectHandler()The object handler knows how to transform names into fields and methods.Methods in com.github.mustachejava with parameters of type ObjectHandler Modifier and Type Method Description voidDefaultMustacheFactory. 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 Modifier and Type Field Description protected ObjectHandlerDefaultCode. oh -
Uses of ObjectHandler in com.github.mustachejava.reflect
Classes in com.github.mustachejava.reflect that implement ObjectHandler Modifier and Type Class Description classBaseObjectHandlerclassReflectionObjectHandlerLookup objects using reflection and execute them the same way.classSimpleObjectHandlerFields in com.github.mustachejava.reflect declared as ObjectHandler Modifier and Type Field Description private ObjectHandlerGuardedBinding. ohprotected ObjectHandlerReflectionWrapper. ohMethods in com.github.mustachejava.reflect with parameters of type ObjectHandler Modifier and Type Method Description static java.lang.ObjectReflectionObjectHandler. unwrap(ObjectHandler oh, int scopeIndex, Wrapper[] wrappers, java.util.List<java.lang.Object> scopes)Constructors in com.github.mustachejava.reflect with parameters of type ObjectHandler Constructor Description GuardedBinding(ObjectHandler oh, java.lang.String name, TemplateContext tc, Code code)ReflectionWrapper(int scopeIndex, Wrapper[] wrappers, Guard[] guard, java.lang.reflect.AccessibleObject method, java.lang.Object[] arguments, ObjectHandler oh) -
Uses of ObjectHandler in com.github.mustachejava.reflect.guards
Fields in com.github.mustachejava.reflect.guards declared as ObjectHandler Modifier and Type Field Description protected ObjectHandlerMapGuard. ohprotected ObjectHandlerWrappedGuard. ohConstructors in com.github.mustachejava.reflect.guards with parameters of type ObjectHandler Constructor Description MapGuard(ObjectHandler oh, int scopeIndex, java.lang.String name, boolean contains, Wrapper[] wrappers)WrappedGuard(ObjectHandler oh, int index, java.util.List<Wrapper> wrappers, java.util.List<Guard> wrapperGuard)
-