Package net.solarnetwork.node.dao.jdbc
Class JdbcParseBytes
java.lang.Object
org.supercsv.cellprocessor.CellProcessorAdaptor
net.solarnetwork.node.dao.jdbc.JdbcParseBytes
- All Implemented Interfaces:
org.supercsv.cellprocessor.ift.CellProcessor,org.supercsv.cellprocessor.ift.StringCellProcessor
public class JdbcParseBytes
extends org.supercsv.cellprocessor.CellProcessorAdaptor
implements org.supercsv.cellprocessor.ift.StringCellProcessor
Parse hex-encoded string values into a byte array.
- Since:
- 2.3
- Version:
- 1.0
- Author:
- matt
-
Field Summary
Fields inherited from class org.supercsv.cellprocessor.CellProcessorAdaptor
next -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.JdbcParseBytes(org.supercsv.cellprocessor.ift.StringCellProcessor next) Construct with a chained processor. -
Method Summary
Methods inherited from class org.supercsv.cellprocessor.CellProcessorAdaptor
toString, validateInputNotNull
-
Constructor Details
-
JdbcParseBytes
public JdbcParseBytes()Default constructor. -
JdbcParseBytes
public JdbcParseBytes(org.supercsv.cellprocessor.ift.StringCellProcessor next) Construct with a chained processor.- Parameters:
next- the next processor
-
-
Method Details
-
execute
- Specified by:
executein interfaceorg.supercsv.cellprocessor.ift.CellProcessor
-