public class Truncate extends CellProcessorAdaptor implements StringCellProcessor
next
コンストラクタと説明 |
---|
Truncate(int maxSize,
String suffix) |
Truncate(int maxSize,
String suffix,
StringCellProcessor next) |
修飾子とタイプ | メソッドと説明 |
---|---|
<T> T |
execute(Object value,
CsvContext context) |
int |
getMaxSize()
最大文字長を取得する。
|
String |
getSuffix()
接尾語を取得する
|
toString, validateInputNotNull
public Truncate(int maxSize, String suffix)
public Truncate(int maxSize, String suffix, StringCellProcessor next)
public <T> T execute(Object value, CsvContext context)
execute
インタフェース内 CellProcessor
public int getMaxSize()
public String getSuffix()
Copyright © 2022 mygreen. All rights reserved.