Uses of Enum Class
io.helidon.common.SerializationConfig.Action
-
Uses of SerializationConfig.Action in io.helidon.common
Modifier 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.Modifier 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.