Class BeanIntrospection.MethodInfo

java.lang.Object
org.apache.camel.spi.BeanIntrospection.MethodInfo
Enclosing interface:
BeanIntrospection

public static final class BeanIntrospection.MethodInfo extends Object
Structure of an introspected method.
  • Field Details

    • method

      public Method method
    • isGetter

      public Boolean isGetter
    • isSetter

      public Boolean isSetter
    • getterOrSetterShorthandName

      public String getterOrSetterShorthandName
    • hasGetterAndSetter

      public Boolean hasGetterAndSetter
  • Constructor Details

    • MethodInfo

      public MethodInfo()