Class PropertyQueries
java.lang.Object
org.keycloak.models.utils.reflection.PropertyQueries
Utilities for working with property queries
- See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic <V> PropertyQuery<V>createQuery(Class<?> targetClass) Create a newPropertyQuery 
- 
Method Details
- 
createQuery
Create a newPropertyQuery- Type Parameters:
 V-- Parameters:
 targetClass-- Returns:
 
 
 -