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.ActionSerializationConfig.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.BuilderSerializationConfig.Builder. onNoConfig(SerializationConfig.Action onNoConfig)What action to do in case of no configuration of the global filter.SerializationConfig.BuilderSerializationConfig.Builder. onWrongConfig(SerializationConfig.Action onWrongConfig)What action to do in case of wrong configuration of the global filter.
-