Interface FieldInfoAnalyzer
-
- All Known Implementing Classes:
DefaultValueAnalyzer,DescriptionAnalyzer,DisplayNameAnalyzer,ExampleAnalyzer,GroupAnalyzer,HintAnalyzer,InitValueAnalyzer,MandatoryAnalyzer,NameAnalyzer,PropertyTypeAnalyzer,ScriptSignatureAnalyzer,WhenAnalyzer
public interface FieldInfoAnalyzer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(io.github.classgraph.FieldInfo fieldInfo, PropertyDescriptor.Builder builder, ComponentAnalyzerContext context)
-
-
-
Method Detail
-
handle
void handle(io.github.classgraph.FieldInfo fieldInfo, PropertyDescriptor.Builder builder, ComponentAnalyzerContext context)
-
-