Fabric3 Introspection

org.fabric3.introspection.java.annotation
Class OASISPropertyProcessor<I extends org.fabric3.model.type.component.Implementation<? extends org.fabric3.spi.model.type.java.InjectingComponentType>>

java.lang.Object
  extended by org.fabric3.spi.introspection.java.annotation.AbstractAnnotationProcessor<org.oasisopen.sca.annotation.Property,I>
      extended by org.fabric3.introspection.java.annotation.OASISPropertyProcessor<I>
All Implemented Interfaces:
org.fabric3.spi.introspection.java.annotation.AnnotationProcessor<org.oasisopen.sca.annotation.Property,I>

public class OASISPropertyProcessor<I extends org.fabric3.model.type.component.Implementation<? extends org.fabric3.spi.model.type.java.InjectingComponentType>>
extends org.fabric3.spi.introspection.java.annotation.AbstractAnnotationProcessor<org.oasisopen.sca.annotation.Property,I>

Version:
$Rev: 9763 $ $Date: 2011-01-03 00:48:06 +0000 (Mon, 03 Jan 2011) $

Constructor Summary
OASISPropertyProcessor(org.fabric3.spi.introspection.java.IntrospectionHelper helper)
           
 
Method Summary
 void visitConstructorParameter(org.oasisopen.sca.annotation.Property annotation, Constructor<?> constructor, int index, Class<?> implClass, I implementation, org.fabric3.spi.introspection.IntrospectionContext context)
           
 void visitField(org.oasisopen.sca.annotation.Property annotation, Field field, Class<?> implClass, I implementation, org.fabric3.spi.introspection.IntrospectionContext context)
           
 void visitMethod(org.oasisopen.sca.annotation.Property annotation, Method method, Class<?> implClass, I implementation, org.fabric3.spi.introspection.IntrospectionContext context)
           
 
Methods inherited from class org.fabric3.spi.introspection.java.annotation.AbstractAnnotationProcessor
getType, visitConstructor, visitMethodParameter, visitType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OASISPropertyProcessor

public OASISPropertyProcessor(org.fabric3.spi.introspection.java.IntrospectionHelper helper)
Method Detail

visitField

public void visitField(org.oasisopen.sca.annotation.Property annotation,
                       Field field,
                       Class<?> implClass,
                       I implementation,
                       org.fabric3.spi.introspection.IntrospectionContext context)
Specified by:
visitField in interface org.fabric3.spi.introspection.java.annotation.AnnotationProcessor<org.oasisopen.sca.annotation.Property,I extends org.fabric3.model.type.component.Implementation<? extends org.fabric3.spi.model.type.java.InjectingComponentType>>
Overrides:
visitField in class org.fabric3.spi.introspection.java.annotation.AbstractAnnotationProcessor<org.oasisopen.sca.annotation.Property,I extends org.fabric3.model.type.component.Implementation<? extends org.fabric3.spi.model.type.java.InjectingComponentType>>

visitMethod

public void visitMethod(org.oasisopen.sca.annotation.Property annotation,
                        Method method,
                        Class<?> implClass,
                        I implementation,
                        org.fabric3.spi.introspection.IntrospectionContext context)
Specified by:
visitMethod in interface org.fabric3.spi.introspection.java.annotation.AnnotationProcessor<org.oasisopen.sca.annotation.Property,I extends org.fabric3.model.type.component.Implementation<? extends org.fabric3.spi.model.type.java.InjectingComponentType>>
Overrides:
visitMethod in class org.fabric3.spi.introspection.java.annotation.AbstractAnnotationProcessor<org.oasisopen.sca.annotation.Property,I extends org.fabric3.model.type.component.Implementation<? extends org.fabric3.spi.model.type.java.InjectingComponentType>>

visitConstructorParameter

public void visitConstructorParameter(org.oasisopen.sca.annotation.Property annotation,
                                      Constructor<?> constructor,
                                      int index,
                                      Class<?> implClass,
                                      I implementation,
                                      org.fabric3.spi.introspection.IntrospectionContext context)
Specified by:
visitConstructorParameter in interface org.fabric3.spi.introspection.java.annotation.AnnotationProcessor<org.oasisopen.sca.annotation.Property,I extends org.fabric3.model.type.component.Implementation<? extends org.fabric3.spi.model.type.java.InjectingComponentType>>
Overrides:
visitConstructorParameter in class org.fabric3.spi.introspection.java.annotation.AbstractAnnotationProcessor<org.oasisopen.sca.annotation.Property,I extends org.fabric3.model.type.component.Implementation<? extends org.fabric3.spi.model.type.java.InjectingComponentType>>

Fabric3 Introspection

Copyright © 2007-2011 Metaform Systems.