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