Class DotGuard

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

public class DotGuard extends Object implements Guard
Guard dot notation references.
  • Field Details

    • lookup

      private final String lookup
    • scopeIndex

      private final int scopeIndex
    • classGuard

      private final Class classGuard
  • Constructor Details

    • DotGuard

      public DotGuard(String lookup, int scopeIndex, Object classGuard)
  • Method Details