com.gigaspaces.converter
Interface MappingType


public interface MappingType

The Converter need to know to what to convert the POJO. The Object Mapping type give to the converter if to convert to ExternalEntry while the Object Mapping type is SPACE , or to Envelope object if the Object Mapping type is MAP.

Since:
5.1

Field Summary
static String DEFAULT
          The object converter which is defined as default
static String MAP
          Indicate to convert POJO to Envelope
static String SPACE
          Indicate to convert POJO to ExternalEntry
 

Field Detail

MAP

static final String MAP
Indicate to convert POJO to Envelope

See Also:
Constant Field Values

SPACE

static final String SPACE
Indicate to convert POJO to ExternalEntry

See Also:
Constant Field Values

DEFAULT

static final String DEFAULT
The object converter which is defined as default

See Also:
Constant Field Values