jp.carabiner.inkpod.objectinfo
クラス ObjectIntrospector

java.lang.Object
  上位を拡張 jp.carabiner.inkpod.objectinfo.ObjectIntrospector

public class ObjectIntrospector
extends java.lang.Object


フィールドの概要
static java.lang.String SUFFIX
           
 
コンストラクタの概要
ObjectIntrospector()
           
 
メソッドの概要
static ObjectInfo getObjectInfo(java.lang.Class<?> c)
           
static ObjectInfo getObjectInfo(java.lang.Object obj)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

SUFFIX

public static final java.lang.String SUFFIX
関連項目:
定数フィールド値
コンストラクタの詳細

ObjectIntrospector

public ObjectIntrospector()
メソッドの詳細

getObjectInfo

public static ObjectInfo getObjectInfo(java.lang.Object obj)
                                throws ObjectIntrospectorException
例外:
ObjectIntrospectorException

getObjectInfo

public static ObjectInfo getObjectInfo(java.lang.Class<?> c)
                                throws ObjectIntrospectorException
例外:
ObjectIntrospectorException