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.Parser
JsonFormat.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.(package private) JsonFormat.Parser
JsonFormat.Parser. usingRecursionLimit(int recursionLimit)
JsonFormat.Parser
JsonFormat.Parser. usingTypeRegistry(TypeRegistry registry)
Creates a newJsonFormat.Parser
using the given registry.JsonFormat.Parser
JsonFormat.Parser. usingTypeRegistry(JsonFormat.TypeRegistry oldRegistry)
Creates a newJsonFormat.Parser
using the given registry.
-