public interface Unmarshaller
| Modifier and Type | Field and Description |
|---|---|
static Unmarshaller |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
unmarshall(Object value,
Class<T> type)
Unmarshalls value to required type
|
Object |
unmarshall(Object value,
String type)
Unmarshalls value to required type
|
static final Unmarshaller INSTANCE
Copyright © 2020. All rights reserved.