Package io.micronaut.http.client.filter
Class ClientFilterResolutionContext
java.lang.Object
io.micronaut.http.client.filter.ClientFilterResolutionContext
- All Implemented Interfaces:
AnnotationMetadataProvider
,AnnotationSource
The client filter resolution context.
- Since:
- 2.0
- Author:
- graemerocher
-
Field Summary
Fields inherited from interface io.micronaut.core.annotation.AnnotationSource
EMPTY
-
Constructor Summary
ConstructorDescriptionClientFilterResolutionContext
(List<String> clientIds, AnnotationMetadata annotationMetadata) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionSupplies the metadata.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
-
Constructor Details
-
ClientFilterResolutionContext
Default constructor.- Parameters:
clientIds
- The client idsannotationMetadata
- The annotation metadata
-
-
Method Details
-
getAnnotationMetadata
Description copied from interface:AnnotationMetadataProvider
Supplies the metadata. Defaults toAnnotationMetadata.EMPTY_METADATA
.- Specified by:
getAnnotationMetadata
in interfaceAnnotationMetadataProvider
- Returns:
- The
AnnotationMetadata
-
getClientIds
- Returns:
- The client ID.
-