Package org.httprpc.beans
Class BeanAdapter.Property
- java.lang.Object
-
- org.httprpc.beans.BeanAdapter.Property
-
- Enclosing class:
- BeanAdapter
public static class BeanAdapter.Property extends java.lang.ObjectClass representing a bean property.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.MethodgetAccessor()Returns the property's accessor.java.util.List<java.lang.reflect.Method>getMutators()Returns the property's mutators.
-
-
-
Method Detail
-
getAccessor
public java.lang.reflect.Method getAccessor()
Returns the property's accessor.- Returns:
- The property's accessor, or
nullif no accessor is defined.
-
getMutators
public java.util.List<java.lang.reflect.Method> getMutators()
Returns the property's mutators.- Returns:
- The property's mutators.
-
-