A B C D E F G H I J N O P R S T U V W

A

addTo(PrefabValues) - Static method in class nl.jqno.equalsverifier.JavaApiPrefabValues
Adds instances of Java API classes that cannot be instantiated dynamically to prefabValues.
addTo(PrefabValues) - Method in class nl.jqno.equalsverifier.util.ConditionalPrefabValueBuilder
Adds two instances of the given type to a PrefabValues object.
allFieldsShouldBeUsed() - Method in class nl.jqno.equalsverifier.EqualsVerifier
Signals that all non-transient fields are relevant in the equals contract.
allFieldsShouldBeUsedExcept(String...) - Method in class nl.jqno.equalsverifier.EqualsVerifier
Signals that all non-transient fields are relevant in the equals contract, except for the ones specified.
andUnequalExample(T) - Method in class nl.jqno.equalsverifier.EqualsVerifier.RelaxedEqualsVerifierHelper
Asks for an unequal instance of T and subsequently returns a fully constructed instance of EqualsVerifier.
andUnequalExamples(T, T...) - Method in class nl.jqno.equalsverifier.EqualsVerifier.RelaxedEqualsVerifierHelper
Asks for a list of unequal instances of T and subsequently returns a fully constructed instance of EqualsVerifier.
Annotation - Interface in nl.jqno.equalsverifier.util.annotations
Describes an annotation that can be recognised by EqualsVerifier.
AnnotationAccessor - Class in nl.jqno.equalsverifier.util.annotations
Provides access to the annotations that are defined on a class and its fields.
AnnotationAccessor(Annotation[], Class<?>, boolean) - Constructor for class nl.jqno.equalsverifier.util.annotations.AnnotationAccessor
Constructor
AnnotationProperties - Class in nl.jqno.equalsverifier.util.annotations
Contains all properties of an annotation necessary to to make decisions about that annotation.
AnnotationProperties(String) - Constructor for class nl.jqno.equalsverifier.util.annotations.AnnotationProperties
Constructor.
Assert - Class in nl.jqno.equalsverifier.util
Alternative for org.junit.Assert, so we can assert things without having a dependency on JUnit.
assertEquals(Formatter, Object, Object) - Static method in class nl.jqno.equalsverifier.util.Assert
Asserts that two Objects are equal to one another.
assertFalse(Formatter, boolean) - Static method in class nl.jqno.equalsverifier.util.Assert
Asserts that an assertion is true.
AssertionException - Exception in nl.jqno.equalsverifier.util.exceptions
Signals that an EqualsVerfier assertion has failed.
AssertionException(Formatter) - Constructor for exception nl.jqno.equalsverifier.util.exceptions.AssertionException
 
AssertionException(Formatter, Throwable) - Constructor for exception nl.jqno.equalsverifier.util.exceptions.AssertionException
 
assertTrue(Formatter, boolean) - Static method in class nl.jqno.equalsverifier.util.Assert
Asserts that an assertion is false.

B

backup(Class<T>) - Method in class nl.jqno.equalsverifier.util.StaticFieldValueStash
 
backupToStash(Class<?>) - Method in class nl.jqno.equalsverifier.util.PrefabValues
 

C

callFactory(String, Class<?>[], Object[]) - Method in class nl.jqno.equalsverifier.util.ConditionalInstantiator
Attempts to call a static factory method on the type.
callFactory(String, String, Class<?>[], Object[]) - Method in class nl.jqno.equalsverifier.util.ConditionalInstantiator
Attempts to call a static factory method on a type.
callFactory(String, Class<?>[], Object[]) - Method in class nl.jqno.equalsverifier.util.ConditionalPrefabValueBuilder
Attempts to instantiate the given type by calling a factory method.
callFactory(String, String, Class<?>[], Object[]) - Method in class nl.jqno.equalsverifier.util.ConditionalPrefabValueBuilder
Attempts to instantiate the given type by calling a factory method.
canBeModifiedReflectively() - Method in class nl.jqno.equalsverifier.util.FieldAccessor
Determines whether the field can be modified using reflection.
changeField(PrefabValues) - Method in class nl.jqno.equalsverifier.util.FieldAccessor
Changes the field's value to something else.
ClassAccessor<T> - Class in nl.jqno.equalsverifier.util
Instantiates and populates objects of a given class.
classes(Class<?>...) - Static method in class nl.jqno.equalsverifier.util.ConditionalInstantiator
Helper method to create an array of Classes.
ConditionalInstantiator - Class in nl.jqno.equalsverifier.util
Allows instantiation of classes that may or may not be present on the classpath.
ConditionalInstantiator(String) - Constructor for class nl.jqno.equalsverifier.util.ConditionalInstantiator
Constructor.
ConditionalPrefabValueBuilder - Class in nl.jqno.equalsverifier.util
Builds prefab values for classes that may or may not be present on the classpath.
Configuration<T> - Class in nl.jqno.equalsverifier
 
contains(Class<?>) - Method in class nl.jqno.equalsverifier.util.PrefabValues
Tests whether prefabricated values exist for the specified class.
copy() - Method in class nl.jqno.equalsverifier.util.ObjectAccessor
Creates a copy of the wrapped object.
copyIntoAnonymousSubclass() - Method in class nl.jqno.equalsverifier.util.ObjectAccessor
Creates a copy of the wrapped object, where the copy type is an anonymous subclass of the wrapped object's class.
copyIntoSubclass(Class<S>) - Method in class nl.jqno.equalsverifier.util.ObjectAccessor
Creates a copy of the wrapped object, where the copy's type is a specified subclass of the wrapped object's class.
copyTo(Object) - Method in class nl.jqno.equalsverifier.util.FieldAccessor
Copies field's value to the corresponding field in the specified object.
createClassAccessor() - Method in class nl.jqno.equalsverifier.Configuration
 

D

debug() - Method in class nl.jqno.equalsverifier.EqualsVerifier
Deprecated. No longer needed. The stack trace that this method printed, is now included as the cause of the AssertionError.
declaresEquals() - Method in class nl.jqno.equalsverifier.util.ClassAccessor
Determines whether T has an equals method.
declaresField(Field) - Method in class nl.jqno.equalsverifier.util.ClassAccessor
Determines whether T declares a field.
declaresHashCode() - Method in class nl.jqno.equalsverifier.util.ClassAccessor
Determines whether T has an hashCode method.
defaultField() - Method in class nl.jqno.equalsverifier.util.FieldAccessor
Tries to make the field null.
descriptors() - Method in interface nl.jqno.equalsverifier.util.annotations.Annotation
One or more strings that contain the annotation's class name.
descriptors() - Method in enum nl.jqno.equalsverifier.util.annotations.SupportedAnnotations
 

E

EqualsVerifier<T> - Class in nl.jqno.equalsverifier
EqualsVerifier can be used in unit tests to verify whether the contract for the equals and hashCode methods in a class is met.
EqualsVerifier.RelaxedEqualsVerifierHelper<T> - Class in nl.jqno.equalsverifier
Helper class for EqualsVerifier.forRelaxedEqualExamples(Object, Object, Object...).
EqualsVerifierBugException - Exception in nl.jqno.equalsverifier.util.exceptions
Signals a bug in EqualsVerifier.
EqualsVerifierBugException() - Constructor for exception nl.jqno.equalsverifier.util.exceptions.EqualsVerifierBugException
 
EqualsVerifierBugException(String) - Constructor for exception nl.jqno.equalsverifier.util.exceptions.EqualsVerifierBugException
 
EqualsVerifierBugException(Throwable) - Constructor for exception nl.jqno.equalsverifier.util.exceptions.EqualsVerifierBugException
 
EqualsVerifierBugException(String, Throwable) - Constructor for exception nl.jqno.equalsverifier.util.exceptions.EqualsVerifierBugException
 

F

fail(Formatter) - Static method in class nl.jqno.equalsverifier.util.Assert
Throws an AssertionException.
fail(Formatter, Throwable) - Static method in class nl.jqno.equalsverifier.util.Assert
Throws an AssertionException.
FieldAccessor - Class in nl.jqno.equalsverifier.util
Provides reflective access to one field of an object.
FieldAccessor(Object, Field) - Constructor for class nl.jqno.equalsverifier.util.FieldAccessor
Constructor.
fieldAccessorFor(Field) - Method in class nl.jqno.equalsverifier.util.ObjectAccessor
Returns a FieldAccessor for the wrapped object and the specified field.
fieldHas(String, Annotation) - Method in class nl.jqno.equalsverifier.util.annotations.AnnotationAccessor
Determines whether AnnotationAccessor.type has a particular annotation on a particular field.
fieldHasAnnotation(Field, Annotation) - Method in class nl.jqno.equalsverifier.util.ClassAccessor
Determines whether a particular field in T has a particular annotation.
fieldIsFinal() - Method in class nl.jqno.equalsverifier.util.FieldAccessor
Returns whether the field is marked with the final modifier.
fieldIsNonnull(ClassAccessor<?>, Field) - Static method in class nl.jqno.equalsverifier.util.annotations.NonnullAnnotationChecker
Checks whether the given field is marked with an Nonnull annotation, whether directly, or through some default annotation mechanism.
fieldIsPrimitive() - Method in class nl.jqno.equalsverifier.util.FieldAccessor
Returns whether the field is of a primitive type.
fieldIsStatic() - Method in class nl.jqno.equalsverifier.util.FieldAccessor
Returns whether the field is marked with the static modifier.
fieldIsTransient() - Method in class nl.jqno.equalsverifier.util.FieldAccessor
Returns whether the field is marked with the transient modifier.
FieldIterable - Class in nl.jqno.equalsverifier.util
Iterable to iterate over all declared fields in a class and, if needed, over all declared fields of its superclasses.
forClass(Class<T>) - Static method in class nl.jqno.equalsverifier.EqualsVerifier
Factory method.
forExamples(T, T, T...) - Static method in class nl.jqno.equalsverifier.EqualsVerifier
Factory method.
format() - Method in class nl.jqno.equalsverifier.util.Formatter
Formats the message with the given objects.
Formatter - Class in nl.jqno.equalsverifier.util
Formats a string with the contents of one or more objects.
forName(String) - Static method in class nl.jqno.equalsverifier.util.ConditionalInstantiator
Helper method to resolve a Class of a given name.
forRelaxedEqualExamples(T, T, T...) - Static method in class nl.jqno.equalsverifier.EqualsVerifier
Factory method.

G

get() - Method in class nl.jqno.equalsverifier.util.FieldAccessor
Tries to get the field's value.
get() - Method in class nl.jqno.equalsverifier.util.ObjectAccessor
Returns the wrapped object.
getAllFieldsShouldBeUsedExceptions() - Method in class nl.jqno.equalsverifier.Configuration
 
getArrayValues(String) - Method in class nl.jqno.equalsverifier.util.annotations.AnnotationProperties
Retrieves the content of an array value property.
getBlack(Class<T>) - Method in class nl.jqno.equalsverifier.util.PrefabValues
Getter for the "black" prefabricated value of the specified type.
getBlackAccessor() - Method in class nl.jqno.equalsverifier.util.ClassAccessor
Returns an ObjectAccessor for ClassAccessor.getBlackObject().
getBlackObject() - Method in class nl.jqno.equalsverifier.util.ClassAccessor
Returns an instance of T that is not equal to the instance of T returned by ClassAccessor.getRedObject().
getCachedHashCodeInitializer() - Method in class nl.jqno.equalsverifier.Configuration
 
getDefaultValuesAccessor() - Method in class nl.jqno.equalsverifier.util.ClassAccessor
Returns an ObjectAccessor for ClassAccessor.getDefaultValuesObject().
getDefaultValuesObject() - Method in class nl.jqno.equalsverifier.util.ClassAccessor
Returns an instance of T where all the fields are initialized to their default values.
getDescriptor() - Method in class nl.jqno.equalsverifier.util.annotations.AnnotationProperties
Getter.
getField() - Method in class nl.jqno.equalsverifier.util.FieldAccessor
Getter.
getFieldName() - Method in class nl.jqno.equalsverifier.util.FieldAccessor
Getter for the field's name.
getFieldType() - Method in class nl.jqno.equalsverifier.util.FieldAccessor
Getter for the field's type.
getMessage() - Method in exception nl.jqno.equalsverifier.util.exceptions.RecursionException
getObject() - Method in class nl.jqno.equalsverifier.util.FieldAccessor
Getter.
getOther(Class<?>, Object) - Method in class nl.jqno.equalsverifier.util.PrefabValues
Returns a prefabricated value for type which is not equal to value.
getPrefabValues() - Method in class nl.jqno.equalsverifier.Configuration
 
getPrefabValues() - Method in class nl.jqno.equalsverifier.util.ClassAccessor
Getter.
getRed(Class<T>) - Method in class nl.jqno.equalsverifier.util.PrefabValues
Getter for the "red" prefabricated value of the specified type.
getRedAccessor() - Method in class nl.jqno.equalsverifier.util.ClassAccessor
Returns an ObjectAccessor for ClassAccessor.getRedObject().
getRedefinedSubclass() - Method in class nl.jqno.equalsverifier.Configuration
 
getRedObject() - Method in class nl.jqno.equalsverifier.util.ClassAccessor
Returns an instance of T that is not equal to the instance of T returned by ClassAccessor.getBlackObject().
getSuperAccessor() - Method in class nl.jqno.equalsverifier.util.ClassAccessor
Returns an accessor for T's superclass.
getType() - Method in class nl.jqno.equalsverifier.Configuration
 
getType() - Method in class nl.jqno.equalsverifier.util.ClassAccessor
Getter.
getWarningsToSuppress() - Method in class nl.jqno.equalsverifier.Configuration
 

H

hasAnnotation(Annotation) - Method in class nl.jqno.equalsverifier.util.ClassAccessor
Determines whether T has a particular annotation.
hasRedefinedSuperclass() - Method in class nl.jqno.equalsverifier.Configuration
 

I

inherits() - Method in interface nl.jqno.equalsverifier.util.annotations.Annotation
Whether the annotation applies to the class in which is appears only, or whether it applies to that class and all its subclasses.
inherits() - Method in enum nl.jqno.equalsverifier.util.annotations.SupportedAnnotations
 
instantiate(Class<?>[], Object[]) - Method in class nl.jqno.equalsverifier.util.ConditionalInstantiator
Attempts to instantiate the type.
instantiate(Class<?>[], Object[]) - Method in class nl.jqno.equalsverifier.util.ConditionalPrefabValueBuilder
Attempts to instantiate the given type by calling its constructor.
instantiate(Class<?>[], PrefabValues) - Method in class nl.jqno.equalsverifier.util.ConditionalPrefabValueBuilder
Attempts to instantiate the given type by calling its constructor.
instantiate() - Method in class nl.jqno.equalsverifier.util.Instantiator
Instantiates an object of type T.
instantiateAnonymousSubclass() - Method in class nl.jqno.equalsverifier.util.Instantiator
Instantiates an anonymous subclass of T.
Instantiator<T> - Class in nl.jqno.equalsverifier.util
Instantiates objects of a given class.
InternalException - Exception in nl.jqno.equalsverifier.util.exceptions
Exception internal to the EqualsVerifier project.
InternalException() - Constructor for exception nl.jqno.equalsverifier.util.exceptions.InternalException
 
InternalException(String) - Constructor for exception nl.jqno.equalsverifier.util.exceptions.InternalException
 
InternalException(Throwable) - Constructor for exception nl.jqno.equalsverifier.util.exceptions.InternalException
 
InternalException(String, Throwable) - Constructor for exception nl.jqno.equalsverifier.util.exceptions.InternalException
 
isAllFieldsShouldBeUsed() - Method in class nl.jqno.equalsverifier.Configuration
 
isEqualsAbstract() - Method in class nl.jqno.equalsverifier.util.ClassAccessor
Determines whether T's equals method is abstract.
isEqualsInheritedFromObject() - Method in class nl.jqno.equalsverifier.util.ClassAccessor
Determines whether T's equals method is inherited from Object.
isHashCodeAbstract() - Method in class nl.jqno.equalsverifier.util.ClassAccessor
Determines whether T's hashCode method is abstract.
isUsingGetClass() - Method in class nl.jqno.equalsverifier.Configuration
 
iterator() - Method in class nl.jqno.equalsverifier.util.FieldIterable
Returns an iterator over all declared fields of the class and all of its superclasses.

J

JavaApiPrefabValues - Class in nl.jqno.equalsverifier
Creates instances of classes for use in a PrefabValues object.

N

nl.jqno.equalsverifier - package nl.jqno.equalsverifier
 
nl.jqno.equalsverifier.util - package nl.jqno.equalsverifier.util
 
nl.jqno.equalsverifier.util.annotations - package nl.jqno.equalsverifier.util.annotations
 
nl.jqno.equalsverifier.util.exceptions - package nl.jqno.equalsverifier.util.exceptions
 
NonnullAnnotationChecker - Class in nl.jqno.equalsverifier.util.annotations
Utility class that checks whether a field is marked with an Nonnull annotation of some sort.
NonnullAnnotationChecker() - Constructor for class nl.jqno.equalsverifier.util.annotations.NonnullAnnotationChecker
 

O

ObjectAccessor<T> - Class in nl.jqno.equalsverifier.util
Wraps an object to provide reflective access to it.
objects(Object...) - Static method in class nl.jqno.equalsverifier.util.ConditionalInstantiator
Helper method to create an array of Objects.
of(Class<T>) - Static method in class nl.jqno.equalsverifier.Configuration
 
of(Class<T>, PrefabValues, boolean) - Static method in class nl.jqno.equalsverifier.util.ClassAccessor
Factory method.
of(String) - Static method in class nl.jqno.equalsverifier.util.ConditionalPrefabValueBuilder
Factory method.
of(Class<?>) - Static method in class nl.jqno.equalsverifier.util.FieldIterable
Factory method for a FieldIterator that iterates over all declared fields of type and over the declared fields of all of its superclasses.
of(String, Object...) - Static method in class nl.jqno.equalsverifier.util.Formatter
Factory method.
of(Class<T>) - Static method in class nl.jqno.equalsverifier.util.Instantiator
Factory method.
of(T) - Static method in class nl.jqno.equalsverifier.util.ObjectAccessor
Factory method.
of(T, Class<T>) - Static method in class nl.jqno.equalsverifier.util.ObjectAccessor
Factory method.
ofIgnoringSuper(Class<?>) - Static method in class nl.jqno.equalsverifier.util.FieldIterable
Factory method for a FieldIterator that iterates over all declared fields of type, but that ignores the declared fields of its superclasses.
outerClassHasAnnotation(Annotation) - Method in class nl.jqno.equalsverifier.util.ClassAccessor
Determines whether any of T's outer classes, if they exist, have a particular annotation.

P

packageHasAnnotation(Annotation) - Method in class nl.jqno.equalsverifier.util.ClassAccessor
Determines whether the package in which T resides has a particular annotation.
PrefabValues - Class in nl.jqno.equalsverifier.util
Container and creator of prefabricated instances of objects and classes.
PrefabValues() - Constructor for class nl.jqno.equalsverifier.util.PrefabValues
 
PrefabValues(StaticFieldValueStash) - Constructor for class nl.jqno.equalsverifier.util.PrefabValues
 
put(Class<T>, T, T) - Method in class nl.jqno.equalsverifier.util.PrefabValues
Associates the specified values with the specified class in this collection of prefabricated values.
putAll(PrefabValues) - Method in class nl.jqno.equalsverifier.util.PrefabValues
Copies all prefabricated values of the specified PrefabValues to this one.
putArrayValues(String, Set<Object>) - Method in class nl.jqno.equalsverifier.util.annotations.AnnotationProperties
Adds the content of an array value property.
putFor(Class<?>) - Method in class nl.jqno.equalsverifier.util.PrefabValues
Creates instances for the specified type, and for the types of the fields contained within the specified type, recursively, and adds them.

R

RecursionException - Exception in nl.jqno.equalsverifier.util.exceptions
Signals that a recursion has been detected while traversing the fields of a data structure.
RecursionException(LinkedHashSet<Class<?>>) - Constructor for exception nl.jqno.equalsverifier.util.exceptions.RecursionException
Constructor.
ReflectionException - Exception in nl.jqno.equalsverifier.util.exceptions
Signals that a reflection call went awry.
ReflectionException(String) - Constructor for exception nl.jqno.equalsverifier.util.exceptions.ReflectionException
 
ReflectionException(Throwable) - Constructor for exception nl.jqno.equalsverifier.util.exceptions.ReflectionException
 
resolve() - Method in class nl.jqno.equalsverifier.util.ConditionalInstantiator
Attempts to resolve the type.
restoreAll() - Method in class nl.jqno.equalsverifier.util.StaticFieldValueStash
 
restoreFromStash() - Method in class nl.jqno.equalsverifier.util.PrefabValues
 
returnConstant(String) - Method in class nl.jqno.equalsverifier.util.ConditionalInstantiator
Attempts to resolve a static constant on the type.

S

scramble(PrefabValues) - Method in class nl.jqno.equalsverifier.util.ObjectAccessor
Modifies all fields of the wrapped object that are declared in T and in its superclasses.
set(Object) - Method in class nl.jqno.equalsverifier.util.FieldAccessor
Tries to set the field to the specified value.
shallowScramble(PrefabValues) - Method in class nl.jqno.equalsverifier.util.ObjectAccessor
Modifies all fields of the wrapped object that are declared in T, but not those inherited from superclasses.
StaticFieldValueStash - Class in nl.jqno.equalsverifier.util
 
StaticFieldValueStash() - Constructor for class nl.jqno.equalsverifier.util.StaticFieldValueStash
 
SupportedAnnotations - Enum in nl.jqno.equalsverifier.util.annotations
Descriptions of the annotations that EqualsVerifier supports.
suppress(Warning...) - Method in class nl.jqno.equalsverifier.EqualsVerifier
Suppresses warnings given by EqualsVerifier.

T

typeHas(Annotation) - Method in class nl.jqno.equalsverifier.util.annotations.AnnotationAccessor
Determines whether AnnotationAccessor.type has a particular annotation.

U

usingGetClass() - Method in class nl.jqno.equalsverifier.EqualsVerifier
Signals that getClass is used in the implementation of the equals method, instead of an instanceof check.

V

validate(AnnotationProperties) - Method in interface nl.jqno.equalsverifier.util.annotations.Annotation
Validates the annotation based on its properties.
validate(AnnotationProperties) - Method in enum nl.jqno.equalsverifier.util.annotations.SupportedAnnotations
 
valueOf(String) - Static method in enum nl.jqno.equalsverifier.util.annotations.SupportedAnnotations
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nl.jqno.equalsverifier.Warning
Returns the enum constant of this type with the specified name.
values() - Static method in enum nl.jqno.equalsverifier.util.annotations.SupportedAnnotations
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nl.jqno.equalsverifier.Warning
Returns an array containing the constants of this enum type, in the order they are declared.
verify() - Method in class nl.jqno.equalsverifier.EqualsVerifier
Performs the verification of the contracts for equals and hashCode.

W

Warning - Enum in nl.jqno.equalsverifier
Enum of warnings that can be suppressed in EqualsVerifier.
withAllFieldsShouldBeUsed() - Method in class nl.jqno.equalsverifier.Configuration
 
withAllFieldsShouldBeUsedExceptions(String[]) - Method in class nl.jqno.equalsverifier.Configuration
 
withCachedHashCode(String, String, T) - Method in class nl.jqno.equalsverifier.EqualsVerifier
Signals that T caches its hashCode, instead of re-calculating it each time the hashCode() method is called.
withCachedHashCodeInitializer(CachedHashCodeInitializer<T>) - Method in class nl.jqno.equalsverifier.Configuration
 
withConcreteClass(String) - Method in class nl.jqno.equalsverifier.util.ConditionalPrefabValueBuilder
Provides a concrete implementing class in case the desired type is abstract or an interface.
withConstant(String) - Method in class nl.jqno.equalsverifier.util.ConditionalPrefabValueBuilder
Attempts to obtain a reference to the given type by calling a public static final constant defined within the type.
withPrefabValues(Class<S>, S, S) - Method in class nl.jqno.equalsverifier.EqualsVerifier
Adds prefabricated values for instance fields of classes that EqualsVerifier cannot instantiate by itself.
withRedefinedSubclass(Class<? extends T>) - Method in class nl.jqno.equalsverifier.Configuration
 
withRedefinedSubclass(Class<? extends T>) - Method in class nl.jqno.equalsverifier.EqualsVerifier
Supplies a reference to a subclass of T in which equals is overridden.
withRedefinedSuperclass() - Method in class nl.jqno.equalsverifier.Configuration
 
withRedefinedSuperclass() - Method in class nl.jqno.equalsverifier.EqualsVerifier
Signals that T is part of an inheritance hierarchy where equals is overridden.
withUsingGetClass() - Method in class nl.jqno.equalsverifier.Configuration
 
withWarningsToSuppress(EnumSet<Warning>) - Method in class nl.jqno.equalsverifier.Configuration
 

A B C D E F G H I J N O P R S T U V W

Copyright © 2015. All Rights Reserved.