Class 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 Detail

      • 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.