Uses of Class
tools.jackson.dataformat.protobuf.schema.TypeResolver
Packages that use TypeResolver
Package
Description
Contains functionality for generating internal Protobuf schema instances
from external protoc resources.
-
Uses of TypeResolver in tools.jackson.dataformat.protobuf.schema
Methods in tools.jackson.dataformat.protobuf.schema that return TypeResolverModifier and TypeMethodDescriptionprotected static TypeResolverTypeResolver.construct(TypeResolver parent, String localName, Collection<com.squareup.protoparser.TypeElement> nativeTypes) Methods in tools.jackson.dataformat.protobuf.schema with parameters of type TypeResolverModifier and TypeMethodDescriptionprotected static TypeResolverTypeResolver.construct(TypeResolver parent, String localName, Collection<com.squareup.protoparser.TypeElement> nativeTypes) protected ProtobufMessageTypeResolver.resolve(TypeResolver parent, com.squareup.protoparser.MessageElement rawType) Constructors in tools.jackson.dataformat.protobuf.schema with parameters of type TypeResolverModifierConstructorDescriptionprotectedTypeResolver(TypeResolver p, String name, Map<String, com.squareup.protoparser.MessageElement> declaredMsgs, Map<String, ProtobufEnum> enums)