Uses of Class
com.google.protobuf.ProtobufToStringOutput.OutputMode
-
Packages that use ProtobufToStringOutput.OutputMode Package Description com.google.protobuf -
-
Uses of ProtobufToStringOutput.OutputMode in com.google.protobuf
Fields in com.google.protobuf with type parameters of type ProtobufToStringOutput.OutputMode Modifier and Type Field Description private static java.lang.ThreadLocal<ProtobufToStringOutput.OutputMode>
ProtobufToStringOutput. outputMode
Methods in com.google.protobuf that return ProtobufToStringOutput.OutputMode Modifier and Type Method Description private static ProtobufToStringOutput.OutputMode
ProtobufToStringOutput. setOutputMode(ProtobufToStringOutput.OutputMode newMode)
static ProtobufToStringOutput.OutputMode
ProtobufToStringOutput.OutputMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProtobufToStringOutput.OutputMode[]
ProtobufToStringOutput.OutputMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.protobuf with parameters of type ProtobufToStringOutput.OutputMode Modifier and Type Method Description private static void
ProtobufToStringOutput. callWithSpecificFormat(java.lang.Runnable impl, ProtobufToStringOutput.OutputMode mode)
private static ProtobufToStringOutput.OutputMode
ProtobufToStringOutput. setOutputMode(ProtobufToStringOutput.OutputMode newMode)
-