org.jboss.injection
Class AbstractPropertyInjector
java.lang.Object
org.jboss.injection.AbstractPropertyInjector
- All Implemented Interfaces:
- Injector
- Direct Known Subclasses:
- JndiPropertyInjector, UserTransactionPropertyInjector
public abstract class AbstractPropertyInjector
- extends Object
- implements Injector
Comment
- Version:
- $Revision: $
- Author:
- Carlo de Wolf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
property
protected BeanProperty property
AbstractPropertyInjector
protected AbstractPropertyInjector(BeanProperty property)
getInjectionClass
public Class<?> getInjectionClass()
- Specified by:
getInjectionClass
in interface Injector
inject
public void inject(BeanContext ctx)
- Specified by:
inject
in interface Injector
getAccessibleObject
public AccessibleObject getAccessibleObject()
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.