Class PropertyAnalyzer
- java.lang.Object
-
- de.codecentric.reedelk.module.descriptor.analyzer.property.PropertyAnalyzer
-
public class PropertyAnalyzer extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertyAnalyzer(ComponentAnalyzerContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<PropertyDescriptor>analyze(io.github.classgraph.FieldInfo fieldInfo)
-
-
-
Constructor Detail
-
PropertyAnalyzer
public PropertyAnalyzer(ComponentAnalyzerContext context)
-
-
Method Detail
-
analyze
public Optional<PropertyDescriptor> analyze(io.github.classgraph.FieldInfo fieldInfo)
-
-