Class BeanIntrospection.MethodInfo

  • Enclosing interface:
    BeanIntrospection

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

      • method

        public Method method
      • isGetter

        public Boolean isGetter
      • isSetter

        public Boolean isSetter
      • getterOrSetterShorthandName

        public String getterOrSetterShorthandName
      • hasGetterAndSetter

        public Boolean hasGetterAndSetter
    • Constructor Detail

      • MethodInfo

        public MethodInfo()