| Package | Description |
|---|---|
| net.codestory.http.annotations | |
| net.codestory.http.routes |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
MethodAnnotationsFactory.registerAroundAnnotation(Class<T> type,
java.util.function.Supplier<? extends ApplyAroundAnnotation<T>> apply) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
Routes.registerAroundAnnotation(Class<T> annotationType,
ApplyAroundAnnotation<T> apply) |
<T extends Annotation> |
RouteCollection.registerAroundAnnotation(Class<T> annotationType,
ApplyAroundAnnotation<T> apply) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
Routes.registerAroundAnnotation(Class<T> annotationType,
Class<? extends ApplyAroundAnnotation<T>> applyType) |
<T extends Annotation> |
RouteCollection.registerAroundAnnotation(Class<T> annotationType,
Class<? extends ApplyAroundAnnotation<T>> applyType) |
Copyright © 2015. All Rights Reserved.