public interface JsonSerializerParameters
JsonSerializerParameters interface.
JsonSerializerParameters setPattern(String pattern)
setPattern.
pattern - a String object.JsonSerializerParameters object.JsonFormat.Shape getShape()
getShape.
JsonFormat.Shape object.JsonSerializerParameters setShape(JsonFormat.Shape shape)
setShape.
shape - a JsonFormat.Shape object.JsonSerializerParameters object.JsonSerializerParameters setLocale(String locale)
setLocale.
locale - a String object.JsonSerializerParameters object.JsonSerializerParameters setTimezone(Object timezone)
setTimezone.
timezone - a Object object.JsonSerializerParameters object.Set<String> getIgnoredProperties()
getIgnoredProperties.
Set object.JsonSerializerParameters addIgnoredProperty(String ignoredProperty)
addIgnoredProperty.
ignoredProperty - a String object.JsonSerializerParameters object.JsonInclude.Include getInclude()
getInclude.
JsonInclude.Include object.JsonSerializerParameters setInclude(JsonInclude.Include include)
setInclude.
include - a JsonInclude.Include object.JsonSerializerParameters object.IdentitySerializationInfo getIdentityInfo()
getIdentityInfo.
IdentitySerializationInfo object.JsonSerializerParameters setIdentityInfo(IdentitySerializationInfo identityInfo)
setIdentityInfo.
identityInfo - a IdentitySerializationInfo object.JsonSerializerParameters object.TypeSerializationInfo getTypeInfo()
getTypeInfo.
TypeSerializationInfo object.JsonSerializerParameters setTypeInfo(TypeSerializationInfo typeInfo)
setTypeInfo.
typeInfo - a TypeSerializationInfo object.JsonSerializerParameters object.boolean isUnwrapped()
isUnwrapped.
JsonSerializerParameters setUnwrapped(boolean unwrapped)
setUnwrapped.
unwrapped - a boolean.JsonSerializerParameters object.Copyright © 2020. All rights reserved.