|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Objectjp.hishidama.swing.util.ClassUtil
public class ClassUtil
クラスユーティリティー.
| コンストラクタの概要 | |
|---|---|
ClassUtil()
|
|
| メソッドの概要 | |
|---|---|
static Object |
toObject(String str,
Class<?> cls)
インスタンス変換. |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ClassUtil()
| メソッドの詳細 |
|---|
public static Object toObject(String str,
Class<?> cls)
文字列を指定されたクラスのインスタンスに変換する。
str - 文字列cls - クラス
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||