gluu
公開メンバ関数 | 静的非公開変数類 | 全メンバ一覧
org.gluu.oxtrust.ldap.service.PropertyService クラス
org.gluu.oxtrust.ldap.service.PropertyService の継承関係図
Inheritance graph
org.gluu.oxtrust.ldap.service.PropertyService 連携図
Collaboration graph

公開メンバ関数

Object getPropertyValue (Object bean, String name) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException
 

静的非公開変数類

static final long serialVersionUID = -1707238475653913313L
 

詳解

Provides operations to get property values

著者
Yuriy Movchan Date: 08/11/2013

関数詳解

◆ getPropertyValue()

Object org.gluu.oxtrust.ldap.service.PropertyService.getPropertyValue ( Object  bean,
String  name 
) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException
inline

Returns object property value

引数
beanBean
nameProperty value
戻り値
Value of property
例外
NoSuchMethodException
InvocationTargetException
IllegalAccessException
39  {
40  return BeanUtils.getProperty(bean, name);
41  }

メンバ詳解

◆ serialVersionUID

final long org.gluu.oxtrust.ldap.service.PropertyService.serialVersionUID = -1707238475653913313L
staticprivate

このクラス詳解は次のファイルから抽出されました: