| Modifier and Type | Class and Description |
|---|---|
class |
XmlLocalDateAdapter |
class |
XmlMarshallFunctionalAdapter<V,B> |
class |
XmlUnmarshallFunctionalAdapter<V,B> |
| Modifier and Type | Method and Description |
|---|---|
static <V,B> XmlFunctionalAdapter<V,B> |
XmlFunctionalAdapter.marshalling(java.util.function.Function<B,V> function) |
static <V,B> XmlFunctionalAdapter<V,B> |
XmlFunctionalAdapter.of(java.util.function.Function<V,B> unmarshallFunction,
java.util.function.Function<B,V> marshallFunction) |
static <V,B> XmlFunctionalAdapter<V,B> |
XmlFunctionalAdapter.unmarshalling(java.util.function.Function<V,B> function) |
Copyright © 2017. All rights reserved.