Class ObjectConverter


  • public final class ObjectConverter
    extends java.lang.Object
    Convert a given Java Type a nested JSON representation. And the other way around. An example would be to convert a custom Project POJO, like Dog.class to it's JSON representation
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ObjectConverter()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ObjectConverter

        private ObjectConverter()