Package 

Class JSONTestConfig

  • All Implemented Interfaces:

    @Component() 
    public final class JSONTestConfig
    
                        

    A Spring component to supply the JSONConfig object to be used by kjson functions.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      JSONTestConfig(JSONConfig config)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

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

      • JSONTestConfig

        JSONTestConfig(JSONConfig config)
    • Method Detail