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

Packages that use PrefabValues
nl.jqno.equalsverifier   
nl.jqno.equalsverifier.util   
 

Uses of PrefabValues in nl.jqno.equalsverifier
 

Methods in nl.jqno.equalsverifier that return PrefabValues
 PrefabValues Configuration.getPrefabValues()
           
 

Methods in nl.jqno.equalsverifier with parameters of type PrefabValues
static void JavaApiPrefabValues.addTo(PrefabValues prefabValues)
          Adds instances of Java API classes that cannot be instantiated dynamically to prefabValues.
 

Uses of PrefabValues in nl.jqno.equalsverifier.util
 

Methods in nl.jqno.equalsverifier.util that return PrefabValues
 PrefabValues ClassAccessor.getPrefabValues()
          Getter.
 

Methods in nl.jqno.equalsverifier.util with parameters of type PrefabValues
 void ConditionalPrefabValueBuilder.addTo(PrefabValues prefabValues)
          Adds two instances of the given type to a PrefabValues object.
 void FieldAccessor.changeField(PrefabValues prefabValues)
          Changes the field's value to something else.
 ConditionalPrefabValueBuilder ConditionalPrefabValueBuilder.instantiate(Class<?>[] paramTypes, PrefabValues prefabValues)
          Attempts to instantiate the given type by calling its constructor.
static
<T> ClassAccessor<T>
ClassAccessor.of(Class<T> type, PrefabValues prefabValues, boolean ignoreAnnotationFailure)
          Factory method.
 void PrefabValues.putAll(PrefabValues from)
          Copies all prefabricated values of the specified PrefabValues to this one.
 void ObjectAccessor.scramble(PrefabValues prefabValues)
          Modifies all fields of the wrapped object that are declared in T and in its superclasses.
 void ObjectAccessor.shallowScramble(PrefabValues prefabValues)
          Modifies all fields of the wrapped object that are declared in T, but not those inherited from superclasses.
 



Copyright © 2015. All Rights Reserved.