Uses of Class
com.google.protobuf.util.JsonFormat.ShouldPrintDefaults
-
Packages that use JsonFormat.ShouldPrintDefaults Package Description com.google.protobuf.util -
-
Uses of JsonFormat.ShouldPrintDefaults in com.google.protobuf.util
Fields in com.google.protobuf.util declared as JsonFormat.ShouldPrintDefaults Modifier and Type Field Description private JsonFormat.ShouldPrintDefaults
JsonFormat.Printer. shouldPrintDefaults
private JsonFormat.ShouldPrintDefaults
JsonFormat.PrinterImpl. shouldPrintDefaults
Methods in com.google.protobuf.util that return JsonFormat.ShouldPrintDefaults Modifier and Type Method Description static JsonFormat.ShouldPrintDefaults
JsonFormat.ShouldPrintDefaults. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JsonFormat.ShouldPrintDefaults[]
JsonFormat.ShouldPrintDefaults. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.protobuf.util with parameters of type JsonFormat.ShouldPrintDefaults Constructor Description Printer(TypeRegistry registry, JsonFormat.TypeRegistry oldRegistry, JsonFormat.ShouldPrintDefaults shouldOutputDefaults, java.util.Set<Descriptors.FieldDescriptor> includingDefaultValueFields, boolean preservingProtoFieldNames, boolean omittingInsignificantWhitespace, boolean printingEnumsAsInts, boolean sortingMapKeys)
PrinterImpl(TypeRegistry registry, JsonFormat.TypeRegistry oldRegistry, JsonFormat.ShouldPrintDefaults shouldPrintDefaults, java.util.Set<Descriptors.FieldDescriptor> includingDefaultValueFields, boolean preservingProtoFieldNames, java.lang.Appendable jsonOutput, boolean omittingInsignificantWhitespace, boolean printingEnumsAsInts, boolean sortingMapKeys)
-