| Constructor and Description |
|---|
AssertBean() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
assertAmbiguous(Class<T> beanType,
Annotation... qualifiers)
Asserts that typesafe resolution fails - no bean is eligible for injection.
|
<T> T |
assertAvailable(Class<T> beanType,
Annotation... qualifiers)
Assert that a bean with given type and qualifiers is available for injection.
|
<T> void |
assertUnsatisfied(Class<T> beanType,
Annotation... qualifiers)
Asserts that typesafe resolution fails - multiple beans are eligible for injection.
|
public <T> void assertUnsatisfied(Class<T> beanType, Annotation... qualifiers)
beanType - qualifiers - public <T> void assertAmbiguous(Class<T> beanType, Annotation... qualifiers)
beanType - qualifiers - public <T> T assertAvailable(Class<T> beanType, Annotation... qualifiers)
beanType - qualifiers - Copyright © 2008-2015 Seam Framework. All Rights Reserved.