Uses of Enum Class
com.google.protobuf.util.JsonFormat.ShouldPrintDefaults
Packages that use JsonFormat.ShouldPrintDefaults
-
Uses of JsonFormat.ShouldPrintDefaults in com.google.protobuf.util
Subclasses with type arguments of type JsonFormat.ShouldPrintDefaults in com.google.protobuf.utilFields in com.google.protobuf.util declared as JsonFormat.ShouldPrintDefaultsModifier and TypeFieldDescriptionprivate final JsonFormat.ShouldPrintDefaultsJsonFormat.Printer.shouldPrintDefaultsprivate final JsonFormat.ShouldPrintDefaultsJsonFormat.PrinterImpl.shouldPrintDefaultsMethods 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.ShouldPrintDefaultsModifierConstructorDescriptionprivatePrinter(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)