Package io.micronaut.jaxrs.container
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 io.micronaut.core.annotation.AnnotationSource
EMPTY
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.core.annotation.AnnotationMetadataProvider
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getTargetAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
Methods inherited from interface io.micronaut.core.annotation.AnnotationSource
getAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclared
-
Method Details
-
getPath
- Returns:
- The path
-
getAnnotationMetadata
- Specified by:
getAnnotationMetadata
in interfaceAnnotationMetadataProvider
- Returns:
- The annotationMetadata
-