| Class | Description |
|---|---|
| CallFunctionSetter |
This Setter redirect the call to a function, if the parameters match.
|
| ConstantSetter |
This setter is intended to locate a constant inside a class and returns the correct result.
|
| DefaultSetter |
This setter attempts to call Java setter functions with the converted attribute values.
|
| DoNothingSetter |
This setter is used to prevent useless setting attributes, ones that are handled elsewhere.
|