Package io.micronaut.http.client.filter
Class ClientFilterResolutionContext
java.lang.Object
io.micronaut.http.client.filter.ClientFilterResolutionContext
- All Implemented Interfaces:
io.micronaut.core.annotation.AnnotationMetadataProvider,io.micronaut.core.annotation.AnnotationSource
public class ClientFilterResolutionContext
extends Object
implements io.micronaut.core.annotation.AnnotationMetadataProvider
The client filter resolution context.
- Since:
- 2.0
-
Field Summary
Fields inherited from interface io.micronaut.core.annotation.AnnotationSource
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionClientFilterResolutionContext(List<String> clientIds, io.micronaut.core.annotation.AnnotationMetadata annotationMetadata) Default constructor. -
Method Summary
Modifier and TypeMethodDescription@NonNull io.micronaut.core.annotation.AnnotationMetadataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.annotation.AnnotationMetadataProvider
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getTargetAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByTypeMethods inherited from interface io.micronaut.core.annotation.AnnotationSource
getAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclared
-
Constructor Details
-
Method Details
-
getAnnotationMetadata
@NonNull public @NonNull io.micronaut.core.annotation.AnnotationMetadata getAnnotationMetadata()- Specified by:
getAnnotationMetadatain interfaceio.micronaut.core.annotation.AnnotationMetadataProvider
-
getClientIds
- Returns:
- The client ID.
-