| Interface | Description |
|---|---|
| ParameterValueFormatter |
Interface for ParameterValueFormatter
|
| Class | Description |
|---|---|
| BooleanValueFormatter |
Boolean Value Formatter which represents boolean values as either 1 or null.
|
| ByteArrayValueFormatter |
ByteArray Value Formatter which hex encodes a bytearray
|
| DateValueFormatter |
Date Value Formatter which represents dates in epoch seconds
|
| DefaultValueFormatter |
Default Value Formatter which uses the .toString() to derive default object formatting
|
| Annotation Type | Description |
|---|---|
| Parameter |
Paramter Annotation used to self declare the appropriate formatter necessary
for API serialization
|
Copyright © 2016. All rights reserved.