クラス PropertyInfo

java.lang.Object
org.iplass.mtp.impl.command.beanmapper.el.PropertyInfo

class PropertyInfo extends Object
  • コンストラクタの詳細

  • メソッドの詳細

    • getDescriptor

      public PropertyDescriptor getDescriptor()
    • getTypeKind

      public PropertyInfo.TypeKind getTypeKind()
    • getComponentTypeKind

      public PropertyInfo.TypeKind getComponentTypeKind()
    • getComponentType

      public Class<?> getComponentType()
    • getPropertyType

      public Class<?> getPropertyType()
    • isReadOnly

      public boolean isReadOnly()
    • getReadMethod

      public Method getReadMethod()
    • getWriteMethod

      public Method getWriteMethod()
    • getMethod

      static Method getMethod(Class<?> type, Method m)