Uses of Class
nl.jqno.equalsverifier.internal.prefabvalues.FactoryCache
Packages that use FactoryCache
Package
Description
-
Uses of FactoryCache in nl.jqno.equalsverifier.api
Constructors in nl.jqno.equalsverifier.api with parameters of type FactoryCacheModifierConstructorDescriptionSingleTypeEqualsVerifierApi(Class<T> type, EnumSet<Warning> warningsToSuppress, FactoryCache factoryCache, boolean usingGetClass, Function<String, String> converter) Constructor. -
Uses of FactoryCache in nl.jqno.equalsverifier.internal.prefabvalues
Methods in nl.jqno.equalsverifier.internal.prefabvalues that return FactoryCacheModifier and TypeMethodDescriptionstatic FactoryCacheJavaApiPrefabValues.build()Creates a FactoryCache pre-populated with instances of Java API classes that cannot be instantiated dynamically.FactoryCache.merge(FactoryCache other) Returns a newFactoryCacheinstance containing the factories fromthisand from theothercache.Methods in nl.jqno.equalsverifier.internal.prefabvalues with parameters of type FactoryCacheModifier and TypeMethodDescriptionFactoryCache.merge(FactoryCache other) Returns a newFactoryCacheinstance containing the factories fromthisand from theothercache.Constructors in nl.jqno.equalsverifier.internal.prefabvalues with parameters of type FactoryCache -
Uses of FactoryCache in nl.jqno.equalsverifier.internal.prefabvalues.factoryproviders
Methods in nl.jqno.equalsverifier.internal.prefabvalues.factoryproviders that return FactoryCacheModifier and TypeMethodDescriptionAwtFactoryProvider.getFactoryCache()FactoryProvider.getFactoryCache()GuavaFactoryProvider.getFactoryCache()JavaFxFactoryProvider.getFactoryCache()JavaxFactoryProvider.getFactoryCache()JodaFactoryProvider.getFactoryCache()RmiFactoryProvider.getFactoryCache() -
Uses of FactoryCache in nl.jqno.equalsverifier.internal.util
Methods in nl.jqno.equalsverifier.internal.util with parameters of type FactoryCacheModifier and TypeMethodDescriptionstatic <T> voidPrefabValuesApi.addGenericPrefabValues(FactoryCache factoryCache, Class<T> otherType, Func.Func1<?, T> factory) static <T> voidPrefabValuesApi.addGenericPrefabValues(FactoryCache factoryCache, Class<T> otherType, Func.Func2<?, ?, T> factory) static <T> voidPrefabValuesApi.addPrefabValues(FactoryCache factoryCache, Class<T> otherType, T red, T blue) static <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)