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)
DataBindConfigConverter
DataBindConfig
に変換する。convert
in interface DataBindConfigConverter<FixedLength>
beanClass
- BeanクラスDataBindConfig
public java.lang.Class<FixedLength> getType()
DataBindConfigConverter
getType
in interface DataBindConfigConverter<FixedLength>