Uses of Class
com.google.protobuf.util.JsonFormat.Parser
Packages that use JsonFormat.Parser
-
Uses of JsonFormat.Parser in com.google.protobuf.util
Methods in com.google.protobuf.util that return JsonFormat.ParserModifier and TypeMethodDescriptionJsonFormat.Parser.ignoringUnknownFields()
Creates a newJsonFormat.Parser
configured to not throw an exception when an unknown field is encountered.static JsonFormat.Parser
JsonFormat.parser()
Creates aJsonFormat.Parser
with default configuration.JsonFormat.Parser.usingTypeRegistry
(TypeRegistry registry) Creates a newJsonFormat.Parser
using the given registry.JsonFormat.Parser.usingTypeRegistry
(JsonFormat.TypeRegistry oldRegistry) Creates a newJsonFormat.Parser
using the given registry.