Class RestrictionQualifier<T>
- java.lang.Object
-
- io.streamthoughts.azkarra.api.components.qualifier.RestrictionQualifier<T>
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAMES_MEMBER
static String
TYPE_MEMBER
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Stream<ComponentDescriptor<T>>
filter(Class<T> componentType, Stream<ComponentDescriptor<T>> candidates)
int
hashCode()
String
toString()
-
-
-
Field Detail
-
TYPE_MEMBER
public static final String TYPE_MEMBER
- See Also:
- Constant Field Values
-
NAMES_MEMBER
public static final String NAMES_MEMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
filter
public Stream<ComponentDescriptor<T>> filter(Class<T> componentType, Stream<ComponentDescriptor<T>> candidates)
-
-