Class PropertyUtils.Property

    • Field Detail

      • readMethod

        final Method readMethod
      • writeMethod

        final Method writeMethod
      • propertyType

        final Class<?> propertyType
    • Constructor Detail

    • Method Detail

      • getName

        public String getName()
      • getReadMethod

        public Method getReadMethod()
      • getWriteMethod

        public Method getWriteMethod()
      • getPropertyType

        public Class<?> getPropertyType()
      • write

        public void write​(Object target,
                          Object value)