Class DynamicMapFactory
- java.lang.Object
-
- de.codecentric.reedelk.module.descriptor.analyzer.property.type.DynamicMapFactory
-
- All Implemented Interfaces:
DescriptorFactory
public class DynamicMapFactory extends Object implements DescriptorFactory
-
-
Constructor Summary
Constructors Constructor Description DynamicMapFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyTypeDescriptorcreate(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)booleantest(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)
-
-
-
Method Detail
-
test
public boolean test(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)
- Specified by:
testin interfaceDescriptorFactory
-
create
public PropertyTypeDescriptor create(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)
- Specified by:
createin interfaceDescriptorFactory
-
-