Class MapGuard

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

public class MapGuard extends Object implements Guard
Guards whether or not a name was present in the map.
  • Field Details

    • oh

      protected final ObjectHandler oh
    • scopeIndex

      protected final int scopeIndex
    • name

      protected final String name
    • contains

      protected final boolean contains
    • wrappers

      protected final Wrapper[] wrappers
  • Constructor Details

  • Method Details