Class FieldInspector<T>

java.lang.Object
nl.jqno.equalsverifier.internal.checkers.FieldInspector<T>

public class FieldInspector<T> extends Object
  • Constructor Details

  • Method Details

    • check

      public void check(FieldCheck<T> check)
    • checkWithNull

      public void checkWithNull(boolean isNullWarningSuppressed, boolean isZeroWarningSuppressed, Set<String> nonnullFields, AnnotationCache annotationCache, FieldCheck<T> check)