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