Fabric3 Introspection

org.fabric3.introspection.impl
Class DefaultClassWalker<I extends org.fabric3.scdl.Implementation<? extends org.fabric3.scdl.InjectingComponentType>>

java.lang.Object
  extended by org.fabric3.introspection.impl.DefaultClassWalker<I>
All Implemented Interfaces:
org.fabric3.introspection.java.ClassWalker<I>

public class DefaultClassWalker<I extends org.fabric3.scdl.Implementation<? extends org.fabric3.scdl.InjectingComponentType>>
extends Object
implements org.fabric3.introspection.java.ClassWalker<I>

Version:
$Rev: 5481 $ $Date: 2008-09-26 02:36:30 -0700 (Fri, 26 Sep 2008) $

Constructor Summary
DefaultClassWalker()
          Constructor used from the system SCDL.
DefaultClassWalker(Map<Class<? extends Annotation>,org.fabric3.introspection.java.AnnotationProcessor<? extends Annotation,I>> processors)
          Constructor used from the bootstrapper.
 
Method Summary
 void setProcessors(Map<Class<? extends Annotation>,org.fabric3.introspection.java.AnnotationProcessor<? extends Annotation,I>> processors)
           
 void walk(I implementation, Class<?> clazz, boolean isSuperClass, org.fabric3.introspection.IntrospectionContext context)
           
 void walk(I implementation, Class<?> clazz, org.fabric3.introspection.IntrospectionContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultClassWalker

public DefaultClassWalker(Map<Class<? extends Annotation>,org.fabric3.introspection.java.AnnotationProcessor<? extends Annotation,I>> processors)
Constructor used from the bootstrapper.

Parameters:
processors -

DefaultClassWalker

public DefaultClassWalker()
Constructor used from the system SCDL.

TODO This needs to be working once the re-injection is working properly.

Method Detail

setProcessors

public void setProcessors(Map<Class<? extends Annotation>,org.fabric3.introspection.java.AnnotationProcessor<? extends Annotation,I>> processors)

walk

public void walk(I implementation,
                 Class<?> clazz,
                 org.fabric3.introspection.IntrospectionContext context)
Specified by:
walk in interface org.fabric3.introspection.java.ClassWalker<I extends org.fabric3.scdl.Implementation<? extends org.fabric3.scdl.InjectingComponentType>>

walk

public void walk(I implementation,
                 Class<?> clazz,
                 boolean isSuperClass,
                 org.fabric3.introspection.IntrospectionContext context)

Fabric3 Introspection

Copyright © 2007-2008 Fabric3 project contributors. All Rights Reserved.
Licensed under the terms of the Apache License 2.0.