Class PropertyUtils.Property

java.lang.Object
io.quarkus.deployment.recording.PropertyUtils.Property
Enclosing class:
PropertyUtils

public static class PropertyUtils.Property extends Object
  • Field Details

    • name

      final String name
    • readMethod

      final Method readMethod
    • writeMethod

      final Method writeMethod
    • propertyType

      final Class<?> propertyType
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getReadMethod

      public Method getReadMethod()
    • getWriteMethod

      public Method getWriteMethod()
    • getPropertyType

      public Class<?> getPropertyType()
    • getDeclaringClass

      public Class<?> getDeclaringClass()
    • read

      public Object read(Object target)
    • write

      public void write(Object target, Object value)