Package org.keycloak.models.utils.reflection
-
Interface Summary Interface Description MethodProperty<V> Property<V> A representation of a JavaBean style propertyPropertyCriteria A property criteria can be used to filter the properties found by aPropertyQuery
-
Class Summary Class Description AnnotatedPropertyCriteria A criteria that matches a property based on its annotationsNamedPropertyCriteria A criteria that matches a property based on nameProperties Utility class for working with JavaBean style propertiesPropertyQueries Utilities for working with property queriesPropertyQuery<V> Queries a target class for properties that match certain criteria.TypedPropertyCriteria A criteria that matches a property based on its type -
Enum Summary Enum Description TypedPropertyCriteria.MatchOption Different options can be used to match a specific property based on its type.