Class TurCustomClassCache

Object
TurCustomClassCache

public class TurCustomClassCache extends Object
  • Method Details

    • getCustomClassMap

      public static Optional<Object> getCustomClassMap(String className)
      Retrieve an instance of a class from a static HashMap. The class will be instantiated on the HashMap if not present.
      Parameters:
      className - The name of the class that has to be retrieved.
      Returns:
      An Optional of the instance.