Class CkanJsonObjectMarshaller<T>


  • public class CkanJsonObjectMarshaller<T>
    extends net.anwiba.commons.json.JsonObjectMarshaller<T>
    • Constructor Summary

      Constructors 
      Constructor Description
      CkanJsonObjectMarshaller​(java.lang.Class<T> clazz, boolean isPrittyPrintEnabled)  
    • Method Summary

      • Methods inherited from class net.anwiba.commons.json.JsonObjectMarshaller

        marshall, marshall
      • Methods inherited from class java.lang.Object

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

      • CkanJsonObjectMarshaller

        public CkanJsonObjectMarshaller​(java.lang.Class<T> clazz,
                                        boolean isPrittyPrintEnabled)