public class DefaultValueDelayedCellSetter<T,P> extends Object implements DelayedCellSetter<T,P>
| Constructor and Description |
|---|
DefaultValueDelayedCellSetter(DelayedCellSetter<T,P> delegate,
org.simpleflatmapper.map.property.DefaultValueProperty defaultValueProperty,
org.simpleflatmapper.reflect.Setter<? super T,? super P> setter) |
| Modifier and Type | Method and Description |
|---|---|
P |
consumeValue() |
boolean |
isSettable() |
P |
peekValue() |
void |
set(char[] chars,
int offset,
int length,
ParsingContext parsingContext) |
void |
set(T t) |
public DefaultValueDelayedCellSetter(DelayedCellSetter<T,P> delegate, org.simpleflatmapper.map.property.DefaultValueProperty defaultValueProperty, org.simpleflatmapper.reflect.Setter<? super T,? super P> setter)
public void set(char[] chars,
int offset,
int length,
ParsingContext parsingContext)
throws Exception
set in interface DelayedCellSetter<T,P>Exceptionpublic P consumeValue()
consumeValue in interface DelayedCellSetter<T,P>public P peekValue()
peekValue in interface DelayedCellSetter<T,P>public void set(T t) throws Exception
set in interface DelayedCellSetter<T,P>Exceptionpublic boolean isSettable()
isSettable in interface DelayedCellSetter<T,P>Copyright © 2017. All rights reserved.