Interface ClassSectionParameterInterrogator
-
- All Known Implementing Classes:
ParameterAnnotationClassSectionParameterInterrogator,ParameterClassSectionParameterInterrogator
public interface ClassSectionParameterInterrogatorManufactures theFlowforClassSectionSource.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisParameter(ClassSectionParameterInterrogatorContext context)Determines if parameter.
-
-
-
Method Detail
-
isParameter
boolean isParameter(ClassSectionParameterInterrogatorContext context) throws java.lang.Exception
Determines if parameter.- Parameters:
context-ClassSectionParameterInterrogatorContext.- Returns:
trueif parameter.- Throws:
java.lang.Exception- If fails to determine if parameter.
-
-