Package com.github.mustachejava.util
Interface Wrapper
-
- All Known Implementing Classes:
GuardedWrapper,MissingWrapper,ReflectionWrapper
public interface WrapperCall a wrapped name on a set of scopes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectcall(java.util.List<java.lang.Object> scopes)
-
-
-
Method Detail
-
call
java.lang.Object call(java.util.List<java.lang.Object> scopes) throws GuardException- Throws:
GuardException
-
-