|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.cubby.converter.impl.AbstractConverter
org.seasar.cubby.converter.impl.AbstractIntegerNumberConverter
org.seasar.cubby.converter.impl.LongConverter
public class LongConverter
Longへの変換を行うコンバータです。
| コンストラクタの概要 | |
|---|---|
LongConverter()
|
|
| メソッドの概要 | |
|---|---|
protected Number |
convert(BigInteger integer)
数値を変換して返します。 |
protected BigInteger |
getMaxValue()
最大値を取得します。 |
protected BigInteger |
getMinValue()
最小値を取得します。 |
Class<?> |
getObjectType()
このコンバータがサポートしているクラスを返します。 |
| クラス org.seasar.cubby.converter.impl.AbstractIntegerNumberConverter から継承されたメソッド |
|---|
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 LongConverter()
| メソッドの詳細 |
|---|
public Class<?> getObjectType()
protected Number convert(BigInteger integer)
AbstractIntegerNumberConverter 内の convertinteger - 変換元の数値
protected BigInteger getMinValue()
最小値をチェックしない場合は null を返します。
AbstractIntegerNumberConverter 内の getMinValueprotected BigInteger getMaxValue()
最大値をチェックしない場合は null を返します。
AbstractIntegerNumberConverter 内の getMaxValue
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||