Uses of Enum Class
io.helidon.common.SerializationConfig.Action
Packages that use SerializationConfig.Action
-
Uses of SerializationConfig.Action in io.helidon.common
Subclasses with type arguments of type SerializationConfig.Action in io.helidon.commonModifier and TypeClassDescriptionstatic enumWhat action to take if there is no global filter configured, or if the configuration is not according to Helidon expectations.Methods in io.helidon.common that return SerializationConfig.ActionModifier and TypeMethodDescriptionstatic SerializationConfig.ActionReturns 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.