public class GemfireSimpleTypeHolder extends 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(SimpleTypeHolder source)
Constructs an instance of the GemfireSimpleTypeHolder initialized with a source
SimpleTypeHolder. |
public GemfireSimpleTypeHolder()
public GemfireSimpleTypeHolder(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.Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.