Class Properties
- java.lang.Object
- 
- org.keycloak.models.utils.reflection.Properties
 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static <V> MethodProperty<V>createProperty(Method method)Create a JavaBean style property from the specified methodstatic <V> booleanisProperty(Method method)Indicates whether this method is a valid property method.
 
- 
- 
- 
Method Detail- 
createPropertypublic static <V> MethodProperty<V> createProperty(Method method) Create a JavaBean style property from the specified method- Type Parameters:
- V-
- Parameters:
- method-
- Returns:
- Throws:
- IllegalArgumentException- if the method does not match JavaBean conventions
 
 - 
isPropertypublic static <V> boolean isProperty(Method method) Indicates whether this method is a valid property method.
 
- 
 
-