Interface MethodProperty<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Method
getAnnotatedElement()
Get the element responsible for retrieving the property value-
Methods inherited from interface org.keycloak.models.utils.reflection.Property
getBaseType, getDeclaringClass, getJavaClass, getMember, getName, getValue, isAnnotationPresent, isReadOnly, setAccessible, setValue
-
-
-
-
Method Detail
-
getAnnotatedElement
Method getAnnotatedElement()
Description copied from interface:Property
Get the element responsible for retrieving the property value- Specified by:
getAnnotatedElement
in interfaceProperty<V>
- Returns:
-
-