Uses of Interface
de.codecentric.reedelk.module.descriptor.model.property.PropertyTypeDescriptor
-
Packages that use PropertyTypeDescriptor Package Description de.codecentric.reedelk.module.descriptor.analyzer.property.type de.codecentric.reedelk.module.descriptor.model.property -
-
Uses of PropertyTypeDescriptor in de.codecentric.reedelk.module.descriptor.analyzer.property.type
Methods in de.codecentric.reedelk.module.descriptor.analyzer.property.type that return PropertyTypeDescriptor Modifier and Type Method Description PropertyTypeDescriptorComboFactory. create(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)PropertyTypeDescriptorDescriptorFactory. create(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)PropertyTypeDescriptorDynamicMapFactory. create(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)PropertyTypeDescriptorDynamicValueFactory. create(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)PropertyTypeDescriptorEnumFactory. create(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)PropertyTypeDescriptorListFactory. create(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)PropertyTypeDescriptorMapFactory. create(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)PropertyTypeDescriptorMimeTypeComboFactory. create(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)PropertyTypeDescriptorObjectFactory. create(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)PropertyTypeDescriptorPasswordFactory. create(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)PropertyTypeDescriptorPrimitiveFactory. create(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)PropertyTypeDescriptorResourceBinaryFactory. create(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)PropertyTypeDescriptorResourceTextFactory. create(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)PropertyTypeDescriptorScriptFactory. create(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context) -
Uses of PropertyTypeDescriptor in de.codecentric.reedelk.module.descriptor.model.property
Classes in de.codecentric.reedelk.module.descriptor.model.property that implement PropertyTypeDescriptor Modifier and Type Class Description classCollectionAwareDescriptorclassComboDescriptorclassDynamicMapDescriptorclassDynamicValueDescriptorclassEnumDescriptorclassListDescriptorclassMapDescriptorclassObjectDescriptorclassPasswordDescriptorclassPrimitiveDescriptorclassResourceAwareDescriptorclassResourceBinaryDescriptorclassResourceTextDescriptorclassScriptDescriptorFields in de.codecentric.reedelk.module.descriptor.model.property declared as PropertyTypeDescriptor Modifier and Type Field Description protected PropertyTypeDescriptorMapDescriptor. valueTypeMethods in de.codecentric.reedelk.module.descriptor.model.property with type parameters of type PropertyTypeDescriptor Modifier and Type Method Description <T extends PropertyTypeDescriptor>
TPropertyDescriptor. getType()Methods in de.codecentric.reedelk.module.descriptor.model.property that return PropertyTypeDescriptor Modifier and Type Method Description PropertyTypeDescriptorListDescriptor. getValueType()PropertyTypeDescriptorMapDescriptor. getValueType()Methods in de.codecentric.reedelk.module.descriptor.model.property that return types with arguments of type PropertyTypeDescriptor Modifier and Type Method Description static Class<? extends PropertyTypeDescriptor>PropertyTypeDescriptorFactory. from(String propertyTypeDescriptorFullyQualifiedName)Methods in de.codecentric.reedelk.module.descriptor.model.property with parameters of type PropertyTypeDescriptor Modifier and Type Method Description voidPropertyDescriptor. setType(PropertyTypeDescriptor type)voidListDescriptor. setValueType(PropertyTypeDescriptor valueType)voidMapDescriptor. setValueType(PropertyTypeDescriptor valueType)PropertyDescriptor.BuilderPropertyDescriptor.Builder. type(PropertyTypeDescriptor type)
-