Class ServeResourceControllerAnnotationBinder
java.lang.Object
com.chillycheesy.modulo.controllers.factory.ServeResourceControllerAnnotationBinder
- All Implemented Interfaces:
ControllerAnnotationBinder
public class ServeResourceControllerAnnotationBinder
extends Object
implements ControllerAnnotationBinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
bindControllerAnnotations(Annotation annotation, Module module, ControllerBuilder builder)
boolean
match(Annotation annotation)
-
Constructor Details
-
ServeResourceControllerAnnotationBinder
public ServeResourceControllerAnnotationBinder()
-
-
Method Details
-
bindControllerAnnotations
public void bindControllerAnnotations(Annotation annotation, Module module, ControllerBuilder builder) throws Exception- Specified by:
bindControllerAnnotations
in interfaceControllerAnnotationBinder
- Throws:
Exception
-
match
- Specified by:
match
in interfaceControllerAnnotationBinder
-