java.lang.Object
tools.jackson.dataformat.protobuf.schema.ProtobufSchemaLoader
All Implemented Interfaces:
Serializable

public class ProtobufSchemaLoader extends Object implements Serializable
Class used for loading protobuf definitions (from .proto files or equivalent sources), to construct schema needed for reading or writing content.

Note that message name argument is optional if (and only if) desired root type is the first Message type in definition; otherwise an exception will be thrown.

See Also: