|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldAnnotation | |
|---|---|
| org.vraptor.component | |
| org.vraptor.interceptor | |
| org.vraptor.introspector | |
| org.vraptor.reflection | |
| Uses of FieldAnnotation in org.vraptor.component |
|---|
| Methods in org.vraptor.component that return types with arguments of type FieldAnnotation | |
|---|---|
List<FieldAnnotation<In>> |
DefaultComponentType.getInAnnotations()
|
List<FieldAnnotation<In>> |
ComponentType.getInAnnotations()
|
List<FieldAnnotation<In>> |
ComponentTypeWrapper.getInAnnotations()
|
| Constructors in org.vraptor.component with parameters of type FieldAnnotation | |
|---|---|
FieldOutjecter(FieldAnnotation<Out> fout)
|
|
| Constructor parameters in org.vraptor.component with type arguments of type FieldAnnotation | |
|---|---|
DefaultComponentType(Class<T> type,
String name,
ScopeType scope,
BeanConstructor constructor,
Map<String,? extends LogicMethod> actions,
List<FieldAnnotation<In>> ins,
List<InterceptorType> interceptors,
String destroyLogicName,
List<ReadParameter> parameters)
|
|
| Uses of FieldAnnotation in org.vraptor.interceptor |
|---|
| Methods in org.vraptor.interceptor that return types with arguments of type FieldAnnotation | |
|---|---|
List<FieldAnnotation<In>> |
InterceptorType.getInAnnotations()
|
| Uses of FieldAnnotation in org.vraptor.introspector |
|---|
| Method parameters in org.vraptor.introspector with type arguments of type FieldAnnotation | |
|---|---|
void |
Introspector.inject(List<FieldAnnotation<In>> inAnnotations,
Object component,
LogicRequest context)
Call for injection: tries to inject each field listed on the inAnnotations on object component using the logic context passed as argument |
void |
BasicIntrospector.inject(List<FieldAnnotation<In>> inAnnotations,
Object component,
LogicRequest request)
|
| Constructors in org.vraptor.introspector with parameters of type FieldAnnotation | |
|---|---|
FieldParameter(FieldAnnotation<Parameter> info)
|
|
FieldReadParameter(FieldAnnotation<Read> info)
|
|
| Uses of FieldAnnotation in org.vraptor.reflection |
|---|
| Methods in org.vraptor.reflection that return types with arguments of type FieldAnnotation | ||
|---|---|---|
static
|
ReflectionUtil.readAnnotations(Class type,
Class<T> annot)
Read all field annotations from one type |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||