keycloak
|
公開メンバ関数 | |
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.
boolean org.keycloak.models.utils.reflection.PropertyCriteria.methodMatches | ( | Method | m | ) |
Tests whether the specified method matches the criteria
m |
org.keycloak.models.utils.reflection.TypedPropertyCriteria, org.keycloak.models.utils.reflection.NamedPropertyCriteria, org.keycloak.models.utils.reflection.AnnotatedPropertyCriteriaで実装されています。