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 TypeMethodDescriptionvoidbindControllerAnnotations(Annotation annotation, Module module, ControllerBuilder builder)booleanmatch(Annotation annotation)
-
Constructor Details
-
ServeResourceControllerAnnotationBinder
public ServeResourceControllerAnnotationBinder()
-
-
Method Details
-
bindControllerAnnotations
public void bindControllerAnnotations(Annotation annotation, Module module, ControllerBuilder builder) throws Exception- Specified by:
bindControllerAnnotationsin interfaceControllerAnnotationBinder- Throws:
Exception
-
match
- Specified by:
matchin interfaceControllerAnnotationBinder
-