W
- the write payloadpublic interface WriteExpression<W> extends WriteExpressionList<W>
Don't implement objects with this interface, use WriteExpressionImpl
.
Modifier and Type | Method and Description |
---|---|
WriteBuffer |
createWriteBuffer()
The buffer that will contain the data to write.
|
String |
getName()
Name of this expression.
|
WriteExpressionImpl<W> |
getWriteExpressionImpl()
The implementation of this expression.
|
WriteFunction<W> |
getWriteFunction()
The function that implements this expression.
|
and, getWriteExpressions
String getName()
WriteFunction<W> getWriteFunction()
WriteBuffer createWriteBuffer()
WriteExpressionImpl<W> getWriteExpressionImpl()
Copyright © 2012. All Rights Reserved.