Class FieldSetter

java.lang.Object
org.sql2o.reflection.FieldSetter
All Implemented Interfaces:
Setter

public class FieldSetter extends Object implements Setter
used internally to set property values directly into the field. Only used if no setter method is found.
  • Constructor Details

    • FieldSetter

      public FieldSetter(Field field)
  • Method Details