Package | Description |
---|---|
com.google.protobuf.util |
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 registry)
Creates a new
JsonFormat.Parser using the given registry. |
Copyright © 2008–2020. All rights reserved.