Interface ControllerAnnotationBinder
- All Known Implementing Classes:
JsonResponseControllerAnnotationBinder
,RequestControllerAnnotationBinder
,ServeResourceControllerAnnotationBinder
public interface ControllerAnnotationBinder
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bindControllerAnnotations(Annotation annotation, Module module, ControllerBuilder builder)
boolean
match(Annotation annotation)
-
Method Details
-
bindControllerAnnotations
void bindControllerAnnotations(Annotation annotation, Module module, ControllerBuilder builder) throws Exception- Throws:
Exception
-
match
-