Uses of Class
de.codecentric.reedelk.module.descriptor.model.type.TypePropertyDescriptor
-
Packages that use TypePropertyDescriptor Package Description de.codecentric.reedelk.module.descriptor.analyzer.type de.codecentric.reedelk.module.descriptor.model.type -
-
Uses of TypePropertyDescriptor in de.codecentric.reedelk.module.descriptor.analyzer.type
Methods in de.codecentric.reedelk.module.descriptor.analyzer.type that return types with arguments of type TypePropertyDescriptor Modifier and Type Method Description List<TypePropertyDescriptor>TypePropertyAnalyzer. analyze() -
Uses of TypePropertyDescriptor in de.codecentric.reedelk.module.descriptor.model.type
Methods in de.codecentric.reedelk.module.descriptor.model.type that return types with arguments of type TypePropertyDescriptor Modifier and Type Method Description List<TypePropertyDescriptor>TypeDescriptor. getProperties()Method parameters in de.codecentric.reedelk.module.descriptor.model.type with type arguments of type TypePropertyDescriptor Modifier and Type Method Description voidTypeDescriptor. setProperties(List<TypePropertyDescriptor> properties)
-