it.avutils.jmapper.conversions.explicit
Class ConversionPlaceholder

java.lang.Object
  extended by it.avutils.jmapper.conversions.explicit.ConversionPlaceholder

public class ConversionPlaceholder
extends Object

This Class contains all the placeholders used in the dynamic conversions.

Author:
Alessandro Vurro

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

source

public static final String source
a reference to source

See Also:
Constant Field Values

destination

public static final String destination
a reference to destination

See Also:
Constant Field Values

sourcePattern

public static final String sourcePattern
a reference to source


destinationPattern

public static final String destinationPattern
a reference to destination


sourceTypePattern

public static final String sourceTypePattern
indicates the type of source field


sourceNamePattern

public static final String sourceNamePattern
indicates the name of source field


destinationTypePattern

public static final String destinationTypePattern
indicates the type of destination field


destinationNamePattern

public static final String destinationNamePattern
indicates the name of destination field


sourceValue

public static final String sourceValue
the source reference value

See Also:
Constant Field Values

destinationValue

public static final String destinationValue
the destination reference value

See Also:
Constant Field Values
Constructor Detail

ConversionPlaceholder

public ConversionPlaceholder()


Copyright © 2013. All Rights Reserved.