|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectit.avutils.jmapper.conversions.explicit.ConversionPlaceholder
public class ConversionPlaceholder
This Class contains all the placeholders used in the dynamic conversions.
| Field Summary | |
|---|---|
static String |
destination
a reference to destination |
static String |
destinationNamePattern
indicates the name of destination field |
static String |
destinationPattern
a reference to destination |
static String |
destinationTypePattern
indicates the type of destination field |
static String |
destinationValue
the destination reference value |
static String |
source
a reference to source |
static String |
sourceNamePattern
indicates the name of source field |
static String |
sourcePattern
a reference to source |
static String |
sourceTypePattern
indicates the type of source field |
static String |
sourceValue
the source reference value |
| Constructor Summary | |
|---|---|
ConversionPlaceholder()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String source
public static final String destination
public static final String sourcePattern
public static final String destinationPattern
public static final String sourceTypePattern
public static final String sourceNamePattern
public static final String destinationTypePattern
public static final String destinationNamePattern
public static final String sourceValue
public static final String destinationValue
| Constructor Detail |
|---|
public ConversionPlaceholder()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||