| Package | Description |
|---|---|
| org.bremersee.xml |
| Modifier and Type | Field and Description |
|---|---|
static BiFunction<Class<?>,Map<String,JaxbContextData>,Boolean> |
JaxbContextBuilder.CAN_MARSHAL_ALL
The can marshal all function.
|
static BiFunction<Class<?>,Map<String,JaxbContextData>,Boolean> |
JaxbContextBuilder.CAN_MARSHAL_ONLY_PREDEFINED_DATA
The can marshal only predefined data function.
|
static BiFunction<Class<?>,Map<String,JaxbContextData>,Boolean> |
JaxbContextBuilder.CAN_UNMARSHAL_ALL
The can unmarshal all function.
|
static BiFunction<Class<?>,Map<String,JaxbContextData>,Boolean> |
JaxbContextBuilder.CAN_UNMARSHAL_ONLY_PREDEFINED_DATA
The can unmarshal only predefined data function.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<JaxbContextData> |
JaxbContextDataProvider.getJaxbContextData()
Get a collection of the xml meta data.
|
| Modifier and Type | Method and Description |
|---|---|
JaxbContextBuilder |
JaxbContextBuilder.add(JaxbContextData data)
Add jaxb context meta data to the jaxb context builder.
|
| Modifier and Type | Method and Description |
|---|---|
default JaxbContextBuilder |
JaxbContextBuilder.addAll(Iterable<? extends JaxbContextData> data)
Add all jaxb context meta data to the jaxb context builder.
|
default JaxbContextBuilder |
JaxbContextBuilder.addAll(Iterator<? extends JaxbContextData> data)
Add all jaxb context meta data to the jaxb context builder.
|
JaxbContextBuilder |
JaxbContextBuilder.withCanMarshal(BiFunction<Class<?>,Map<String,JaxbContextData>,Boolean> function)
Sets a function of the builder to determine whether the builder is responsible for the given
class.
|
JaxbContextBuilder |
JaxbContextBuilder.withCanUnmarshal(BiFunction<Class<?>,Map<String,JaxbContextData>,Boolean> function)
Sets a function of the builder to determine whether the builder is responsible for the given
class.
|
Copyright © 2020 bremersee.org. All rights reserved.