| Package | Description |
|---|---|
| org.marid.xml |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> R |
XmlBind.load(Class<?> type,
T input,
Consumer<Unmarshaller> unmarshallerConsumer,
SafeBiFunction<Unmarshaller,T,Object> unmarshalTask) |
static <T,R> R |
XmlBind.load(Class<R> type,
T input,
SafeBiFunction<Unmarshaller,T,Object> unmarshalTask) |
static <T,R> R |
XmlBind.loadBean(Class<R> type,
T input,
Consumer<Unmarshaller> unmarshallerConsumer,
SafeBiFunction<Unmarshaller,T,Object> unmarshalTask) |
Copyright © 2012–2017 MARID software development group. All rights reserved.