public final class MappingConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ANY_REMAINING
In an
ValueMapping this represents any source that is not already mapped by either a defined mapping or
by means of name based mapping. |
static String |
ANY_UNMAPPED
In an
ValueMapping this represents any source that is not already mapped by a defined mapping. |
static String |
NULL
In an
ValueMapping this represents a null source or target. |
public static final String NULL
ValueMapping
this represents a null
source or target.public static final String ANY_REMAINING
ValueMapping
this represents any source that is not already mapped by either a defined mapping or
by means of name based mapping.public static final String ANY_UNMAPPED
ValueMapping
this represents any source that is not already mapped by a defined mapping.Copyright © 2012–2018. All rights reserved.