org.springframework.jee.inject
Class FieldInjection
java.lang.Object
org.springframework.jee.inject.Injection
org.springframework.jee.inject.FieldInjection
public class FieldInjection
- extends Injection
JSR 250 field level injection.
- Author:
- Rod Johnson
Fields inherited from class org.springframework.jee.inject.Injection |
member |
Method Summary |
void |
apply(java.lang.Object instance,
java.lang.Object value)
|
protected java.lang.Class |
getMemberType()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FieldInjection
public FieldInjection(java.lang.reflect.Field f)
FieldInjection
public FieldInjection(java.lang.reflect.Field f,
ResourceInfo ri)
apply
public void apply(java.lang.Object instance,
java.lang.Object value)
- Specified by:
apply
in class Injection
getMemberType
protected java.lang.Class getMemberType()
- Specified by:
getMemberType
in class Injection
Copyright 2006 Interface21. All Rights Reserved.