keycloak
|
クラス | |
enum | MatchOption |
公開メンバ関数 | |
TypedPropertyCriteria (Class<?> propertyClass) | |
TypedPropertyCriteria (Class<?> propertyClass, MatchOption matchOption) | |
boolean | fieldMatches (Field f) |
boolean | methodMatches (Method m) |
非公開メンバ関数 | |
boolean | match (Class<?> type) |
非公開変数類 | |
final Class<?> | propertyClass |
final MatchOption | matchOption |
A criteria that matches a property based on its type
enum org::keycloak::models::utils::reflection::TypedPropertyCriteria::MatchOption |
Different options can be used to match a specific property based on its type. Regardless of the option chosen, if the property type equals the propertyClass
it will be selected.
propertyClass
. . propertyClass
. . 列挙値 | ALL | SUB_TYPE | SUPER_TYPE |
---|
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
inline |
org.keycloak.models.utils.reflection.PropertyCriteriaを実装しています。
|
private |
|
private |