| Package | Description |
|---|---|
| de.bild.codec | |
| de.bild.codec.annotations |
| Modifier and Type | Method and Description |
|---|---|
EncodeNullHandlingStrategy.Strategy |
CodecConfiguration.getEncodeNullHandlingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
PojoCodecProvider.Builder |
PojoCodecProvider.Builder.encodeNullHandlingStrategy(EncodeNullHandlingStrategy.Strategy encodeNullHandlingStrategy) |
| Constructor and Description |
|---|
CodecConfiguration(boolean encodeNulls,
EncodeNullHandlingStrategy.Strategy encodeNullHandlingStrategy,
DecodeUndefinedHandlingStrategy.Strategy decodeUndefinedHandlingStrategy,
DecodingFieldFailureStrategy.Strategy decodingFieldFailureStrategy,
DecodingPojoFailureStrategy.Strategy decodingPojoFailureStrategy) |
| Modifier and Type | Method and Description |
|---|---|
static EncodeNullHandlingStrategy.Strategy |
EncodeNullHandlingStrategy.Strategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodeNullHandlingStrategy.Strategy[] |
EncodeNullHandlingStrategy.Strategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 BILD GmbH & Co. KG. All rights reserved.