Uses of Enum Class
io.helidon.common.SerializationConfig.TraceOption
Packages that use SerializationConfig.TraceOption
-
Uses of SerializationConfig.TraceOption in io.helidon.common
Subclasses with type arguments of type SerializationConfig.TraceOption in io.helidon.commonModifier and TypeClassDescriptionstatic enumDeserialization tracing options.Methods in io.helidon.common that return SerializationConfig.TraceOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SerializationConfig.TraceOption[]SerializationConfig.TraceOption.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.TraceOptionModifier and TypeMethodDescriptionSerializationConfig.Builder.traceSerialization(SerializationConfig.TraceOption traceSerialization) How to trace serialization.