Uses of Class
nl.jqno.equalsverifier.ConfiguredEqualsVerifier
Packages that use ConfiguredEqualsVerifier
-
Uses of ConfiguredEqualsVerifier in nl.jqno.equalsverifier
Methods in nl.jqno.equalsverifier that return ConfiguredEqualsVerifierModifier and TypeMethodDescriptionstatic ConfiguredEqualsVerifierEqualsVerifier.configure()Creates a configuration object that can be reused with EqualsVerifier for multiple classes.ConfiguredEqualsVerifier.copy()Returns a copy of the configuration.static ConfiguredEqualsVerifierEqualsVerifier.simple()Creates a configuration object that is pre-configured so that it can be used with most IDE-generatedequalsandhashCodemethods without any further configuration.Suppresses warnings given byEqualsVerifier.ConfiguredEqualsVerifier.usingGetClass()Signals thatgetClassis used in the implementation of theequalsmethod, instead of aninstanceofcheck.ConfiguredEqualsVerifier.withFieldnameToGetterConverter(Function<String, String> converter) ConfiguredEqualsVerifier.withGenericPrefabValues(Class<S> otherType, Func.Func1<?, S> factory) Adds a factory to generate prefabricated values for instance fields of classes with 1 generic type parameter that EqualsVerifier cannot instantiate by itself.ConfiguredEqualsVerifier.withGenericPrefabValues(Class<S> otherType, Func.Func2<?, ?, S> factory) Adds a factory to generate prefabricated values for instance fields of classes with 2 generic type parameters that EqualsVerifier cannot instantiate by itself.ConfiguredEqualsVerifier.withPrefabValues(Class<S> otherType, S red, S blue) Adds prefabricated values for instance fields of classes that EqualsVerifier cannot instantiate by itself.ConfiguredEqualsVerifier.withResetCaches()Signals that all internal caches need to be reset. -
Uses of ConfiguredEqualsVerifier in nl.jqno.equalsverifier.api
Constructors in nl.jqno.equalsverifier.api with parameters of type ConfiguredEqualsVerifierModifierConstructorDescriptionMultipleTypeEqualsVerifierApi(List<Class<?>> types, ConfiguredEqualsVerifier ev)