◆ getAnnotatedElement()
◆ getBaseType()
◆ getDeclaringClass()
◆ getJavaClass()
◆ getMember()
◆ getName()
Returns the name of the property. If the property is a field, then the field name is returned. Otherwise, if the property is a method, then the name that is returned is the getter method name without the "get" or "is" prefix, and a lower case first letter.
- 戻り値
- The name of the property 
org.keycloak.models.utils.reflection.MethodPropertyImpl< V >で実装されています。
 
 
◆ getValue()
Returns the property value for the specified bean. The property to be returned is either a field or getter method.
- 引数
- 
  
    | bean | The bean to read the property from |  
 
- 戻り値
- The property value
- 例外
- 
  
    | ClassCastException | if the value is not of the type V |  
 
org.keycloak.models.utils.reflection.MethodPropertyImpl< V >で実装されています。
 
 
◆ isAnnotationPresent()
Indicates whether the given annotation is defined for this property. This method will consider the annotations present in both field and accessor method.
- 引数
- 
  
    | annotation | The Annotation to check. |  
 
- 戻り値
- True if the annotation is defined. Otherwise is false. 
org.keycloak.models.utils.reflection.MethodPropertyImpl< V >で実装されています。
 
 
◆ isReadOnly()
◆ setAccessible()
◆ setValue()
このインタフェース詳解は次のファイルから抽出されました:
- D:/AppData/doxygen/keycloak/oidc-service/src/main/java/org/keycloak/models/utils/reflection/MethodProperty.java