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