DeserializationConfig |
DeserializationConfig.with(FormatFeature feature) |
Fluent factory method that will construct and return a new configuration
object instance with specified features enabled.
|
ObjectReader |
ObjectReader.with(FormatFeature feature) |
Method for constructing a new reader instance that is configured
with specified feature enabled.
|
ObjectWriter |
ObjectWriter.with(FormatFeature feature) |
|
SerializationConfig |
SerializationConfig.with(FormatFeature feature) |
Fluent factory method that will construct and return a new configuration
object instance with specified feature enabled.
|
DeserializationConfig |
DeserializationConfig.withFeatures(FormatFeature... features) |
Fluent factory method that will construct and return a new configuration
object instance with specified features enabled.
|
ObjectReader |
ObjectReader.withFeatures(FormatFeature... features) |
Method for constructing a new reader instance that is configured
with specified features enabled.
|
ObjectWriter |
ObjectWriter.withFeatures(FormatFeature... features) |
|
SerializationConfig |
SerializationConfig.withFeatures(FormatFeature... features) |
Fluent factory method that will construct and return a new configuration
object instance with specified features enabled.
|
DeserializationConfig |
DeserializationConfig.without(FormatFeature feature) |
Fluent factory method that will construct and return a new configuration
object instance with specified feature disabled.
|
ObjectReader |
ObjectReader.without(FormatFeature feature) |
Method for constructing a new reader instance that is configured
with specified feature disabled.
|
ObjectWriter |
ObjectWriter.without(FormatFeature feature) |
|
SerializationConfig |
SerializationConfig.without(FormatFeature feature) |
Fluent factory method that will construct and return a new configuration
object instance with specified feature disabled.
|
DeserializationConfig |
DeserializationConfig.withoutFeatures(FormatFeature... features) |
Fluent factory method that will construct and return a new configuration
object instance with specified features disabled.
|
ObjectReader |
ObjectReader.withoutFeatures(FormatFeature... features) |
Method for constructing a new reader instance that is configured
with specified features disabled.
|
ObjectWriter |
ObjectWriter.withoutFeatures(FormatFeature... features) |
|
SerializationConfig |
SerializationConfig.withoutFeatures(FormatFeature... features) |
Fluent factory method that will construct and return a new configuration
object instance with specified features disabled.
|