|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.xml.core.BeanResult<X>
public class BeanResult<X>
| Constructor Summary | |
|---|---|
BeanResult(Class<X> type,
boolean readAnnotations,
BeanResultType beanType,
List<FieldValueObject> fieldValues,
List<BeanResult<?>> inlineBeans,
javax.enterprise.inject.spi.BeanManager beanManager)
|
|
| Method Summary | |
|---|---|
void |
addToClass(Annotation annotation)
|
void |
addToConstructor(Constructor<?> constructor,
Annotation annotation)
|
void |
addToConstructorParameter(Constructor<?> constructor,
int param,
Annotation annotation)
|
void |
addToField(Field field,
Annotation annotation)
|
void |
addToMethod(Method method,
Annotation annotation)
|
void |
addToMethodParameter(Method method,
int param,
Annotation annotation)
|
javax.enterprise.inject.spi.AnnotatedType<?> |
getAnnotatedType()
|
BeanResultType |
getBeanType()
|
List<FieldValueObject> |
getFieldValues()
|
List<BeanResult<?>> |
getInlineBeans()
|
Class<X> |
getType()
|
void |
overrideFieldType(Field field,
Class<?> javaClass)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanResult(Class<X> type,
boolean readAnnotations,
BeanResultType beanType,
List<FieldValueObject> fieldValues,
List<BeanResult<?>> inlineBeans,
javax.enterprise.inject.spi.BeanManager beanManager)
| Method Detail |
|---|
public List<BeanResult<?>> getInlineBeans()
public Class<X> getType()
public BeanResultType getBeanType()
public List<FieldValueObject> getFieldValues()
public void addToClass(Annotation annotation)
public void addToField(Field field,
Annotation annotation)
public void addToMethod(Method method,
Annotation annotation)
public void addToMethodParameter(Method method,
int param,
Annotation annotation)
public void addToConstructor(Constructor<?> constructor,
Annotation annotation)
public void addToConstructorParameter(Constructor<?> constructor,
int param,
Annotation annotation)
public void overrideFieldType(Field field,
Class<?> javaClass)
public javax.enterprise.inject.spi.AnnotatedType<?> getAnnotatedType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||