Uses of Class
nl.jqno.equalsverifier.util.ClassAccessor

Packages that use ClassAccessor
nl.jqno.equalsverifier   
nl.jqno.equalsverifier.util   
nl.jqno.equalsverifier.util.annotations   
 

Uses of ClassAccessor in nl.jqno.equalsverifier
 

Methods in nl.jqno.equalsverifier that return ClassAccessor
 ClassAccessor<T> Configuration.createClassAccessor()
           
 

Uses of ClassAccessor in nl.jqno.equalsverifier.util
 

Methods in nl.jqno.equalsverifier.util that return ClassAccessor
 ClassAccessor<? super T> ClassAccessor.getSuperAccessor()
          Returns an accessor for T's superclass.
static
<T> ClassAccessor<T>
ClassAccessor.of(Class<T> type, PrefabValues prefabValues, boolean ignoreAnnotationFailure)
          Factory method.
 

Uses of ClassAccessor in nl.jqno.equalsverifier.util.annotations
 

Methods in nl.jqno.equalsverifier.util.annotations with parameters of type ClassAccessor
static boolean NonnullAnnotationChecker.fieldIsNonnull(ClassAccessor<?> classAccessor, Field field)
          Checks whether the given field is marked with an Nonnull annotation, whether directly, or through some default annotation mechanism.
 



Copyright © 2015. All Rights Reserved.