Uses of Class
com.google.protobuf.util.JsonFormat.Parser
-
Packages that use JsonFormat.Parser Package Description com.google.protobuf.util -
-
Uses of JsonFormat.Parser in com.google.protobuf.util
Methods in com.google.protobuf.util that return JsonFormat.Parser Modifier and Type Method Description JsonFormat.ParserJsonFormat.Parser. ignoringUnknownFields()Creates a newJsonFormat.Parserconfigured to not throw an exception when an unknown field is encountered.static JsonFormat.ParserJsonFormat. parser()Creates aJsonFormat.Parserwith default configuration.JsonFormat.ParserJsonFormat.Parser. usingTypeRegistry(TypeRegistry registry)Creates a newJsonFormat.Parserusing the given registry.JsonFormat.ParserJsonFormat.Parser. usingTypeRegistry(JsonFormat.TypeRegistry oldRegistry)Creates a newJsonFormat.Parserusing the given registry.
-