org.apache.camel.util
Class IntrospectionSupport.MethodInfo

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

public static final class IntrospectionSupport.MethodInfo
extends Object

Structure of an introspected method.


Field Summary
 String getterOrSetterShorthandName
           
 Boolean hasGetterAndSetter
           
 Boolean isGetter
           
 Boolean isSetter
           
 Method method
           
 
Constructor Summary
IntrospectionSupport.MethodInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

public Method method

isGetter

public Boolean isGetter

isSetter

public Boolean isSetter

getterOrSetterShorthandName

public String getterOrSetterShorthandName

hasGetterAndSetter

public Boolean hasGetterAndSetter
Constructor Detail

IntrospectionSupport.MethodInfo

public IntrospectionSupport.MethodInfo()


Apache Camel