Uses of Interface
com.github.mustachejava.util.Wrapper
Packages that use Wrapper
Package
Description
-
Uses of Wrapper in com.github.mustachejava
Methods in com.github.mustachejava that return Wrapper -
Uses of Wrapper in com.github.mustachejava.reflect
Classes in com.github.mustachejava.reflect that implement WrapperModifier and TypeClassDescriptionclassWrapper that guards.classUsed to mark a wrapper this is only guarding a complete miss.classUsed for evaluating values at a callsiteFields in com.github.mustachejava.reflect declared as WrapperModifier and TypeFieldDescriptionprivate static final Wrapper[]GuardedBinding.EMPTY_WRAPPERSprivate static final Wrapper[]ReflectionObjectHandler.EMPTY_WRAPPERSprivate Wrapper[]GuardedBinding.prevWrappersprotected final Wrapper[]ReflectionWrapper.wrappersFields in com.github.mustachejava.reflect with type parameters of type WrapperModifier and TypeFieldDescriptionGuardedBinding.previousSetThe chances of a new guard every time is very low.Methods in com.github.mustachejava.reflect that return WrapperModifier and TypeMethodDescriptionprotected WrapperReflectionObjectHandler.createWrapper(int scopeIndex, Wrapper[] wrappers, List<? extends Guard> guard, AccessibleObject member, Object[] arguments) protected WrapperReflectionObjectHandler.findWrapper(int scopeIndex, Wrapper[] wrappers, List<Guard> guards, Object scope, String name) Find a wrapper given the current context.protected WrapperGuardedBinding.getWrapper(String name, List<Object> scopes) Wrapper[]ReflectionWrapper.getWrappers()Methods in com.github.mustachejava.reflect with parameters of type WrapperModifier and TypeMethodDescriptionprotected MapGuardReflectionObjectHandler.createMapGuard(int scopeIndex, Wrapper[] wrappers, String name, boolean contains) protected WrapperReflectionObjectHandler.createWrapper(int scopeIndex, Wrapper[] wrappers, List<? extends Guard> guard, AccessibleObject member, Object[] arguments) protected WrapperReflectionObjectHandler.findWrapper(int scopeIndex, Wrapper[] wrappers, List<Guard> guards, Object scope, String name) Find a wrapper given the current context.static ObjectReflectionObjectHandler.unwrap(ObjectHandler oh, int scopeIndex, Wrapper[] wrappers, List<Object> scopes) Method parameters in com.github.mustachejava.reflect with type arguments of type WrapperModifier and TypeMethodDescriptionprotected WrappedGuardReflectionObjectHandler.createWrappedGuard(int i, List<Wrapper> wrappers, List<Guard> wrapperGuard) Constructors in com.github.mustachejava.reflect with parameters of type WrapperModifierConstructorDescriptionReflectionWrapper(int scopeIndex, Wrapper[] wrappers, Guard[] guard, AccessibleObject method, Object[] arguments, ObjectHandler oh) -
Uses of Wrapper in com.github.mustachejava.reflect.guards
Fields in com.github.mustachejava.reflect.guards declared as WrapperModifier and TypeFieldDescriptionprivate static final Wrapper[]WrappedGuard.EMPTY_WRAPPERSprotected final Wrapper[]MapGuard.wrappersprotected final Wrapper[]WrappedGuard.wrappersConstructors in com.github.mustachejava.reflect.guards with parameters of type WrapperModifierConstructorDescriptionMapGuard(ObjectHandler oh, int scopeIndex, String name, boolean contains, Wrapper[] wrappers) Constructor parameters in com.github.mustachejava.reflect.guards with type arguments of type WrapperModifierConstructorDescriptionWrappedGuard(ObjectHandler oh, int index, List<Wrapper> wrappers, List<Guard> wrapperGuard)