Class CoreFactory


  • public class CoreFactory
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static JsonEngine ENGINE  
    • Constructor Summary

      Constructors 
      Constructor Description
      CoreFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static JsonEngine getCore()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • CoreFactory

        public CoreFactory()
    • Method Detail