Uses of Interface
nablarch.common.databind.DataBindConfig
Package
Description
各種データとJavaオブジェクトとのバインディング機能を提供する。
CSVファイルとのデータバインドに関する機能を提供する
固定長とのデータバインドに関する機能を提供する
-
Uses of DataBindConfig in nablarch.common.databind
Modifier and TypeMethodDescription指定されたBeanクラスに設定されているアノテーションからDataBindConfig
に変換する。static <T> DataBindConfig
DataBindUtil.createDataBindConfig
(Class<T> clazz) BeanのClass
に設定されたDataBindConfig
を取得する。Modifier and TypeMethodDescriptionstatic <T> ObjectMapper<T>
ObjectMapperFactory.create
(Class<T> clazz, InputStream stream, DataBindConfig dataBindConfig) 入力用のObjectMapper
を生成する。static <T> ObjectMapper<T>
ObjectMapperFactory.create
(Class<T> clazz, OutputStream stream, DataBindConfig dataBindConfig) 出力用のObjectMapper
を生成する。static <T> ObjectMapper<T>
ObjectMapperFactory.create
(Class<T> clazz, Reader reader, DataBindConfig dataBindConfig) 入力用のObjectMapper
を生成する。static <T> ObjectMapper<T>
ObjectMapperFactory.create
(Class<T> clazz, Writer writer, DataBindConfig dataBindConfig) 出力用のObjectMapper
を生成する。static <T> ObjectMapper<T>
ObjectMapperFactory.create
(Class<T> clazz, String input, DataBindConfig dataBindConfig) 入力用のObjectMapper
を生成する。<T> ObjectMapper<T>
BasicObjectMapperFactory.createMapper
(Class<T> clazz, InputStream stream, DataBindConfig dataBindConfig) ObjectMapper
を生成する。<T> ObjectMapper<T>
BasicObjectMapperFactory.createMapper
(Class<T> clazz, OutputStream stream, DataBindConfig dataBindConfig) ObjectMapper
を生成する。<T> ObjectMapper<T>
BasicObjectMapperFactory.createMapper
(Class<T> clazz, Reader reader, DataBindConfig dataBindConfig) ObjectMapper
を生成する。<T> ObjectMapper<T>
BasicObjectMapperFactory.createMapper
(Class<T> clazz, Writer writer, DataBindConfig dataBindConfig) ObjectMapper
を生成する。abstract <T> ObjectMapper<T>
ObjectMapperFactory.createMapper
(Class<T> clazz, InputStream stream, DataBindConfig dataBindConfig) ObjectMapper
を生成する。abstract <T> ObjectMapper<T>
ObjectMapperFactory.createMapper
(Class<T> clazz, OutputStream stream, DataBindConfig dataBindConfig) ObjectMapper
を生成する。abstract <T> ObjectMapper<T>
ObjectMapperFactory.createMapper
(Class<T> clazz, Reader reader, DataBindConfig dataBindConfig) ObjectMapper
を生成する。abstract <T> ObjectMapper<T>
ObjectMapperFactory.createMapper
(Class<T> clazz, Writer writer, DataBindConfig dataBindConfig) ObjectMapper
を生成する。protected nablarch.common.databind.MapperType
BasicObjectMapperFactory.toMapperType
(Class<?> clazz, DataBindConfig dataBindConfig) マッパーのタイプを返す。 -
Uses of DataBindConfig in nablarch.common.databind.csv
Modifier and TypeMethodDescriptionabstract DataBindConfig
Csv.CsvType.getConfig()
列挙子に紐づくCsvDataBindConfig
を取得する。 -
Uses of DataBindConfig in nablarch.common.databind.fixedlength
Modifier and TypeMethodDescription