public class DoubleDelayedCellSetter<T> extends Object implements DelayedCellSetter<T,Double>
| Constructor and Description |
|---|
DoubleDelayedCellSetter(org.simpleflatmapper.reflect.primitive.DoubleSetter<? super T> setter,
DoubleCellValueReader reader) |
| Modifier and Type | Method and Description |
|---|---|
double |
consumeDouble() |
Double |
consumeValue() |
boolean |
isSettable() |
Double |
peekValue() |
void |
set(char[] chars,
int offset,
int length,
ParsingContext parsingContext) |
void |
set(T t) |
String |
toString() |
public DoubleDelayedCellSetter(org.simpleflatmapper.reflect.primitive.DoubleSetter<? super T> setter, DoubleCellValueReader reader)
public Double consumeValue()
consumeValue in interface DelayedCellSetter<T,Double>public Double peekValue()
peekValue in interface DelayedCellSetter<T,Double>public double consumeDouble()
public void set(T t) throws Exception
set in interface DelayedCellSetter<T,Double>Exceptionpublic boolean isSettable()
isSettable in interface DelayedCellSetter<T,Double>public void set(char[] chars,
int offset,
int length,
ParsingContext parsingContext)
throws Exception
set in interface DelayedCellSetter<T,Double>ExceptionCopyright © 2017. All rights reserved.