Class JavaApiPrefabValues

java.lang.Object
nl.jqno.equalsverifier.internal.prefabvalues.JavaApiPrefabValues

public final class JavaApiPrefabValues extends Object
Creates instances of classes for use in a PrefabValues object.

Contains hand-made instances of well-known Java API classes that cannot be instantiated dynamically because of an internal infinite recursion of types, or other issues.

  • Method Details

    • build

      public static FactoryCache build()
      Creates a FactoryCache pre-populated with instances of Java API classes that cannot be instantiated dynamically.
      Returns:
      A pre-populated FactoryCache.