Uses of Enum Class
tools.jackson.dataformat.protobuf.schema.FieldType
Packages that use FieldType
Package
Description
Contains functionality for generating internal Protobuf schema instances
from external protoc resources.
-
Uses of FieldType in tools.jackson.dataformat.protobuf.schema
Fields in tools.jackson.dataformat.protobuf.schema declared as FieldTypeMethods in tools.jackson.dataformat.protobuf.schema that return FieldTypeModifier and TypeMethodDescriptionstatic FieldTypeFieldTypes.findType(com.squareup.protoparser.DataType rawType) static FieldTypeReturns the enum constant of this class with the specified name.static FieldType[]FieldType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in tools.jackson.dataformat.protobuf.schema with parameters of type FieldTypeModifierConstructorDescriptionProtobufField(com.squareup.protoparser.FieldElement nativeField, FieldType type) protectedProtobufField(com.squareup.protoparser.FieldElement nativeField, FieldType type, ProtobufMessage msg, ProtobufEnum et)