Class ApplicationProvider
java.lang.Object
io.micronaut.jaxrs.container.ApplicationProvider
- All Implemented Interfaces:
AnnotationMetadataProvider, AnnotationSource
@Internal
@Singleton
public final class ApplicationProvider
extends Object
implements AnnotationMetadataProvider
The application path provider.
- Since:
- 4.6.0
- Author:
- Denis Stepanov
-
Field Summary
Fields inherited from interface AnnotationSource
EMPTY -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AnnotationMetadataProvider
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getTargetAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByTypeMethods inherited from interface AnnotationSource
getAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclared
-
Method Details
-
getPath
- Returns:
- The path
-
getAnnotationMetadata
- Specified by:
getAnnotationMetadatain interfaceAnnotationMetadataProvider- Returns:
- The annotationMetadata
-