|
protected byte[] convert(ConnectorMapper connectorMapper, Object val) {
|
|
protected byte[] convert(ConnectorMapper connectorMapper, Object val) {
|
|
throw new ConnectorException(String.format("%s can not find type [%s], val [%s]", getClass().getSimpleName(), val.getClass(), val));
|
|
throw new ConnectorException(String.format("%s can not find type [%s], val [%s]", getClass().getSimpleName(), val.getClass(), val));
|