Interface Setter
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
EnhancedSetterImpl, EnhancedSetterMethodImpl, SetterFieldImpl, SetterMethodImpl
Deprecated, for removal: This API element is subject to removal in a future version.
The contract for setting the value of a persistent attribute on its container/owner.
-
Method Summary
Modifier and TypeMethodDescription@Nullable MethodDeprecated, for removal: This API element is subject to removal in a future version.Optional operation (may returnnull)@Nullable StringDeprecated, for removal: This API element is subject to removal in a future version.Optional operation (may returnnull)voidDeprecated, for removal: This API element is subject to removal in a future version.Will be removed in 8.0
-
Method Details
-
set
Deprecated, for removal: This API element is subject to removal in a future version.Will be removed in 8.0Set the property value on the given target instance.- Parameters:
target- The instance containing the property value to be set.value- The value to be set.
-
getMethodName
@Nullable String getMethodName()Deprecated, for removal: This API element is subject to removal in a future version.Optional operation (may returnnull) -
getMethod
@Nullable Method getMethod()Deprecated, for removal: This API element is subject to removal in a future version.Optional operation (may returnnull)
-