public class AopProxyWriter extends AbstractClassFileWriter implements ProxyingBeanDefinitionVisitor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FIELD_READ_LOCK |
static java.lang.String |
FIELD_READ_WRITE_LOCK |
static java.lang.String |
FIELD_TARGET |
static org.objectweb.asm.Type |
FIELD_TYPE_INTERCEPTORS |
static java.lang.String |
FIELD_WRITE_LOCK |
static int |
HASHCODE |
static int |
MAX_LOCALS |
static org.objectweb.asm.commons.Method |
METHOD_GET_PROXY_TARGET |
static org.objectweb.asm.commons.Method |
METHOD_GET_PROXY_TARGET_BEAN |
static java.lang.String |
METHOD_RESOLVE_TARGET |
static org.objectweb.asm.Type |
TYPE_BEAN_LOCATOR |
static org.objectweb.asm.Type |
TYPE_INTERCEPTOR_CHAIN |
static org.objectweb.asm.Type |
TYPE_LOCK |
static org.objectweb.asm.Type |
TYPE_METHOD_INTERCEPTOR_CHAIN |
static org.objectweb.asm.Type |
TYPE_READ_WRITE_LOCK |
CONSTRUCTOR_NAME, DEFAULT_MAX_STACK, DESCRIPTOR_DEFAULT_CONSTRUCTOR, METHOD_DEFAULT_CONSTRUCTOR, NAME_TO_TYPE_MAP, originatingElement, TYPE_ARGUMENT, TYPE_ARGUMENT_ARRAY, TYPE_CLASS, TYPE_GENERATED, TYPE_OBJECT, ZERO_ARGUMENTS_CONSTANT
PROXY_SUFFIX
AALOAD, AASTORE, ACC_ABSTRACT, ACC_ANNOTATION, ACC_BRIDGE, ACC_DEPRECATED, ACC_ENUM, ACC_FINAL, ACC_INTERFACE, ACC_MANDATED, ACC_MODULE, ACC_NATIVE, ACC_OPEN, ACC_PRIVATE, ACC_PROTECTED, ACC_PUBLIC, ACC_STATIC, ACC_STATIC_PHASE, ACC_STRICT, ACC_SUPER, ACC_SYNCHRONIZED, ACC_SYNTHETIC, ACC_TRANSIENT, ACC_TRANSITIVE, ACC_VARARGS, ACC_VOLATILE, ACONST_NULL, ALOAD, ANEWARRAY, ARETURN, ARRAYLENGTH, ASM4, ASM5, ASM6, ASM7, ASTORE, ATHROW, BALOAD, BASTORE, BIPUSH, CALOAD, CASTORE, CHECKCAST, D2F, D2I, D2L, DADD, DALOAD, DASTORE, DCMPG, DCMPL, DCONST_0, DCONST_1, DDIV, DLOAD, DMUL, DNEG, DOUBLE, DREM, DRETURN, DSTORE, DSUB, DUP, DUP_X1, DUP_X2, DUP2, DUP2_X1, DUP2_X2, F_APPEND, F_CHOP, F_FULL, F_NEW, F_SAME, F_SAME1, F2D, F2I, F2L, FADD, FALOAD, FASTORE, FCMPG, FCMPL, FCONST_0, FCONST_1, FCONST_2, FDIV, FLOAD, FLOAT, FMUL, FNEG, FREM, FRETURN, FSTORE, FSUB, GETFIELD, GETSTATIC, GOTO, H_GETFIELD, H_GETSTATIC, H_INVOKEINTERFACE, H_INVOKESPECIAL, H_INVOKESTATIC, H_INVOKEVIRTUAL, H_NEWINVOKESPECIAL, H_PUTFIELD, H_PUTSTATIC, I2B, I2C, I2D, I2F, I2L, I2S, IADD, IALOAD, IAND, IASTORE, ICONST_0, ICONST_1, ICONST_2, ICONST_3, ICONST_4, ICONST_5, ICONST_M1, IDIV, IF_ACMPEQ, IF_ACMPNE, IF_ICMPEQ, IF_ICMPGE, IF_ICMPGT, IF_ICMPLE, IF_ICMPLT, IF_ICMPNE, IFEQ, IFGE, IFGT, IFLE, IFLT, IFNE, IFNONNULL, IFNULL, IINC, ILOAD, IMUL, INEG, INSTANCEOF, INTEGER, INVOKEDYNAMIC, INVOKEINTERFACE, INVOKESPECIAL, INVOKESTATIC, INVOKEVIRTUAL, IOR, IREM, IRETURN, ISHL, ISHR, ISTORE, ISUB, IUSHR, IXOR, JSR, L2D, L2F, L2I, LADD, LALOAD, LAND, LASTORE, LCMP, LCONST_0, LCONST_1, LDC, LDIV, LLOAD, LMUL, LNEG, LONG, LOOKUPSWITCH, LOR, LREM, LRETURN, LSHL, LSHR, LSTORE, LSUB, LUSHR, LXOR, MONITORENTER, MONITOREXIT, MULTIANEWARRAY, NEW, NEWARRAY, NOP, NULL, POP, POP2, PUTFIELD, PUTSTATIC, RET, RETURN, SALOAD, SASTORE, SIPUSH, SOURCE_DEPRECATED, SOURCE_MASK, SWAP, T_BOOLEAN, T_BYTE, T_CHAR, T_DOUBLE, T_FLOAT, T_INT, T_LONG, T_SHORT, TABLESWITCH, TOP, UNINITIALIZED_THIS, V_PREVIEW, V1_1, V1_2, V1_3, V1_4, V1_5, V1_6, V1_7, V1_8, V10, V11, V12, V13, V14, V9
Constructor and Description |
---|
AopProxyWriter(BeanDefinitionWriter parent,
java.lang.Object... interceptorTypes)
Constructs a new
AopProxyWriter for the given parent BeanDefinitionWriter and starting interceptors types. |
AopProxyWriter(BeanDefinitionWriter parent,
OptionalValues<java.lang.Boolean> settings,
java.lang.Object... interceptorTypes)
Constructs a new
AopProxyWriter for the given parent BeanDefinitionWriter and starting interceptors types. |
AopProxyWriter(java.lang.String packageName,
java.lang.String className,
boolean isInterface,
boolean implementInterface,
Element originatingElement,
AnnotationMetadata annotationMetadata,
java.lang.Object[] interfaceTypes,
java.lang.Object... interceptorTypes)
Constructs a new
AopProxyWriter for the purposes of writing Introduction advise. |
AopProxyWriter(java.lang.String packageName,
java.lang.String className,
boolean isInterface,
Element originatingElement,
AnnotationMetadata annotationMetadata,
java.lang.Object[] interfaceTypes,
java.lang.Object... interceptorTypes)
Constructs a new
AopProxyWriter for the purposes of writing Introduction advise. |
Modifier and Type | Method and Description |
---|---|
void |
accept(ClassWriterOutputVisitor visitor)
Write the class to output via a visitor that manages output destination.
|
AnnotationMetadata |
getAnnotationMetadata() |
java.lang.String |
getBeanDefinitionName() |
java.lang.String |
getBeanDefinitionReferenceClassName() |
java.lang.String |
getBeanSimpleName() |
java.lang.String |
getBeanTypeName() |
Element |
getOriginatingElement() |
java.lang.String |
getPackageName() |
org.objectweb.asm.Type |
getProvidedType()
The provided type of the bean.
|
java.lang.String |
getProxiedBeanDefinitionName() |
java.lang.String |
getProxiedTypeName() |
boolean |
isInterface() |
boolean |
isProxyTarget()
Is the target bean being proxied.
|
boolean |
isSingleton() |
boolean |
isValidated() |
boolean |
requiresMethodProcessing()
By default, when the
BeanContext is started, the
BeanDefinition.getExecutableMethods() are not processed by registered
ExecutableMethodProcessor instances unless this method returns true. |
void |
setRequiresMethodProcessing(boolean shouldPreProcess)
Sets whether the
BeanType.requiresMethodProcessing() returns true. |
void |
setValidated(boolean validated)
Make the bean definition as validated by javax.validation.
|
protected void |
startClass(org.objectweb.asm.ClassVisitor classWriter,
java.lang.String className,
org.objectweb.asm.Type superType) |
void |
visitAroundMethod(java.lang.Object declaringType,
java.lang.Object returnType,
java.lang.Object genericReturnType,
java.util.Map<java.lang.String,java.lang.Object> returnTypeGenericTypes,
java.lang.String methodName,
java.util.Map<java.lang.String,java.lang.Object> argumentTypes,
java.util.Map<java.lang.String,java.lang.Object> genericParameters,
java.util.Map<java.lang.String,AnnotationMetadata> argumentAnnotationMetadata,
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> genericTypes,
AnnotationMetadata annotationMetadata,
boolean isInterface,
boolean isDefault)
Visit a method that is to be proxied.
|
void |
visitBeanDefinitionConstructor(AnnotationMetadata annotationMetadata,
boolean requiresReflection)
Visits a no arguments constructor.
|
void |
visitBeanDefinitionConstructor(AnnotationMetadata annotationMetadata,
boolean requiresReflection,
java.util.Map<java.lang.String,java.lang.Object> argumentTypes,
java.util.Map<java.lang.String,AnnotationMetadata> argumentAnnotationMetadata,
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> genericTypes)
Visits a constructor with arguments.
|
void |
visitBeanDefinitionEnd()
Finalizes the proxy.
|
void |
visitBeanDefinitionInterface(java.lang.Class<? extends BeanDefinition> interfaceType)
Visit a marker interface on the generated bean definition.
|
void |
visitConfigBuilderDurationMethod(java.lang.String prefix,
java.lang.Object returnType,
java.lang.String methodName,
java.lang.String propertyPath)
Visit a configuration builder method that accepts a long and a TimeUnit.
|
void |
visitConfigBuilderEnd()
Finalize a configuration builder field.
|
void |
visitConfigBuilderField(java.lang.Object type,
java.lang.String field,
AnnotationMetadata annotationMetadata,
ConfigurationMetadataBuilder metadataBuilder,
boolean isInterface)
Begin defining a configuration builder.
|
void |
visitConfigBuilderMethod(java.lang.Object type,
java.lang.String methodName,
AnnotationMetadata annotationMetadata,
ConfigurationMetadataBuilder metadataBuilder,
boolean isInterface)
Begin defining a configuration builder.
|
void |
visitConfigBuilderMethod(java.lang.String prefix,
java.lang.Object returnType,
java.lang.String methodName,
java.lang.Object paramType,
java.util.Map<java.lang.String,java.lang.Object> generics,
java.lang.String propertyPath)
Visit a configuration builder method.
|
ExecutableMethodWriter |
visitExecutableMethod(java.lang.Object declaringType,
java.lang.Object returnType,
java.lang.Object genericReturnType,
java.util.Map<java.lang.String,java.lang.Object> returnTypeGenericTypes,
java.lang.String methodName,
java.util.Map<java.lang.String,java.lang.Object> argumentTypes,
java.util.Map<java.lang.String,java.lang.Object> genericArgumentTypes,
java.util.Map<java.lang.String,AnnotationMetadata> argumentAnnotationMetadata,
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> genericTypes,
AnnotationMetadata annotationMetadata,
boolean isInterface,
boolean isDefault)
Visit a method that is to be made executable allow invocation of said method without reflection.
|
void |
visitFieldInjectionPoint(java.lang.Object declaringType,
java.lang.Object fieldType,
java.lang.String fieldName,
boolean requiresReflection,
AnnotationMetadata annotationMetadata,
java.util.Map<java.lang.String,java.lang.Object> typeArguments)
Visits a field injection point.
|
void |
visitFieldValue(java.lang.Object declaringType,
java.lang.Object fieldType,
java.lang.String fieldName,
boolean requiresReflection,
AnnotationMetadata annotationMetadata,
java.util.Map<java.lang.String,java.lang.Object> typeArguments,
boolean isOptional)
Visits a field injection point.
|
void |
visitInterceptorTypes(java.lang.Object... interceptorTypes)
visitInterceptorTypes.
|
void |
visitIntroductionMethod(java.lang.Object declaringType,
java.lang.Object returnType,
java.lang.Object genericReturnType,
java.util.Map<java.lang.String,java.lang.Object> returnTypeGenericTypes,
java.lang.String methodName,
java.util.Map<java.lang.String,java.lang.Object> argumentTypes,
java.util.Map<java.lang.String,java.lang.Object> genericParameters,
java.util.Map<java.lang.String,AnnotationMetadata> argumentAnnotationMetadata,
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> genericTypes,
AnnotationMetadata annotationMetadata)
Visit a abstract method that is to be implemented.
|
void |
visitMethodInjectionPoint(java.lang.Object declaringType,
boolean requiresReflection,
java.lang.Object returnType,
java.lang.String methodName,
java.util.Map<java.lang.String,java.lang.Object> argumentTypes,
java.util.Map<java.lang.String,AnnotationMetadata> argumentAnnotationMetadata,
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> genericTypes,
AnnotationMetadata annotationMetadata)
Visits a method injection point.
|
void |
visitPostConstructMethod(java.lang.Object declaringType,
boolean requiresReflection,
java.lang.Object returnType,
java.lang.String methodName,
java.util.Map<java.lang.String,java.lang.Object> argumentTypes,
java.util.Map<java.lang.String,AnnotationMetadata> argumentAnnotationMetadata,
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> genericTypes,
AnnotationMetadata annotationMetadata)
Visits a method injection point.
|
void |
visitPreDestroyMethod(java.lang.Object declaringType,
boolean requiresReflection,
java.lang.Object returnType,
java.lang.String methodName,
java.util.Map<java.lang.String,java.lang.Object> argumentTypes,
java.util.Map<java.lang.String,AnnotationMetadata> argumentAnnotationMetadata,
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> genericTypes,
AnnotationMetadata annotationMetadata)
Visits a method injection point.
|
void |
visitSetterValue(java.lang.Object declaringType,
java.lang.Object returnType,
AnnotationMetadata setterMetadata,
boolean requiresReflection,
java.lang.Object valueType,
java.lang.String setterName,
java.util.Map<java.lang.String,java.lang.Object> genericTypes,
AnnotationMetadata setterArgumentMetadata,
boolean isOptional)
Visits an injection point for a setter.
|
void |
visitSetterValue(java.lang.Object declaringType,
java.lang.Object returnType,
AnnotationMetadata annotationMetadata,
boolean requiresReflection,
java.lang.Object fieldType,
java.lang.String fieldName,
java.lang.String setterName,
java.util.Map<java.lang.String,java.lang.Object> genericTypes,
boolean isOptional)
Visits an injection point for a field and setter pairing.
|
void |
visitSuperBeanDefinition(java.lang.String name)
Alter the super class of this bean definition.
|
void |
visitSuperBeanDefinitionFactory(java.lang.String beanName)
Alter the super class of this bean definition to use another factory bean.
|
void |
visitTypeArguments(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> typeArguments)
Visits the type arguments for the bean.
|
void |
writeTo(java.io.File compilationDir)
Write the proxy to the given compilation directory.
|
buildArgument, generateServiceDescriptor, getClassFileName, getConstructorDescriptor, getConstructorDescriptor, getInternalName, getInternalNameForCast, getMethodDescriptor, getMethodDescriptor, getMethodSignature, getObjectType, getObjectTypes, getTypeDescriptor, getTypeDescriptor, getTypeReference, getTypeReference, getTypeReferenceForName, getWrapperType, invokeConstructor, invokeInterfaceStaticMethod, isPrimitive, newClassWriterOutputVisitor, pushBoxPrimitiveIfNecessary, pushBuildArgumentsForMethod, pushCastToType, pushMethodNameAndTypesArguments, pushNewArray, pushNewInstance, pushReturnValue, pushStoreInArray, pushStoreStringInArray, pushStoreTypeInArray, pushTypeArgumentElements, pushTypeArguments, returnVoid, startClass, startConstructor, startConstructor, startFinalClass, startProtectedMethod, startPublicClass, startPublicFinalClass, startPublicFinalMethodZeroArgs, startPublicMethod, startPublicMethodZeroArgs, startService, startService, toParameterTypes, toTypeArguments, toTypeArguments, visitStaticInitializer, writeBooleanMethod, writeClassToDisk, writeClassToDisk
public static final int HASHCODE
public static final int MAX_LOCALS
public static final org.objectweb.asm.commons.Method METHOD_GET_PROXY_TARGET
public static final org.objectweb.asm.commons.Method METHOD_GET_PROXY_TARGET_BEAN
public static final org.objectweb.asm.Type FIELD_TYPE_INTERCEPTORS
public static final org.objectweb.asm.Type TYPE_INTERCEPTOR_CHAIN
public static final org.objectweb.asm.Type TYPE_METHOD_INTERCEPTOR_CHAIN
public static final java.lang.String FIELD_TARGET
public static final java.lang.String FIELD_READ_WRITE_LOCK
public static final org.objectweb.asm.Type TYPE_READ_WRITE_LOCK
public static final java.lang.String FIELD_READ_LOCK
public static final java.lang.String FIELD_WRITE_LOCK
public static final org.objectweb.asm.Type TYPE_LOCK
public static final org.objectweb.asm.Type TYPE_BEAN_LOCATOR
public static final java.lang.String METHOD_RESOLVE_TARGET
public AopProxyWriter(BeanDefinitionWriter parent, java.lang.Object... interceptorTypes)
Constructs a new AopProxyWriter
for the given parent BeanDefinitionWriter
and starting interceptors types.
Additional Interceptor
types can be added downstream with visitInterceptorTypes(Object...)
.
parent
- The parent BeanDefinitionWriter
interceptorTypes
- The annotation types of the Interceptor
instances to be injectedpublic AopProxyWriter(BeanDefinitionWriter parent, OptionalValues<java.lang.Boolean> settings, java.lang.Object... interceptorTypes)
Constructs a new AopProxyWriter
for the given parent BeanDefinitionWriter
and starting interceptors types.
Additional Interceptor
types can be added downstream with visitInterceptorTypes(Object...)
.
parent
- The parent BeanDefinitionWriter
settings
- optional settinginterceptorTypes
- The annotation types of the Interceptor
instances to be injectedpublic AopProxyWriter(java.lang.String packageName, java.lang.String className, boolean isInterface, Element originatingElement, AnnotationMetadata annotationMetadata, java.lang.Object[] interfaceTypes, java.lang.Object... interceptorTypes)
AopProxyWriter
for the purposes of writing Introduction
advise.packageName
- The package nameclassName
- The class nameisInterface
- Is the target of the advise an interfaceoriginatingElement
- The originating elementannotationMetadata
- The annotation metadatainterfaceTypes
- The additional interfaces to implementinterceptorTypes
- The interceptor typespublic AopProxyWriter(java.lang.String packageName, java.lang.String className, boolean isInterface, boolean implementInterface, Element originatingElement, AnnotationMetadata annotationMetadata, java.lang.Object[] interfaceTypes, java.lang.Object... interceptorTypes)
AopProxyWriter
for the purposes of writing Introduction
advise.packageName
- The package nameclassName
- The class nameisInterface
- Is the target of the advise an interfaceimplementInterface
- Whether the interface should be implemented. If false the interfaceTypes
argument should contain at least one entryoriginatingElement
- The originating elementannotationMetadata
- The annotation metadatainterfaceTypes
- The additional interfaces to implementinterceptorTypes
- The interceptor typespublic boolean isProxyTarget()
protected void startClass(org.objectweb.asm.ClassVisitor classWriter, java.lang.String className, org.objectweb.asm.Type superType)
startClass
in class AbstractClassFileWriter
classWriter
- The current class writerclassName
- The class namesuperType
- The super typepublic Element getOriginatingElement()
getOriginatingElement
in interface BeanDefinitionVisitor
getOriginatingElement
in class AbstractClassFileWriter
public void visitBeanDefinitionConstructor(AnnotationMetadata annotationMetadata, boolean requiresReflection)
BeanDefinitionVisitor
BeanDefinitionVisitor.visitBeanDefinitionConstructor(AnnotationMetadata, boolean, Map, Map, Map)
should be called at least
once.visitBeanDefinitionConstructor
in interface BeanDefinitionVisitor
annotationMetadata
- The annotation metadata for the constructor.requiresReflection
- Whether invoking the constructor requires reflection.public boolean isSingleton()
isSingleton
in interface BeanDefinitionVisitor
public boolean isInterface()
isInterface
in interface BeanDefinitionVisitor
public void visitBeanDefinitionInterface(java.lang.Class<? extends BeanDefinition> interfaceType)
BeanDefinitionVisitor
visitBeanDefinitionInterface
in interface BeanDefinitionVisitor
interfaceType
- The interface typepublic java.lang.String getBeanTypeName()
getBeanTypeName
in interface BeanDefinitionVisitor
public org.objectweb.asm.Type getProvidedType()
BeanDefinitionVisitor
BeanDefinitionVisitor.getBeanTypeName()
, except in the case of
factory beans which produce a different type.getProvidedType
in interface BeanDefinitionVisitor
public void setValidated(boolean validated)
BeanDefinitionVisitor
setValidated
in interface BeanDefinitionVisitor
validated
- Whether the bean definition is validatedpublic boolean isValidated()
isValidated
in interface BeanDefinitionVisitor
public java.lang.String getBeanDefinitionName()
getBeanDefinitionName
in interface BeanDefinitionVisitor
public void visitBeanDefinitionConstructor(AnnotationMetadata annotationMetadata, boolean requiresReflection, java.util.Map<java.lang.String,java.lang.Object> argumentTypes, java.util.Map<java.lang.String,AnnotationMetadata> argumentAnnotationMetadata, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> genericTypes)
visitBeanDefinitionConstructor(AnnotationMetadata, boolean)
should be called at least oncevisitBeanDefinitionConstructor
in interface BeanDefinitionVisitor
argumentTypes
- The argument names and types. Should be an ordered map should as LinkedHashMap
argumentAnnotationMetadata
- The argument names and metadatagenericTypes
- The argument names and generic types. Should be an ordered map should as LinkedHashMap
annotationMetadata
- The annotation metadata for the constructorrequiresReflection
- Whether invoking the constructor requires reflection@NonNull public java.lang.String getBeanDefinitionReferenceClassName()
getBeanDefinitionReferenceClassName
in interface BeanDefinitionVisitor
public void visitIntroductionMethod(java.lang.Object declaringType, java.lang.Object returnType, java.lang.Object genericReturnType, java.util.Map<java.lang.String,java.lang.Object> returnTypeGenericTypes, java.lang.String methodName, java.util.Map<java.lang.String,java.lang.Object> argumentTypes, java.util.Map<java.lang.String,java.lang.Object> genericParameters, java.util.Map<java.lang.String,AnnotationMetadata> argumentAnnotationMetadata, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> genericTypes, AnnotationMetadata annotationMetadata)
declaringType
- The declaring type of the method. Either a Class or a string representing the name of the typereturnType
- The return type of the method. Either a Class or a string representing the name of the typegenericReturnType
- The generic return typereturnTypeGenericTypes
- Map containing the return generic typesmethodName
- The method nameargumentTypes
- The argument types. Note: an ordered map should be used such as LinkedHashMap. Can be null or empty.genericParameters
- The generic argument typesargumentAnnotationMetadata
- The argument annotation metadatagenericTypes
- The generic types of each argument. Can be null.annotationMetadata
- metadatapublic void visitAroundMethod(java.lang.Object declaringType, java.lang.Object returnType, java.lang.Object genericReturnType, java.util.Map<java.lang.String,java.lang.Object> returnTypeGenericTypes, java.lang.String methodName, java.util.Map<java.lang.String,java.lang.Object> argumentTypes, java.util.Map<java.lang.String,java.lang.Object> genericParameters, java.util.Map<java.lang.String,AnnotationMetadata> argumentAnnotationMetadata, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> genericTypes, AnnotationMetadata annotationMetadata, boolean isInterface, boolean isDefault)
declaringType
- The declaring type of the method. Either a Class or a string representing the name of the typereturnType
- The return type of the method. Either a Class or a string representing the name of the typegenericReturnType
- The generic return typereturnTypeGenericTypes
- Map containing the return generic typesmethodName
- The method nameargumentTypes
- The argument types. Note: an ordered map should be used such as LinkedHashMap. Can be null or empty.genericParameters
- The generic argument typesargumentAnnotationMetadata
- The argument annotation metadatagenericTypes
- The generic types of each argument. Can be null.annotationMetadata
- metadataisInterface
- If the method is in an interfaceisDefault
- If the method is a default methodpublic void visitBeanDefinitionEnd()
writeTo(File)
visitBeanDefinitionEnd
in interface BeanDefinitionVisitor
public void writeTo(java.io.File compilationDir) throws java.io.IOException
writeTo
in interface BeanDefinitionVisitor
writeTo
in class AbstractClassFileWriter
compilationDir
- The target compilation directoryjava.io.IOException
public void accept(ClassWriterOutputVisitor visitor) throws java.io.IOException
accept
in interface BeanDefinitionVisitor
accept
in class AbstractClassFileWriter
visitor
- the writer output visitorjava.io.IOException
- If an error occurspublic void visitSuperBeanDefinition(java.lang.String name)
BeanDefinitionVisitor
AbstractBeanDefinition
.visitSuperBeanDefinition
in interface BeanDefinitionVisitor
name
- The super typepublic void visitSuperBeanDefinitionFactory(java.lang.String beanName)
BeanDefinitionVisitor
visitSuperBeanDefinitionFactory
in interface BeanDefinitionVisitor
beanName
- The bean namepublic void visitSetterValue(java.lang.Object declaringType, java.lang.Object returnType, AnnotationMetadata annotationMetadata, boolean requiresReflection, java.lang.Object fieldType, java.lang.String fieldName, java.lang.String setterName, java.util.Map<java.lang.String,java.lang.Object> genericTypes, boolean isOptional)
BeanDefinitionVisitor
visitSetterValue
in interface BeanDefinitionVisitor
declaringType
- The declaring typereturnType
- The return typeannotationMetadata
- The annotation metadatarequiresReflection
- Whether the setter requires reflectionfieldType
- The field typefieldName
- The field namesetterName
- The setter namegenericTypes
- The generic typesisOptional
- Whether the setter is optionalpublic void visitSetterValue(java.lang.Object declaringType, java.lang.Object returnType, AnnotationMetadata setterMetadata, boolean requiresReflection, java.lang.Object valueType, java.lang.String setterName, java.util.Map<java.lang.String,java.lang.Object> genericTypes, AnnotationMetadata setterArgumentMetadata, boolean isOptional)
BeanDefinitionVisitor
visitSetterValue
in interface BeanDefinitionVisitor
declaringType
- The declaring typereturnType
- The return typesetterMetadata
- The annotation metadatarequiresReflection
- Whether the setter requires reflectionvalueType
- The field typesetterName
- The setter namegenericTypes
- The generic typessetterArgumentMetadata
- The setter argument metadataisOptional
- Whether the setter is optionalpublic void visitPostConstructMethod(java.lang.Object declaringType, boolean requiresReflection, java.lang.Object returnType, java.lang.String methodName, java.util.Map<java.lang.String,java.lang.Object> argumentTypes, java.util.Map<java.lang.String,AnnotationMetadata> argumentAnnotationMetadata, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> genericTypes, AnnotationMetadata annotationMetadata)
BeanDefinitionVisitor
visitPostConstructMethod
in interface BeanDefinitionVisitor
declaringType
- The declaring type of the method. Either a Class or a string representing
the name of the typerequiresReflection
- Whether the method requires reflectionreturnType
- The return type of the method. Either a Class or a string representing the
name of the typemethodName
- The method nameargumentTypes
- The argument types. Note: an ordered map should be used such as LinkedHashMap.
Can be null or empty.argumentAnnotationMetadata
- The argument annotation metadatagenericTypes
- The generic types of each argument. Can be null.annotationMetadata
- The annotation metadatapublic void visitPreDestroyMethod(java.lang.Object declaringType, boolean requiresReflection, java.lang.Object returnType, java.lang.String methodName, java.util.Map<java.lang.String,java.lang.Object> argumentTypes, java.util.Map<java.lang.String,AnnotationMetadata> argumentAnnotationMetadata, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> genericTypes, AnnotationMetadata annotationMetadata)
BeanDefinitionVisitor
visitPreDestroyMethod
in interface BeanDefinitionVisitor
declaringType
- The declaring type of the method. Either a Class or a string representing the
name of the typerequiresReflection
- Whether the method requires reflectionreturnType
- The return type of the method. Either a Class or a string representing the name
of the typemethodName
- The method nameargumentTypes
- The argument types. Note: an ordered map should be used such as LinkedHashMap.
Can be null or empty.argumentAnnotationMetadata
- The argument annotation metadatagenericTypes
- The generic types of each argument. Can be null.annotationMetadata
- The annotation metadatapublic void visitMethodInjectionPoint(java.lang.Object declaringType, boolean requiresReflection, java.lang.Object returnType, java.lang.String methodName, java.util.Map<java.lang.String,java.lang.Object> argumentTypes, java.util.Map<java.lang.String,AnnotationMetadata> argumentAnnotationMetadata, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> genericTypes, AnnotationMetadata annotationMetadata)
BeanDefinitionVisitor
visitMethodInjectionPoint
in interface BeanDefinitionVisitor
declaringType
- The declaring type of the method. Either a Class or a string representing the
name of the typerequiresReflection
- Whether the method requires reflectionreturnType
- The return type of the method. Either a Class or a string representing the name
of the typemethodName
- The method nameargumentTypes
- The argument types. Note: an ordered map should be used such as LinkedHashMap.
Can be null or empty.argumentAnnotationMetadata
- The argument annotation metadatagenericTypes
- The generic types of each argument. Can be null.annotationMetadata
- The annotation metadatapublic ExecutableMethodWriter visitExecutableMethod(java.lang.Object declaringType, java.lang.Object returnType, java.lang.Object genericReturnType, java.util.Map<java.lang.String,java.lang.Object> returnTypeGenericTypes, java.lang.String methodName, java.util.Map<java.lang.String,java.lang.Object> argumentTypes, java.util.Map<java.lang.String,java.lang.Object> genericArgumentTypes, java.util.Map<java.lang.String,AnnotationMetadata> argumentAnnotationMetadata, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> genericTypes, AnnotationMetadata annotationMetadata, boolean isInterface, boolean isDefault)
BeanDefinitionVisitor
visitExecutableMethod
in interface BeanDefinitionVisitor
declaringType
- The declaring type of the method. Either a Class or a string representing the
name of the typereturnType
- The return type of the method. Either a Class or a string representing the name
of the typegenericReturnType
- The generic return typereturnTypeGenericTypes
- The return type for generic typesmethodName
- The method nameargumentTypes
- The argument types. Note: an ordered map should be used such as LinkedHashMap.
Can be null or empty.genericArgumentTypes
- The generic argument types. Note: an ordered map should be used such as LinkedHashMap.
Can be null or empty.argumentAnnotationMetadata
- The argument annotation metadatagenericTypes
- The generic types of each argument. Can be null.annotationMetadata
- The annotation metadata for the methodisInterface
- If the method belongs to an interfaceisDefault
- If the method is a default methodExecutableMethodWriter
.public void visitFieldInjectionPoint(java.lang.Object declaringType, java.lang.Object fieldType, java.lang.String fieldName, boolean requiresReflection, AnnotationMetadata annotationMetadata, @Nullable java.util.Map<java.lang.String,java.lang.Object> typeArguments)
BeanDefinitionVisitor
visitFieldInjectionPoint
in interface BeanDefinitionVisitor
declaringType
- The declaring type. Either a Class or a string representing the name of the typefieldType
- The type of the fieldfieldName
- The name of the fieldrequiresReflection
- Whether accessing the field requires reflectionannotationMetadata
- The annotation metadata for the fieldtypeArguments
- The generic type argumentspublic void visitFieldValue(java.lang.Object declaringType, java.lang.Object fieldType, java.lang.String fieldName, boolean requiresReflection, AnnotationMetadata annotationMetadata, @Nullable java.util.Map<java.lang.String,java.lang.Object> typeArguments, boolean isOptional)
BeanDefinitionVisitor
visitFieldValue
in interface BeanDefinitionVisitor
declaringType
- The declaring type. Either a Class or a string representing the name of the typefieldType
- The type of the fieldfieldName
- The name of the fieldrequiresReflection
- Whether accessing the field requires reflectionannotationMetadata
- The annotation metadata for the fieldtypeArguments
- The generic type argumentsisOptional
- Is the value optionalpublic java.lang.String getPackageName()
getPackageName
in interface BeanDefinitionVisitor
public java.lang.String getBeanSimpleName()
getBeanSimpleName
in interface BeanDefinitionVisitor
public AnnotationMetadata getAnnotationMetadata()
getAnnotationMetadata
in interface BeanDefinitionVisitor
public void visitConfigBuilderField(java.lang.Object type, java.lang.String field, AnnotationMetadata annotationMetadata, ConfigurationMetadataBuilder metadataBuilder, boolean isInterface)
BeanDefinitionVisitor
visitConfigBuilderField
in interface BeanDefinitionVisitor
type
- The type of the builderfield
- The name of the field that represents the builderannotationMetadata
- The annotation metadata associated with the fieldmetadataBuilder
- The ConfigurationMetadataBuilder
isInterface
- Whether the builder type is an interface or notConfigurationBuilder
public void visitConfigBuilderMethod(java.lang.Object type, java.lang.String methodName, AnnotationMetadata annotationMetadata, ConfigurationMetadataBuilder metadataBuilder, boolean isInterface)
BeanDefinitionVisitor
visitConfigBuilderMethod
in interface BeanDefinitionVisitor
type
- The type of the buildermethodName
- The name of the method that returns the builderannotationMetadata
- The annotation metadata associated with the fieldmetadataBuilder
- The ConfigurationMetadataBuilder
isInterface
- Whether the builder type is an interface or notConfigurationBuilder
public void visitConfigBuilderMethod(java.lang.String prefix, java.lang.Object returnType, java.lang.String methodName, java.lang.Object paramType, java.util.Map<java.lang.String,java.lang.Object> generics, java.lang.String propertyPath)
BeanDefinitionVisitor
visitConfigBuilderMethod
in interface BeanDefinitionVisitor
prefix
- The prefix used for the methodreturnType
- The return typemethodName
- The method nameparamType
- The method typegenerics
- The generic types of the methodpropertyPath
- The property pathConfigurationBuilder
public void visitConfigBuilderDurationMethod(java.lang.String prefix, java.lang.Object returnType, java.lang.String methodName, java.lang.String propertyPath)
BeanDefinitionVisitor
visitConfigBuilderDurationMethod
in interface BeanDefinitionVisitor
prefix
- The prefix used for the methodreturnType
- The return typemethodName
- The method namepropertyPath
- The property pathConfigurationBuilder
public void visitConfigBuilderEnd()
BeanDefinitionVisitor
visitConfigBuilderEnd
in interface BeanDefinitionVisitor
ConfigurationBuilder
public void setRequiresMethodProcessing(boolean shouldPreProcess)
BeanDefinitionVisitor
BeanType.requiresMethodProcessing()
returns true.setRequiresMethodProcessing
in interface BeanDefinitionVisitor
shouldPreProcess
- True if they should be pre-processedpublic void visitTypeArguments(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> typeArguments)
BeanDefinitionVisitor
visitTypeArguments
in interface BeanDefinitionVisitor
typeArguments
- The type argumentspublic boolean requiresMethodProcessing()
BeanDefinitionVisitor
BeanContext
is started, the
BeanDefinition.getExecutableMethods()
are not processed by registered
ExecutableMethodProcessor
instances unless this method returns true.requiresMethodProcessing
in interface BeanDefinitionVisitor
Executable.processOnStartup()
public java.lang.String getProxiedTypeName()
getProxiedTypeName
in interface ProxyingBeanDefinitionVisitor
public java.lang.String getProxiedBeanDefinitionName()
getProxiedBeanDefinitionName
in interface ProxyingBeanDefinitionVisitor
public void visitInterceptorTypes(java.lang.Object... interceptorTypes)
interceptorTypes
- types