| Package | Description |
|---|---|
| org.foxlabs.util.reflect |
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertySetter.Field
This class provides
PropertySetter implementation that
uses class field to access the property. |
static class |
PropertySetter.Method
This class provides
PropertySetter implementation that
uses setter method to access the property. |
| Modifier and Type | Method and Description |
|---|---|
PropertySetter |
BeanIntrospector.Property.getSetter()
Returns property value setter.
|
static PropertySetter |
PropertySetter.newSetter(Member setter)
Creates a new property setter for the specified class member.
|
Copyright © 2010-2012 FoxLabs. All Rights Reserved.