Uses of Enum Class
com.google.protobuf.ProtobufToStringOutput.OutputMode
-
Uses of ProtobufToStringOutput.OutputMode in com.google.protobuf
Fields in com.google.protobuf with type parameters of type ProtobufToStringOutput.OutputModeModifier and TypeFieldDescriptionprivate static final ThreadLocal
<ProtobufToStringOutput.OutputMode> ProtobufToStringOutput.outputMode
Methods in com.google.protobuf that return ProtobufToStringOutput.OutputModeModifier and TypeMethodDescriptionprivate static ProtobufToStringOutput.OutputMode
ProtobufToStringOutput.setOutputMode
(ProtobufToStringOutput.OutputMode newMode) Returns the enum constant of this class with the specified name.static ProtobufToStringOutput.OutputMode[]
ProtobufToStringOutput.OutputMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.protobuf with parameters of type ProtobufToStringOutput.OutputModeModifier and TypeMethodDescriptionprivate static void
ProtobufToStringOutput.callWithSpecificFormat
(Runnable impl, ProtobufToStringOutput.OutputMode mode) private static ProtobufToStringOutput.OutputMode
ProtobufToStringOutput.setOutputMode
(ProtobufToStringOutput.OutputMode newMode)