| Interface | Description |
|---|---|
| Transformer<IN,OUT> |
Transforms incoming
Transformer.in(Object) and outgoing Transformer.out(Object) objects to correct types and formats. |
| Class | Description |
|---|---|
| CharTransformer |
Transforms between char and String.
|
| 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 |
Converts between number-types.
|
| PeriodTransformer | |
| UriTransformer | |
| UrlTransformer | |
| UuidTransformer |
| Exception | Description |
|---|---|
| AbstractDataFetcherException | |
| TransformException |
Exception thrown when the transformation failed on input parameters or return object.
|
Copyright © 2018–2021. All rights reserved.