public class MergedStereotypes<T,E>
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
MergedStereotypes(java.util.Set<java.lang.annotation.Annotation> stereotypeAnnotations,
BeanManagerImpl manager)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.annotation.Annotation> |
getPossibleScopes()
Returns the possible scope types
|
java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> |
getStereotypes() |
boolean |
isAlternative() |
boolean |
isBeanNameDefaulted()
Indicates if the name i defaulted
|
protected void |
merge(java.util.Set<java.lang.annotation.Annotation> stereotypeAnnotations)
Perform the merge
|
static <T,E> MergedStereotypes<T,E> |
of(EnhancedAnnotated<T,E> annotated,
BeanManagerImpl manager) |
static <T,E> MergedStereotypes<T,E> |
of(java.util.Set<java.lang.annotation.Annotation> stereotypeAnnotations,
BeanManagerImpl manager) |
java.lang.String |
toString()
Gets a string representation of the merged stereotypes
|
protected MergedStereotypes(java.util.Set<java.lang.annotation.Annotation> stereotypeAnnotations,
BeanManagerImpl manager)
stereotypeAnnotations - The stereotypes to mergepublic static <T,E> MergedStereotypes<T,E> of(EnhancedAnnotated<T,E> annotated, BeanManagerImpl manager)
public static <T,E> MergedStereotypes<T,E> of(java.util.Set<java.lang.annotation.Annotation> stereotypeAnnotations, BeanManagerImpl manager)
protected void merge(java.util.Set<java.lang.annotation.Annotation> stereotypeAnnotations)
stereotypeAnnotations - The stereotype annotationspublic boolean isAlternative()
public java.util.Set<java.lang.annotation.Annotation> getPossibleScopes()
public boolean isBeanNameDefaulted()
public java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> getStereotypes()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014. All Rights Reserved.