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:
  • Constructor Details

    • SetterImpl

      public SetterImpl(String propertyName)
  • Method Details

    • set

      public void set(Object target, @Nullable Object value)
      Specified by:
      set in interface Setter
    • getMethodName

      public @Nullable String getMethodName()
      Description copied from interface: Setter
      Optional operation (may return null)
      Specified by:
      getMethodName in interface Setter
    • getMethod

      public @Nullable Method getMethod()
      Description copied from interface: Setter
      Optional operation (may return null)
      Specified by:
      getMethod in interface Setter