public class WrapperTypeValueWriter extends DelegatingValueWriter<WrapperType>
ValueWriter.Factory<V>, ValueWriter.Registry| Constructor and Description |
|---|
WrapperTypeValueWriter(ValueWriter.Registry registry) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getUnderlyingValue(WrapperType wrapperType) |
boolean |
isCacheable() |
static void |
register(ValueWriter.Registry registry,
Class<? extends WrapperType> clazz) |
isComplete, setValue, writeToBufferpublic WrapperTypeValueWriter(ValueWriter.Registry registry)
protected Object getUnderlyingValue(WrapperType wrapperType)
getUnderlyingValue in class DelegatingValueWriter<WrapperType>public boolean isCacheable()
public static void register(ValueWriter.Registry registry, Class<? extends WrapperType> clazz)
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.