Uses of Interface
nl.jqno.equalsverifier.internal.prefabvalues.factories.PrefabValueFactory
Packages that use PrefabValueFactory
Package
Description
-
Uses of PrefabValueFactory in nl.jqno.equalsverifier.internal.prefabvalues
Methods in nl.jqno.equalsverifier.internal.prefabvalues that return PrefabValueFactoryModifier and TypeMethodDescription<T> PrefabValueFactory<T> Retrieves the factory from the cache for the given type.Methods in nl.jqno.equalsverifier.internal.prefabvalues that return types with arguments of type PrefabValueFactoryModifier and TypeMethodDescriptionFactoryCache.iterator()Provides an iterator over all available factories.Methods in nl.jqno.equalsverifier.internal.prefabvalues with parameters of type PrefabValueFactoryModifier and TypeMethodDescription<T> voidFactoryCache.put(Class<?> type, PrefabValueFactory<T> factory) Adds the given factory to the cache and associates it with the given type.<T> voidFactoryCache.put(String typeName, PrefabValueFactory<T> factory) Adds the given factory to the cache and associates it with the given type name. -
Uses of PrefabValueFactory in nl.jqno.equalsverifier.internal.prefabvalues.factories
Classes in nl.jqno.equalsverifier.internal.prefabvalues.factories that implement PrefabValueFactoryModifier and TypeClassDescriptionclassAbstract implementation ofPrefabValueFactorythat provides helper functions for dealing with generics.classCopyFactory<T,S> final classclassImplementation ofPrefabValueFactorythat instantiates EnumSets using reflection, while taking generics into account.classclassImplementation ofPrefabValueFactorythat instantiates types "by force".classMapFactory<T extends Map>Implementation ofPrefabValueFactorythat specializes in creating implementations ofMap, taking generics into account.classImplementation ofPrefabValueFactorythat holds on to two instances that have already been created.classMethods in nl.jqno.equalsverifier.internal.prefabvalues.factories that return PrefabValueFactoryModifier and TypeMethodDescriptionstatic <A,T extends Collection<A>>
PrefabValueFactory<T> Factories.collection(Supplier<T> emptyFactory) static <T,S> PrefabValueFactory <T> static <K,V, T extends Map<K, V>>
PrefabValueFactory<T> static <A,T> PrefabValueFactory <T> Factories.simple(Func.Func1<A, T> factory, Supplier<T> emptyFactory) static <A,B, T> PrefabValueFactory <T> Factories.simple(Func.Func2<A, B, T> factory, Supplier<T> emptyFactory) static <T> PrefabValueFactory<T> Factories.values(T red, T blue, T redCopy) -
Uses of PrefabValueFactory in nl.jqno.equalsverifier.internal.util
Methods in nl.jqno.equalsverifier.internal.util with parameters of type PrefabValueFactoryModifier and TypeMethodDescriptionstatic <T> voidValidations.validateGenericPrefabValues(Class<T> type, PrefabValueFactory<T> factory, int arity)