Class WrappedGuard
- java.lang.Object
-
- com.github.mustachejava.reflect.guards.WrappedGuard
-
-
Field Summary
Fields Modifier and Type Field Description private static Wrapper[]EMPTY_WRAPPERSprotected intindexprotected ObjectHandlerohprivate java.util.List<Guard>wrapperGuardprotected Wrapper[]wrappers
-
Constructor Summary
Constructors Constructor Description WrappedGuard(ObjectHandler oh, int index, java.util.List<Wrapper> wrappers, java.util.List<Guard> wrapperGuard)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapply(java.util.List<java.lang.Object> objects)java.lang.StringtoString()
-
-
-
Field Detail
-
EMPTY_WRAPPERS
private static final Wrapper[] EMPTY_WRAPPERS
-
oh
protected final ObjectHandler oh
-
index
protected final int index
-
wrappers
protected final Wrapper[] wrappers
-
wrapperGuard
private final java.util.List<Guard> wrapperGuard
-
-
Constructor Detail
-
WrappedGuard
public WrappedGuard(ObjectHandler oh, int index, java.util.List<Wrapper> wrappers, java.util.List<Guard> wrapperGuard)
-
-