|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.cubby.converter.impl.AbstractConverter
org.seasar.cubby.converter.impl.AbstractDecimalNumberConverter
org.seasar.cubby.converter.impl.FloatConverter
public class FloatConverter
Float
への変換を行うコンバータです。
コンストラクタの概要 | |
---|---|
FloatConverter()
|
メソッドの概要 | |
---|---|
protected Number |
convert(BigDecimal decimal)
数値を変換して返します。 |
protected BigDecimal |
getMaxValue()
最大値を取得します。 |
protected BigDecimal |
getMinValue()
最小値を取得します。 |
Class<?> |
getObjectType()
このコンバータがサポートしているクラスを返します。 |
クラス org.seasar.cubby.converter.impl.AbstractDecimalNumberConverter から継承されたメソッド |
---|
convert, convertToObject, convertToString |
クラス org.seasar.cubby.converter.impl.AbstractConverter から継承されたメソッド |
---|
canConvert |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public FloatConverter()
メソッドの詳細 |
---|
public Class<?> getObjectType()
protected Number convert(BigDecimal decimal)
AbstractDecimalNumberConverter
内の convert
decimal
- 変換元の数値
protected BigDecimal getMinValue()
最小値をチェックしない場合は null
を返します。
AbstractDecimalNumberConverter
内の getMinValue
protected BigDecimal getMaxValue()
最大値をチェックしない場合は null
を返します。
AbstractDecimalNumberConverter
内の getMaxValue
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |