Uses of Enum Class
de.bild.codec.annotations.DecodeUndefinedHandlingStrategy.Strategy
Packages that use DecodeUndefinedHandlingStrategy.Strategy
-
Uses of DecodeUndefinedHandlingStrategy.Strategy in de.bild.codec
Methods in de.bild.codec that return DecodeUndefinedHandlingStrategy.StrategyMethods in de.bild.codec with parameters of type DecodeUndefinedHandlingStrategy.StrategyModifier and TypeMethodDescriptionPojoCodecProvider.Builder.decodeUndefinedHandlingStrategy(DecodeUndefinedHandlingStrategy.Strategy decodeUndefinedHandlingStrategy) Constructors in de.bild.codec with parameters of type DecodeUndefinedHandlingStrategy.StrategyModifierConstructorDescriptionCodecConfiguration(boolean encodeNulls, EncodeNullHandlingStrategy.Strategy encodeNullHandlingStrategy, DecodeUndefinedHandlingStrategy.Strategy decodeUndefinedHandlingStrategy, DecodingFieldFailureStrategy.Strategy decodingFieldFailureStrategy, DecodingPojoFailureStrategy.Strategy decodingPojoFailureStrategy) -
Uses of DecodeUndefinedHandlingStrategy.Strategy in de.bild.codec.annotations
Methods in de.bild.codec.annotations that return DecodeUndefinedHandlingStrategy.StrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.DecodeUndefinedHandlingStrategy.Strategy.values()Returns an array containing the constants of this enum class, in the order they are declared.