public class NullableWrapper extends Object
Converter
implementations that
convert null into an object of some sort.QueryExecutionConverters
Constructor and Description |
---|
NullableWrapper(Object value)
Creates a new
NullableWrapper for the given value. |
Modifier and Type | Method and Description |
---|---|
Object |
getValue()
Returns the backing valie
|
Class<?> |
getValueType()
Returns the type of the contained value.
|
public NullableWrapper(Object value)
NullableWrapper
for the given value.value
- can be null.Copyright © 2011-2016–2017 Pivotal Software, Inc.. All rights reserved.