Class AbstractGenericFactory<T>

java.lang.Object
nl.jqno.equalsverifier.internal.prefabvalues.factories.AbstractGenericFactory<T>
All Implemented Interfaces:
PrefabValueFactory<T>
Direct Known Subclasses:
CopyFactory, EnumMapFactory, EnumSetFactory, MapFactory, SimpleGenericFactory

public abstract class AbstractGenericFactory<T> extends Object implements PrefabValueFactory<T>
Abstract implementation of PrefabValueFactory that provides helper functions for dealing with generics.