| Package | Description | 
|---|---|
| com.fasterxml.jackson.dataformat.protobuf.schema | Contains functionality for generating internal Protobuf schema instances
 from external protoc resources. | 
| Modifier and Type | Field and Description | 
|---|---|
| FieldType | ProtobufField. type | 
| Modifier and Type | Method and Description | 
|---|---|
| static FieldType | FieldTypes. findType(com.squareup.protoparser.DataType rawType) | 
| static FieldType | FieldType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static FieldType[] | FieldType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| ProtobufField(com.squareup.protoparser.FieldElement nativeField,
             FieldType type) | 
| ProtobufField(com.squareup.protoparser.FieldElement nativeField,
             FieldType type,
             ProtobufMessage msg,
             ProtobufEnum et) | 
Copyright © 2019 FasterXML. All rights reserved.