R
- The routepublic interface RouteInfo<R> extends AnnotationMetadataProvider
EMPTY
Modifier and Type | Method and Description |
---|---|
ReturnType<? extends R> |
getReturnType() |
default boolean |
isAsync() |
default boolean |
isAsyncOrReactive() |
default boolean |
isCompletable() |
default boolean |
isReactive() |
default boolean |
isSingleResult() |
default boolean |
isSpecifiedSingle() |
default boolean |
isSuspended() |
default boolean |
isVoid() |
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
getAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation
ReturnType<? extends R> getReturnType()
default boolean isSuspended()
default boolean isReactive()
default boolean isSingleResult()
default boolean isSpecifiedSingle()
default boolean isCompletable()
default boolean isAsync()
default boolean isAsyncOrReactive()
default boolean isVoid()