org.apache.camel.util
Class IntrospectionSupport.ClassInfo

java.lang.Object
  extended by org.apache.camel.util.IntrospectionSupport.ClassInfo
Enclosing class:
IntrospectionSupport

public static final class IntrospectionSupport.ClassInfo
extends Object

Structure of an introspected class.


Field Summary
 Class<?> clazz
           
 IntrospectionSupport.MethodInfo[] methods
           
 
Constructor Summary
IntrospectionSupport.ClassInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clazz

public Class<?> clazz

methods

public IntrospectionSupport.MethodInfo[] methods
Constructor Detail

IntrospectionSupport.ClassInfo

public IntrospectionSupport.ClassInfo()


Apache Camel