Uses of Enum
nl.jqno.equalsverifier.Warning
Packages that use Warning
Package
Description
-
Uses of Warning in nl.jqno.equalsverifier
Methods in nl.jqno.equalsverifier that return WarningModifier and TypeMethodDescriptionstatic WarningReturns the enum constant of this type with the specified name.static Warning[]Warning.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.jqno.equalsverifier with parameters of type WarningModifier and TypeMethodDescriptionSuppresses warnings given byEqualsVerifier. -
Uses of Warning in nl.jqno.equalsverifier.api
Methods in nl.jqno.equalsverifier.api with parameters of type WarningModifier and TypeMethodDescriptionSuppresses warnings given byEqualsVerifier.Suppresses warnings given byEqualsVerifier.Suppresses warnings given byEqualsVerifier.Constructor parameters in nl.jqno.equalsverifier.api with type arguments of type WarningModifierConstructorDescriptionSingleTypeEqualsVerifierApi(Class<T> type, EnumSet<Warning> warningsToSuppress, FactoryCache factoryCache, boolean usingGetClass, Function<String, String> converter) Constructor. -
Uses of Warning in nl.jqno.equalsverifier.internal.util
Methods in nl.jqno.equalsverifier.internal.util that return types with arguments of type WarningMethod parameters in nl.jqno.equalsverifier.internal.util with type arguments of type WarningModifier and TypeMethodDescriptionstatic <T> Configuration<T> Configuration.build(Class<T> type, Set<String> excludedFields, Set<String> includedFields, Set<String> nonnullFields, CachedHashCodeInitializer<T> cachedHashCodeInitializer, boolean hasRedefinedSuperclass, Class<? extends T> redefinedSubclass, boolean usingGetClass, EnumSet<Warning> warningsToSuppress, Function<String, String> fieldnameToGetter, FactoryCache factoryCache, Set<String> ignoredAnnotationClassNames, Set<String> actualFields, List<T> equalExamples, List<T> unequalExamples) static voidValidations.validateProcessedAnnotations(Class<?> type, AnnotationCache cache, Set<Warning> warnings, Set<String> includedFields, Set<String> excludedFields) static voidValidations.validateWarnings(Set<Warning> warnings) static voidValidations.validateWarningsAndFields(Set<Warning> warnings, Set<String> includedFields, Set<String> excludedFields)