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 |
---|---|
static TypeResolver |
TypeResolver.construct(Collection<com.squareup.protoparser.TypeElement> nativeTypes) |
protected static TypeResolver |
TypeResolver.construct(TypeResolver parent,
Collection<com.squareup.protoparser.TypeElement> nativeTypes) |
Modifier and Type | Method and Description |
---|---|
protected static TypeResolver |
TypeResolver.construct(TypeResolver parent,
Collection<com.squareup.protoparser.TypeElement> nativeTypes) |
Constructor and Description |
---|
TypeResolver(TypeResolver p,
Map<String,com.squareup.protoparser.MessageElement> nativeMsgs,
Map<String,ProtobufEnum> enums) |
Copyright © 2017 FasterXML. All rights reserved.