Class DepthGuard

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

public class DepthGuard extends Object implements Guard
Check that there are the same number of scope levels.
  • Field Details

    • length

      protected final int length
  • Constructor Details

    • DepthGuard

      public DepthGuard(int length)
  • Method Details