| Interface | Description |
|---|---|
| Transformer |
Transforms incoming
Transformer.in(Object) and outgoing Transformer.out(Object) objects to correct types and formats. |
| Class | Description |
|---|---|
| DateTransformer |
Handles date and time-types from java.time.
|
| DurationTransformer | |
| FormattedNumberTransformer |
Parses and formats numbers in the needed format.
|
| LegacyDateTransformer |
Handles legacy-date-formats (which aren't required by spec).
|
| NumberTransformer |
Parses incoming numbers to the needed class, doesn't touch outgoing values.
|
| PassThroughTransformer |
Just lets values pass through, used as default-transformer.
|
| PeriodTransformer | |
| UriTransformer | |
| UrlTransformer | |
| UuidTransformer |
| Exception | Description |
|---|---|
| TransformException |
Exception thrown when the transformation failed on input parameters or return object.
|
Copyright © 2018–2020. All rights reserved.