Class PropertyAccessMapImpl.SetterImpl
- java.lang.Object
-
- org.hibernate.property.access.internal.PropertyAccessMapImpl.SetterImpl
-
- All Implemented Interfaces:
Serializable
,Setter
- Enclosing class:
- PropertyAccessMapImpl
public static class PropertyAccessMapImpl.SetterImpl extends Object implements Setter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetterImpl(String propertyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Method
getMethod()
Optional operation (may returnnull
)String
getMethodName()
Optional operation (may returnnull
)void
set(Object target, Object value)
-
-
-
Constructor Detail
-
SetterImpl
public SetterImpl(String propertyName)
-
-
Method Detail
-
getMethodName
public String getMethodName()
Description copied from interface:Setter
Optional operation (may returnnull
)- Specified by:
getMethodName
in interfaceSetter
-
-