| Interface | Description |
|---|---|
| ParameterDecoder<N,V> |
Decoder interface to use in queries to convert parameter name and value from one specific type
to
Map. |
| Class | Description |
|---|---|
| BooleanParameterDecoder |
Converts parameter value from boolean to integer 1 (true) or 0 (false) to send to API.
|
| JsonParameterDecoder |
Converts parameter name from string to "property_name" to send to API.
|
| MetapropertyAttributesDecoder | |
| MetapropertyParameterDecoder |
Converts parameter name from string to "property_name" to send to API.
|
| QueryDecoder |
Decodes query object to a Map of parameters.
|
| StringArrayParameterDecoder |
Converts parameter value from string array to a string of comma separated values to send to API.
|
| Annotation Type | Description |
|---|---|
| ApiField |
Annotation class to specify if property needs to be converted and sent as query/attribute
parameter to the API.
|
Copyright © 2022. All rights reserved.