public class NullableWrapper extends Object
Converter
implementations that
convert null into an object of some sort.NullableWrapperConverters
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 value.
|
Class<?> |
getValueType()
Returns the type of the contained value.
|
public NullableWrapper(@Nullable Object value)
NullableWrapper
for the given value.value
- can be null.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.