public interface WriteOptions
Modifier and Type | Method and Description |
---|---|
WriteOptions |
ensurePrettyPrint() |
ClassLoader |
getClassLoader() |
Object |
getCustomArgument(String name) |
Map<String,String> |
getCustomTypeMap() |
Map<Class<?>,JsonWriter.JsonClassWriter> |
getCustomWriters() |
String |
getDateFormat() |
JsonWriter.JsonClassWriter |
getEnumWriter() |
Map<Class<?>,Collection<Accessor>> |
getFieldNameBlackList() |
Map<Class<?>,Collection<Accessor>> |
getFieldSpecifiers() |
Collection<Class<?>> |
getNonCustomClasses() |
boolean |
isAlwaysShowingType() |
boolean |
isEnumPublicOnly() |
boolean |
isForcingMapFormatWithKeyArrays() |
boolean |
isNeverShowingType() |
boolean |
isPrettyPrint() |
boolean |
isSkippingNullFields() |
boolean |
isUsingShortMetaKeys() |
boolean |
isWritingLongsAsStrings() |
boolean isUsingShortMetaKeys()
boolean isAlwaysShowingType()
boolean isNeverShowingType()
boolean isPrettyPrint()
boolean isWritingLongsAsStrings()
boolean isSkippingNullFields()
boolean isForcingMapFormatWithKeyArrays()
boolean isEnumPublicOnly()
JsonWriter.JsonClassWriter getEnumWriter()
String getDateFormat()
Map<Class<?>,JsonWriter.JsonClassWriter> getCustomWriters()
ClassLoader getClassLoader()
Collection<Class<?>> getNonCustomClasses()
Map<Class<?>,Collection<Accessor>> getFieldSpecifiers()
Map<Class<?>,Collection<Accessor>> getFieldNameBlackList()
WriteOptions ensurePrettyPrint()
Copyright © 2023. All rights reserved.