Interface DescriptorFactory
-
- All Known Implementing Classes:
ComboFactory,DynamicMapFactory,DynamicValueFactory,EnumFactory,ListFactory,MapFactory,MimeTypeComboFactory,ObjectFactory,PasswordFactory,PrimitiveFactory,ResourceBinaryFactory,ResourceTextFactory,ScriptFactory
public interface DescriptorFactory
-
-
Method Summary
All Methods Instance Methods Abstract 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
boolean test(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)
-
create
PropertyTypeDescriptor create(String fullyQualifiedClassName, io.github.classgraph.FieldInfo fieldInfo, ComponentAnalyzerContext context)
-
-