Uses of Class
de.codecentric.reedelk.module.descriptor.analyzer.component.ComponentAnalyzerContext
-
-
Uses of ComponentAnalyzerContext in de.codecentric.reedelk.module.descriptor.analyzer.commons
Methods in de.codecentric.reedelk.module.descriptor.analyzer.commons with parameters of type ComponentAnalyzerContext Modifier and Type Method Description static booleanScannerUtils. isEnumeration(String fullyQualifiedClassName, ComponentAnalyzerContext context)Returns true if the given class info is of type enumeration, false otherwise. -
Uses of ComponentAnalyzerContext in de.codecentric.reedelk.module.descriptor.analyzer.property
Methods in de.codecentric.reedelk.module.descriptor.analyzer.property with parameters of type ComponentAnalyzerContext Modifier and Type Method Description static PropertyDescriptorFieldInfoAnalyzers. analyze(io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)voidDefaultValueAnalyzer. handle(io.github.classgraph.FieldInfo fieldInfo, PropertyDescriptor.Builder builder, ComponentAnalyzerContext context)voidDescriptionAnalyzer. handle(io.github.classgraph.FieldInfo fieldInfo, PropertyDescriptor.Builder builder, ComponentAnalyzerContext context)voidDisplayNameAnalyzer. handle(io.github.classgraph.FieldInfo fieldInfo, PropertyDescriptor.Builder builder, ComponentAnalyzerContext context)voidExampleAnalyzer. handle(io.github.classgraph.FieldInfo fieldInfo, PropertyDescriptor.Builder builder, ComponentAnalyzerContext context)voidFieldInfoAnalyzer. handle(io.github.classgraph.FieldInfo fieldInfo, PropertyDescriptor.Builder builder, ComponentAnalyzerContext context)voidGroupAnalyzer. handle(io.github.classgraph.FieldInfo fieldInfo, PropertyDescriptor.Builder builder, ComponentAnalyzerContext context)voidHintAnalyzer. handle(io.github.classgraph.FieldInfo fieldInfo, PropertyDescriptor.Builder builder, ComponentAnalyzerContext context)voidInitValueAnalyzer. handle(io.github.classgraph.FieldInfo fieldInfo, PropertyDescriptor.Builder builder, ComponentAnalyzerContext context)voidMandatoryAnalyzer. handle(io.github.classgraph.FieldInfo fieldInfo, PropertyDescriptor.Builder builder, ComponentAnalyzerContext context)voidNameAnalyzer. handle(io.github.classgraph.FieldInfo fieldInfo, PropertyDescriptor.Builder builder, ComponentAnalyzerContext context)voidPropertyTypeAnalyzer. handle(io.github.classgraph.FieldInfo fieldInfo, PropertyDescriptor.Builder builder, ComponentAnalyzerContext context)voidScriptSignatureAnalyzer. handle(io.github.classgraph.FieldInfo fieldInfo, PropertyDescriptor.Builder builder, ComponentAnalyzerContext context)voidWhenAnalyzer. handle(io.github.classgraph.FieldInfo fieldInfo, PropertyDescriptor.Builder builder, ComponentAnalyzerContext context)Constructors in de.codecentric.reedelk.module.descriptor.analyzer.property with parameters of type ComponentAnalyzerContext Constructor Description PropertyAnalyzer(ComponentAnalyzerContext context) -
Uses of ComponentAnalyzerContext in de.codecentric.reedelk.module.descriptor.analyzer.property.type
Methods in de.codecentric.reedelk.module.descriptor.analyzer.property.type with parameters of type ComponentAnalyzerContext 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)static DescriptorFactoryDescriptorFactoryProvider. from(String fullyQualifiedName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)booleanComboFactory. test(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)booleanDescriptorFactory. test(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)booleanDynamicMapFactory. test(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)booleanDynamicValueFactory. test(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)booleanEnumFactory. test(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)booleanListFactory. test(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)booleanMapFactory. test(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)booleanMimeTypeComboFactory. test(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)booleanObjectFactory. test(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)booleanPasswordFactory. test(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)booleanPrimitiveFactory. test(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)booleanResourceBinaryFactory. test(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)booleanResourceTextFactory. test(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)booleanScriptFactory. test(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)
-