Class RequestControllerAnnotationBinder
java.lang.Object
com.chillycheesy.modulo.controllers.factory.RequestControllerAnnotationBinder
- All Implemented Interfaces:
ControllerAnnotationBinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbindControllerAnnotations(Annotation annotation, Module module, ControllerBuilder builder)booleanmatch(Annotation annotation)
-
Constructor Details
-
RequestControllerAnnotationBinder
public RequestControllerAnnotationBinder()
-
-
Method Details
-
bindControllerAnnotations
public void bindControllerAnnotations(Annotation annotation, Module module, ControllerBuilder builder) throws InvalidPathVariableException- Specified by:
bindControllerAnnotationsin interfaceControllerAnnotationBinder- Throws:
InvalidPathVariableException
-
match
- Specified by:
matchin interfaceControllerAnnotationBinder
-