Uses of Enum Class
com.google.protobuf.util.JsonFormat.ShouldPrintDefaults
Packages that use JsonFormat.ShouldPrintDefaults
-
Uses of JsonFormat.ShouldPrintDefaults in com.google.protobuf.util
Fields in com.google.protobuf.util declared as JsonFormat.ShouldPrintDefaultsModifier and TypeFieldDescriptionprivate final JsonFormat.ShouldPrintDefaults
JsonFormat.Printer.shouldPrintDefaults
private final JsonFormat.ShouldPrintDefaults
JsonFormat.PrinterImpl.shouldPrintDefaults
Methods in com.google.protobuf.util that return JsonFormat.ShouldPrintDefaultsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static JsonFormat.ShouldPrintDefaults[]
JsonFormat.ShouldPrintDefaults.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.google.protobuf.util with parameters of type JsonFormat.ShouldPrintDefaultsModifierConstructorDescriptionprivate
Printer
(TypeRegistry registry, JsonFormat.TypeRegistry oldRegistry, JsonFormat.ShouldPrintDefaults shouldOutputDefaults, Set<Descriptors.FieldDescriptor> includingDefaultValueFields, boolean preservingProtoFieldNames, boolean omittingInsignificantWhitespace, boolean printingEnumsAsInts, boolean sortingMapKeys) (package private)
PrinterImpl
(TypeRegistry registry, JsonFormat.TypeRegistry oldRegistry, JsonFormat.ShouldPrintDefaults shouldPrintDefaults, Set<Descriptors.FieldDescriptor> includingDefaultValueFields, boolean preservingProtoFieldNames, Appendable jsonOutput, boolean omittingInsignificantWhitespace, boolean printingEnumsAsInts, boolean sortingMapKeys)