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.
Since:
3.0
  • Field Details

    • method

      public @Nullable Method method
    • isGetter

      public @Nullable Boolean isGetter
    • isSetter

      public @Nullable Boolean isSetter
    • getterOrSetterShorthandName

      public @Nullable String getterOrSetterShorthandName
    • hasGetterAndSetter

      public @Nullable Boolean hasGetterAndSetter
  • Constructor Details

    • MethodInfo

      public MethodInfo()