public class GemfireSimpleTypeHolder
extends org.springframework.data.mapping.model.SimpleTypeHolder
SimpleTypeHolder| Modifier and Type | Field and Description |
|---|---|
protected static Set<Class<?>> |
CUSTOM_SIMPLE_TYPES |
| Constructor and Description |
|---|
GemfireSimpleTypeHolder()
Constructs an instance of GemfireSimpleTypeHolder initialized with additional, custom simple types
handled by GemFire along with register the default simple types.
|
GemfireSimpleTypeHolder(org.springframework.data.mapping.model.SimpleTypeHolder source)
Constructs an instance of the GemfireSimpleTypeHolder initialized with a source
SimpleTypeHolder. |
public GemfireSimpleTypeHolder()
org.springframework.data.mapping.model.SimpleTypeHolder(Set, boolean)public GemfireSimpleTypeHolder(org.springframework.data.mapping.model.SimpleTypeHolder source)
SimpleTypeHolder.source - the SimpleTypeHolder used as the source for GemFire's SimpleTypeHolder implementation.
source must not be null.NullPointerException - if source is null.