@Named public class UnmarshallerImpl extends Object implements Unmarshaller
INSTANCE| Constructor and Description |
|---|
UnmarshallerImpl() |
| 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
|
public Object unmarshall(Object value, String type)
unmarshall in interface Unmarshallervalue - type - public <T> T unmarshall(Object value, Class<T> type)
unmarshall in interface UnmarshallerT - value - type - Copyright © 2020. All rights reserved.