Uses of Class
tools.jackson.dataformat.protobuf.schema.NativeProtobufSchema
Packages that use NativeProtobufSchema
Package
Description
Contains functionality for generating internal Protobuf schema instances
from external protoc resources.
-
Uses of NativeProtobufSchema in tools.jackson.dataformat.protobuf.schema
Fields in tools.jackson.dataformat.protobuf.schema declared as NativeProtobufSchemaModifier and TypeFieldDescriptionprotected final NativeProtobufSchemaProtobufSchema._sourceIn case we want to use a different root type, we'll also hold a reference to the native definition, if one is available.Methods in tools.jackson.dataformat.protobuf.schema that return NativeProtobufSchemaModifier and TypeMethodDescriptionstatic NativeProtobufSchemaNativeProtobufSchema.construct(com.squareup.protoparser.ProtoFile input) static NativeProtobufSchemaNativeProtobufSchema.construct(String name, Collection<com.squareup.protoparser.TypeElement> types) ProtobufSchema.getSource()Accessor for native representation of the protoc.ProtobufSchemaLoader.loadNative(File f) ProtobufSchemaLoader.loadNative(InputStream in, boolean close) protected NativeProtobufSchemaProtobufSchemaLoader.loadNative(Reader r, boolean close) ProtobufSchemaLoader.loadNative(URL url) ProtobufSchemaLoader.parseNative(String schema) Constructors in tools.jackson.dataformat.protobuf.schema with parameters of type NativeProtobufSchema