| org.ow2.easybeans.enhancer.injection.InjectionClassAdapter
InjectionClassAdapter | public class InjectionClassAdapter extends ClassAdapter implements Opcodes(Code) | | This class adds methods which will inject resources in the bean class.
author: Florent Benoit |
Method Summary | |
public void | visitEnd() Visits the end of the class. |
INJECTED_JMETHOD | final public static JMethod INJECTED_JMETHOD(Code) | | JMethod object for injectedByEasyBeans.
|
INJECTED_METHOD | final public static String INJECTED_METHOD(Code) | | Injected method name.
|
INJECTED_METHODS | final public static String[] INJECTED_METHODS(Code) | | List of injected methods.
|
JAVA_LANG_OBJECT | final public static String JAVA_LANG_OBJECT(Code) | | Defines java.lang.Object class.
|
InjectionClassAdapter | public InjectionClassAdapter(ClassAnnotationMetadata classAnnotationMetadata, ClassVisitor cv, Map<String, Object> map, boolean staticMode)(Code) | | Constructor.
Parameters: classAnnotationMetadata - object containing all attributes of theclass Parameters: cv - the class visitor to which this adapter must delegate calls. Parameters: map - a map allowing to give some objects to the adapter. Parameters: staticMode - - Is that generated method is static (client case). |
visitEnd | public void visitEnd()(Code) | | Visits the end of the class. This method, which is the last one to be
called, is used to inform the visitor that all the fields and methods of
the class have been visited.
|
|
|