public interface Marshaller
| Modifier and Type | Field and Description |
|---|---|
static Marshaller |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Object |
marshall(Object value)
Marshalls value to required type
Boolean, String and Number values marshalled "as is" to skip quoting
|
Object |
marshall(Object value,
Class type)
Marshalls value to required type
Boolean, String and Number values marshalled "as is" to skip quoting
|
Object |
marshall(Object value,
String type)
Marshalls value to required type
Boolean, String and Number values marshalled "as is" to skip quoting
|
static final Marshaller INSTANCE
Object marshall(Object value)
value - Object marshall(Object value, String type)
value - type - canonical class nameCopyright © 2020. All rights reserved.