| Modifier and Type | Method and Description |
|---|---|
JsonFormat.Parser |
JsonFormat.Parser.ignoringUnknownFields()
Creates a new
JsonFormat.Parser configured to not throw an exception when an unknown field is
encountered. |
static JsonFormat.Parser |
JsonFormat.parser()
Creates a
JsonFormat.Parser with default configuration. |
JsonFormat.Parser |
JsonFormat.Parser.usingTypeRegistry(JsonFormat.TypeRegistry oldRegistry)
Creates a new
JsonFormat.Parser using the given registry. |
JsonFormat.Parser |
JsonFormat.Parser.usingTypeRegistry(com.google.protobuf.TypeRegistry registry)
Creates a new
JsonFormat.Parser using the given registry. |
Copyright © 2008–2020. All rights reserved.