Uses of Class
io.helidon.common.SerializationConfig.Action
-
Packages that use SerializationConfig.Action Package Description io.helidon.common Common utilities for Helidon projects. -
-
Uses of SerializationConfig.Action in io.helidon.common
Methods in io.helidon.common that return SerializationConfig.Action Modifier and Type Method Description static SerializationConfig.Action
SerializationConfig.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static SerializationConfig.Action[]
SerializationConfig.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.common with parameters of type SerializationConfig.Action Modifier and Type Method Description SerializationConfig.Builder
SerializationConfig.Builder. onNoConfig(SerializationConfig.Action onNoConfig)
What action to do in case of no configuration of the global filter.SerializationConfig.Builder
SerializationConfig.Builder. onWrongConfig(SerializationConfig.Action onWrongConfig)
What action to do in case of wrong configuration of the global filter.
-