| Package | Description |
|---|---|
| de.bild.codec | |
| de.bild.codec.annotations |
| Modifier and Type | Method and Description |
|---|---|
DecodingPojoFailureStrategy.Strategy |
BasicReflectionCodec.getDecodingPojoFailureStrategy() |
default DecodingPojoFailureStrategy.Strategy |
TypeCodec.getDecodingPojoFailureStrategy() |
DecodingPojoFailureStrategy.Strategy |
CodecConfiguration.getDecodingPojoFailureStrategy() |
| Modifier and Type | Method and Description |
|---|---|
PojoCodecProvider.Builder |
PojoCodecProvider.Builder.decodingPojoFailureStrategy(DecodingPojoFailureStrategy.Strategy decodingPojoFailureStrategy) |
| 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 DecodingPojoFailureStrategy.Strategy |
DecodingPojoFailureStrategy.Strategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecodingPojoFailureStrategy.Strategy[] |
DecodingPojoFailureStrategy.Strategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 BILD GmbH & Co. KG. All rights reserved.