Class BeanAdapter.Property

  • Enclosing class:
    BeanAdapter

    public static class BeanAdapter.Property
    extends java.lang.Object
    Class representing a bean property.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Method getAccessor()
      Returns the property's accessor.
      java.util.List<java.lang.reflect.Method> getMutators()
      Returns the property's mutators.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getAccessor

        public java.lang.reflect.Method getAccessor()
        Returns the property's accessor.
        Returns:
        The property's accessor, or null if no accessor is defined.
      • getMutators

        public java.util.List<java.lang.reflect.Method> getMutators()
        Returns the property's mutators.
        Returns:
        The property's mutators.