BasicSetter

org.beangle.data.orm.hibernate.ScalaPropertyAccessor$.BasicSetter
final class BasicSetter(val clazz: Class[_], val method: Method, val propertyName: String, optional: Boolean) extends Setter

Attributes

Graph
Supertypes
trait Setter
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def getMethod: Method

Attributes

Definition Classes
Setter
override def getMethodName: String

Attributes

Definition Classes
Setter
override def set(target: Object, value: Object): Unit

Attributes

Definition Classes
Setter
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Concrete fields

val clazz: Class[_]
val method: Method
val propertyName: String