Uses of Enum Class
io.helidon.common.SerializationConfig.Action
Packages that use SerializationConfig.Action
-
Uses of SerializationConfig.Action in io.helidon.common
Methods in io.helidon.common that return SerializationConfig.ActionModifier and TypeMethodDescriptionstatic SerializationConfig.Action
Returns the enum constant of this class with the specified name.static SerializationConfig.Action[]
SerializationConfig.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.common with parameters of type SerializationConfig.ActionModifier and TypeMethodDescriptionSerializationConfig.Builder.onNoConfig
(SerializationConfig.Action onNoConfig) What action to do in case of no configuration of the global filter.SerializationConfig.Builder.onWrongConfig
(SerializationConfig.Action onWrongConfig) What action to do in case of wrong configuration of the global filter.