Class ObjectConverter


  • public final class ObjectConverter
    extends 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 Detail

      • ObjectConverter

        private ObjectConverter()