keycloak
公開メンバ関数 | 全メンバ一覧
org.keycloak.models.utils.reflection.PropertyCriteria インタフェース
org.keycloak.models.utils.reflection.PropertyCriteria の継承関係図
Inheritance graph
org.keycloak.models.utils.reflection.PropertyCriteria 連携図
Collaboration graph

公開メンバ関数

boolean methodMatches (Method m)
 

詳解

A property criteria can be used to filter the properties found by a PropertyQuery

DeltaSpike provides a number of property queries ( TypedPropertyCriteria, NamedPropertyCriteria and AnnotatedPropertyCriteria), or you can create a custom query by implementing this interface.

参照
PropertyQuery::addCriteria(PropertyCriteria)
PropertyQueries
TypedPropertyCriteria
AnnotatedPropertyCriteria
NamedPropertyCriteria

関数詳解

◆ methodMatches()

boolean org.keycloak.models.utils.reflection.PropertyCriteria.methodMatches ( Method  m)

Tests whether the specified method matches the criteria

引数
m
戻り値
true if the method matches

org.keycloak.models.utils.reflection.TypedPropertyCriteria, org.keycloak.models.utils.reflection.NamedPropertyCriteria, org.keycloak.models.utils.reflection.AnnotatedPropertyCriteriaで実装されています。


このインタフェース詳解は次のファイルから抽出されました: