Class ClassGuard

java.lang.Object
com.github.mustachejava.reflect.guards.ClassGuard
All Implemented Interfaces:
Guard

public class ClassGuard extends Object implements Guard
Ensure that the class of the current scope is that same as when this wrapper was generated. User: spullara Date: 4/13/12 Time: 9:23 AM To change this template use File | Settings | File Templates.
  • Field Details

    • classGuard

      protected final Class classGuard
    • scopeIndex

      protected final int scopeIndex
  • Constructor Details

    • ClassGuard

      public ClassGuard(int scopeIndex, Object scope)
  • Method Details