Uses of Interface
io.protostuff.compiler.model.FieldType
-
Packages that use FieldType Package Description io.protostuff.compiler.model -
-
Uses of FieldType in io.protostuff.compiler.model
Subinterfaces of FieldType in io.protostuff.compiler.model Modifier and Type Interface Description interfaceUserTypeUser type is a base interface for all types that can be defined by user - messages, enums and groups.Classes in io.protostuff.compiler.model that implement FieldType Modifier and Type Class Description classEnumEnum node of proto file.classGroupGroups tree node.classMessageMessage node.classScalarFieldTypeField types for scalar value types.Fields in io.protostuff.compiler.model declared as FieldType Modifier and Type Field Description protected FieldTypeField. typeMethods in io.protostuff.compiler.model that return FieldType Modifier and Type Method Description FieldTypeField. getType()Methods in io.protostuff.compiler.model with parameters of type FieldType Modifier and Type Method Description voidField. setType(FieldType type)
-