public class BiConsumerProjection extends Object implements ValueProjection
| Modifier and Type | Field and Description |
|---|---|
protected CsvColumnValueConsumer<?> |
biConsumer |
protected String |
biConsumerInternalName |
static String |
biConsumerName |
protected static int |
currentArrayIndex |
protected static int |
currentOffsetIndex |
protected boolean |
directMethod |
protected int |
index |
protected static int |
intermediateIndex |
protected static int |
objectIndex |
protected static int |
rangeIndex |
protected static int |
startIndex |
| Constructor and Description |
|---|
BiConsumerProjection(CsvColumnValueConsumer<?> biConsumer,
int index) |
| Modifier and Type | Method and Description |
|---|---|
CsvColumnValueConsumer<?> |
getBiConsumer() |
String |
getBiConsumerInternalName() |
void |
write(org.objectweb.asm.MethodVisitor mv,
String subClassInternalName,
int endIndex) |
protected static final int currentOffsetIndex
protected static final int currentArrayIndex
protected static final int objectIndex
protected static final int startIndex
protected static final int rangeIndex
protected static final int intermediateIndex
public static final String biConsumerName
protected final String biConsumerInternalName
protected final CsvColumnValueConsumer<?> biConsumer
protected final int index
protected final boolean directMethod
public BiConsumerProjection(CsvColumnValueConsumer<?> biConsumer, int index)
public void write(org.objectweb.asm.MethodVisitor mv,
String subClassInternalName,
int endIndex)
write in interface ValueProjectionpublic String getBiConsumerInternalName()
public CsvColumnValueConsumer<?> getBiConsumer()
Copyright © 2022 Media Skjolberg. All rights reserved.