keycloak
静的公開メンバ関数 | 非公開メンバ関数 | 全メンバ一覧
org.keycloak.models.utils.reflection.PropertyQueries クラス
org.keycloak.models.utils.reflection.PropertyQueries 連携図
Collaboration graph

静的公開メンバ関数

static< V > PropertyQuery< V > createQuery (Class<?> targetClass)
 

非公開メンバ関数

 PropertyQueries ()
 

詳解

Utilities for working with property queries

参照
PropertyQuery

構築子と解体子

◆ PropertyQueries()

org.keycloak.models.utils.reflection.PropertyQueries.PropertyQueries ( )
inlineprivate
27  {
28  }

関数詳解

◆ createQuery()

static <V> PropertyQuery<V> org.keycloak.models.utils.reflection.PropertyQueries.createQuery ( Class<?>  targetClass)
inlinestatic

Create a new PropertyQuery

引数
<V>
targetClass
戻り値
38  {
39  return new PropertyQuery<V>(targetClass);
40  }

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