Class VariableLengthConvertorFactory
java.lang.Object
nablarch.core.dataformat.convertor.ConvertorFactorySupport
nablarch.core.dataformat.convertor.VariableLengthConvertorFactory
可変長データコンバータのファクトリクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription可変長ファイルのデフォルトのコンバータ名とコンバータ実装クラスの対応表を返却する。Methods inherited from class nablarch.core.dataformat.convertor.ConvertorFactorySupport
convertorOf, getConvertorTable, setConvertorTable, typeOf, typeOfWithoutInit
-
Constructor Details
-
VariableLengthConvertorFactory
public VariableLengthConvertorFactory()
-
-
Method Details
-
getDefaultConvertorTable
可変長ファイルのデフォルトのコンバータ名とコンバータ実装クラスの対応表を返却する。- Specified by:
getDefaultConvertorTable
in classConvertorFactorySupport
- Returns:
- 固定長ファイルのデフォルトのコンバータ名とコンバータ実装クラスの対応表
-