Uses of Class
io.protostuff.compiler.model.DescriptorType
-
Packages that use DescriptorType Package Description io.protostuff.compiler.model -
-
Uses of DescriptorType in io.protostuff.compiler.model
Methods in io.protostuff.compiler.model that return DescriptorType Modifier and Type Method Description DescriptorTypeDescriptor. getDescriptorType()DescriptorTypeEnum. getDescriptorType()DescriptorTypeEnumConstant. getDescriptorType()DescriptorTypeField. getDescriptorType()DescriptorTypeGroup. getDescriptorType()DescriptorTypeMessage. getDescriptorType()DescriptorTypeOneof. getDescriptorType()DescriptorTypeProto. getDescriptorType()DescriptorTypeService. getDescriptorType()DescriptorTypeServiceMethod. getDescriptorType()static DescriptorTypeDescriptorType. valueOf(String name)Returns the enum constant of this type with the specified name.static DescriptorType[]DescriptorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-