Method parameters in org.apache.tuscany.spi.implementation.java with type arguments of type JavaMappedService |
PojoComponentType |
Introspector.introspect(CompositeComponent parent,
Class<?> clazz,
PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type,
DeploymentContext context)
Walks the given component implementation class |
boolean |
ImplementationProcessorService.processParam(Class<?> param,
Annotation[] paramAnnotations,
String[] constructorNames,
int pos,
PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type,
List<String> injectionNames)
Processes a constructor parameter by introspecting its annotations |
|
ImplementationProcessorExtension.visitClass(CompositeComponent parent,
Class<T> clazz,
PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type,
DeploymentContext context)
|
|
ImplementationProcessor.visitClass(CompositeComponent parent,
Class<T> clazz,
PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type,
DeploymentContext context)
A callback received when the component implementation class is first loaded |
|
ImplementationProcessorExtension.visitConstructor(CompositeComponent parent,
Constructor<T> constructor,
PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type,
DeploymentContext context)
|
|
ImplementationProcessor.visitConstructor(CompositeComponent parent,
Constructor<T> constructor,
PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type,
DeploymentContext context)
A callback received as the component implementation's constructor used for instantiation by the runtime is
evaluated. |
|
AbstractPropertyProcessor.visitConstructor(CompositeComponent parent,
Constructor<T> constructor,
PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type,
DeploymentContext context)
|
|
ImplementationProcessorExtension.visitEnd(CompositeComponent parent,
Class<T> clazz,
PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type,
DeploymentContext context)
|
|
ImplementationProcessor.visitEnd(CompositeComponent parent,
Class<T> clazz,
PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type,
DeploymentContext context)
The final callback received when all other callbacks during evaluation of the component implementation have been
issued |
void |
ImplementationProcessorExtension.visitField(CompositeComponent parent,
Field field,
PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type,
DeploymentContext context)
|
void |
ImplementationProcessor.visitField(CompositeComponent parent,
Field field,
PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type,
DeploymentContext context)
A callback received as the component implementation's public and protected fields are evaluated |
void |
AbstractPropertyProcessor.visitField(CompositeComponent parent,
Field field,
PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type,
DeploymentContext context)
|
void |
ImplementationProcessorExtension.visitMethod(CompositeComponent parent,
Method method,
PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type,
DeploymentContext context)
|
void |
ImplementationProcessor.visitMethod(CompositeComponent parent,
Method method,
PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type,
DeploymentContext context)
A callback received as the component implementation's public and protected methods are evaluated |
void |
AbstractPropertyProcessor.visitMethod(CompositeComponent parent,
Method method,
PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type,
DeploymentContext context)
|
|
ImplementationProcessorExtension.visitSuperClass(CompositeComponent parent,
Class<T> clazz,
PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type,
DeploymentContext context)
|
|
ImplementationProcessor.visitSuperClass(CompositeComponent parent,
Class<T> clazz,
PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type,
DeploymentContext context)
A callback received as the component implementation class hierarchy is evaluated |