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