keycloak
クラス | パッケージ
TypedPropertyCriteria.java ファイル

[ソースコード]

クラス

class  org.keycloak.models.utils.reflection.TypedPropertyCriteria
 
enum  org.keycloak.models.utils.reflection.TypedPropertyCriteria.MatchOption
 

パッケージ

package  org.keycloak.models.utils.reflection
 

クラス詳解

◆ org::keycloak::models::utils::reflection::TypedPropertyCriteria::MatchOption

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.

  • SUB_TYPE: Also consider properties where its type is a subtype of propertyClass. .
  • SUPER_TYPE: Also consider properties where its type is a superclass or superinterface of propertyClass. .
org.keycloak.models.utils.reflection.TypedPropertyCriteria.MatchOption 連携図
Collaboration graph
列挙値
ALL
SUB_TYPE
SUPER_TYPE