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, writeToBuffer
public 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–2016 The Apache Software Foundation. All rights reserved.