Package | Description |
---|---|
com.fasterxml.jackson.dataformat.protobuf.schema |
Contains functionality for generating internal Protobuf schema instances
from external protoc resources.
|
Modifier and Type | Method and Description |
---|---|
protected static ProtobufEnum |
TypeResolver._constructEnum(com.squareup.protoparser.EnumElement nativeEnum) |
Modifier and Type | Method and Description |
---|---|
static EnumLookup |
EnumLookup.construct(ProtobufEnum enumDef) |
Constructor and Description |
---|
ProtobufField(com.squareup.protoparser.FieldElement nativeField,
FieldType type,
ProtobufMessage msg,
ProtobufEnum et) |
ProtobufField(com.squareup.protoparser.FieldElement nativeField,
ProtobufEnum et) |
Constructor and Description |
---|
TypeResolver(TypeResolver p,
Map<String,com.squareup.protoparser.MessageElement> nativeMsgs,
Map<String,ProtobufEnum> enums) |
Copyright © 2016 FasterXML. All rights reserved.