public class FixedLengthDataBindConfigConverter extends java.lang.Object implements DataBindConfigConverter<FixedLength>
FixedLengthアノテーションをFixedLengthDataBindConfigに変換するクラス。| Constructor and Description |
|---|
FixedLengthDataBindConfigConverter() |
| Modifier and Type | Method and Description |
|---|---|
DataBindConfig |
convert(java.lang.Class<?> beanClass)
指定されたBeanクラスに設定されているアノテーションから
DataBindConfigに変換する。 |
java.lang.Class<FixedLength> |
getType()
変換対象のアノテーションのタイプを返す。
|
public DataBindConfig convert(java.lang.Class<?> beanClass)
DataBindConfigConverterDataBindConfigに変換する。convert in interface DataBindConfigConverter<FixedLength>beanClass - BeanクラスDataBindConfigpublic java.lang.Class<FixedLength> getType()
DataBindConfigConvertergetType in interface DataBindConfigConverter<FixedLength>