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