Class PropertyTypeAnalyzer
- java.lang.Object
-
- de.codecentric.reedelk.module.descriptor.analyzer.property.PropertyTypeAnalyzer
-
- All Implemented Interfaces:
FieldInfoAnalyzer
public class PropertyTypeAnalyzer extends Object implements FieldInfoAnalyzer
-
-
Constructor Summary
Constructors Constructor Description PropertyTypeAnalyzer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(io.github.classgraph.FieldInfo fieldInfo, PropertyDescriptor.Builder builder, ComponentAnalyzerContext context)
-
-
-
Method Detail
-
handle
public void handle(io.github.classgraph.FieldInfo fieldInfo, PropertyDescriptor.Builder builder, ComponentAnalyzerContext context)- Specified by:
handlein interfaceFieldInfoAnalyzer
-
-