public class ClientFilterResolutionContext extends java.lang.Object implements AnnotationMetadataProvider
EMPTY
Constructor and Description |
---|
ClientFilterResolutionContext(java.util.List<java.lang.String> clientIds,
AnnotationMetadata annotationMetadata)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
AnnotationMetadata |
getAnnotationMetadata()
Supplies the metadata.
|
java.util.List<java.lang.String> |
getClientIds() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
getAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation
public ClientFilterResolutionContext(java.util.List<java.lang.String> clientIds, AnnotationMetadata annotationMetadata)
clientIds
- The client idsannotationMetadata
- The annotation metadata@NonNull public AnnotationMetadata getAnnotationMetadata()
AnnotationMetadataProvider
AnnotationMetadata.EMPTY_METADATA
.getAnnotationMetadata
in interface AnnotationMetadataProvider
AnnotationMetadata
@Nullable public java.util.List<java.lang.String> getClientIds()