| Modifier and Type | Method and Description |
|---|---|
static Directives |
Directives.by()
Creates a set of directives.
|
Directives |
Directives.excluding(Exclusion... directives)
Adds a set of
Exclusions to these directives. |
Directives |
Directives.excluding(List<Exclusion> directives)
Adds a set of
Exclusions to these directives. |
Directives |
Directives.mapping(List<Mapping> directives)
Adds a set of
Mappings to these directives. |
Directives |
Directives.mapping(Mapping... directives)
Adds a set of
Mappings to these directives. |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Dynamic.externalValueOf(Object o,
Directives directives)
Returns the value copy of an object in a form which is suitable for JAXB serialisation, based on given copy
directives.
|
static <T> T |
Dynamic.valueOf(Object o,
Directives directives)
Returns the value copy of an object based on given copy directives.
|
Copyright © 2014. All Rights Reserved.