Interface WriteOptions


public interface WriteOptions
  • Method Details

    • getCustomTypeMap

      Map<String,String> getCustomTypeMap()
    • isUsingShortMetaKeys

      boolean isUsingShortMetaKeys()
    • isAlwaysShowingType

      boolean isAlwaysShowingType()
    • isNeverShowingType

      boolean isNeverShowingType()
    • isPrettyPrint

      boolean isPrettyPrint()
    • isWritingLongsAsStrings

      boolean isWritingLongsAsStrings()
    • isSkippingNullFields

      boolean isSkippingNullFields()
    • isForcingMapFormatWithKeyArrays

      boolean isForcingMapFormatWithKeyArrays()
    • isEnumPublicOnly

      boolean isEnumPublicOnly()
    • getEnumWriter

    • getDateFormat

      String getDateFormat()
    • getCustomWriters

      Map<Class<?>,JsonWriter.JsonClassWriter> getCustomWriters()
    • getClassLoader

      ClassLoader getClassLoader()
    • getNonCustomClasses

      Collection<Class<?>> getNonCustomClasses()
    • getFieldSpecifiers

      Map<Class<?>,Collection<Accessor>> getFieldSpecifiers()
    • getFieldNameBlackList

      Map<Class<?>,Collection<Accessor>> getFieldNameBlackList()
    • getCustomArgument

      Object getCustomArgument(String name)