Class QRecordEntityField

java.lang.Object
com.kingsrook.qqq.backend.core.model.data.QRecordEntityField

public class QRecordEntityField extends Object
Reflective information about a field in a QRecordEntity
  • Constructor Details

    • QRecordEntityField

      public QRecordEntityField(String fieldName, Method getter, Method setter, Class<?> type, QField fieldAnnotation)
      Constructor.
  • Method Details

    • getFieldName

      public String getFieldName()
      Getter for fieldName
    • getGetter

      public Method getGetter()
      Getter for getter
    • getSetter

      public Method getSetter()
      Getter for setter
    • getType

      public Class<?> getType()
      Getter for type
    • getFieldAnnotation

      public QField getFieldAnnotation()
      Getter for fieldAnnotation
    • convertValueType

      public Object convertValueType(Serializable value)