Class JavaApiPrefabValues


  • public final class JavaApiPrefabValues
    extends java.lang.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 Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static FactoryCache build()
      Creates a FactoryCache pre-populated with instances of Java API classes that cannot be instantiated dynamically.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.