| 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 | 
|---|---|
| protected NativeProtobufSchema | ProtobufSchema. _sourceIn case we want to use a different root type, we'll also hold
 a reference to the native definition, if one is available. | 
| Modifier and Type | Method and Description | 
|---|---|
| static NativeProtobufSchema | NativeProtobufSchema. construct(com.squareup.protoparser.ProtoFile input) | 
| static NativeProtobufSchema | NativeProtobufSchema. construct(String name,
         Collection<com.squareup.protoparser.TypeElement> types) | 
| NativeProtobufSchema | ProtobufSchema. getSource()Accessor for native representation of the protoc. | 
| NativeProtobufSchema | ProtobufSchemaLoader. loadNative(File f) | 
| NativeProtobufSchema | ProtobufSchemaLoader. loadNative(InputStream in,
          boolean close) | 
| protected NativeProtobufSchema | ProtobufSchemaLoader. loadNative(Reader r,
          boolean close) | 
| NativeProtobufSchema | ProtobufSchemaLoader. loadNative(URL url) | 
| NativeProtobufSchema | ProtobufSchemaLoader. parseNative(String schema) | 
| Constructor and Description | 
|---|
| ProtobufSchema(NativeProtobufSchema src,
              ProtobufMessage rootType) | 
Copyright © 2016 FasterXML. All rights reserved.