BeanStyle.See: Description
| Class | Description |
|---|---|
| ClassicBeanStyle |
A
BeanStyle implementation that reflects beans of
traditional Java bean style as defined in the
Java Bean Specification. |
| ClassicBeanStyleWithOptionalSupport | |
| ModernBeanStyle |
A
BeanStyle implementation that has getters and
setters named equal to the property and that return "this" from setters to
allow setter chaining. |