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 @Nullable MethodgetMethod()Optional operation (may returnnull)@Nullable StringgetMethodName()Optional operation (may returnnull)voidset(Object target, @Nullable Object value)
-
-
-
Constructor Detail
-
SetterImpl
public SetterImpl(String propertyName)
-
-
Method Detail
-
getMethodName
public @Nullable String getMethodName()
Description copied from interface:SetterOptional operation (may returnnull)- Specified by:
getMethodNamein interfaceSetter
-
-