Class ClientFilterResolutionContext

  • All Implemented Interfaces:
    io.micronaut.core.annotation.AnnotationMetadataProvider, io.micronaut.core.annotation.AnnotationSource

    public class ClientFilterResolutionContext
    extends java.lang.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

      Constructors 
      Constructor Description
      ClientFilterResolutionContext​(java.util.List<java.lang.String> clientIds, io.micronaut.core.annotation.AnnotationMetadata annotationMetadata)
      Default constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.micronaut.core.annotation.AnnotationMetadata getAnnotationMetadata()  
      java.util.List<java.lang.String> getClientIds()  
      • 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, 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 Detail

      • ClientFilterResolutionContext

        public ClientFilterResolutionContext​(java.util.List<java.lang.String> clientIds,
                                             io.micronaut.core.annotation.AnnotationMetadata annotationMetadata)
        Default constructor.
        Parameters:
        clientIds - The client ids
        annotationMetadata - The annotation metadata
    • Method Detail

      • getAnnotationMetadata

        @NonNull
        public io.micronaut.core.annotation.AnnotationMetadata getAnnotationMetadata()
        Specified by:
        getAnnotationMetadata in interface io.micronaut.core.annotation.AnnotationMetadataProvider
      • getClientIds

        @Nullable
        public java.util.List<java.lang.String> getClientIds()
        Returns:
        The client ID.