Class JsonResponseControllerAnnotationBinder
java.lang.Object
com.chillycheesy.modulo.controllers.factory.JsonResponseControllerAnnotationBinder
- All Implemented Interfaces:
ControllerAnnotationBinder
public class JsonResponseControllerAnnotationBinder
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
-
JsonResponseControllerAnnotationBinder
public JsonResponseControllerAnnotationBinder()
-
-
Method Details
-
bindControllerAnnotations
public void bindControllerAnnotations(Annotation annotation, Module module, ControllerBuilder builder)- Specified by:
bindControllerAnnotations
in interfaceControllerAnnotationBinder
-
match
- Specified by:
match
in interfaceControllerAnnotationBinder
-