Interface QRecordEnum
public interface QRecordEnum
Base class for enums that are interoperable with QRecords.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ListingHash<Class<? extends QRecordEnum>, QRecordEntityField> static final QLogger -
Method Summary
Modifier and TypeMethodDescriptionstatic List<QRecordEntityField> getFieldList(Class<? extends QRecordEnum> c) static StringgetFieldNameFromGetter(Method getter) getQFieldAnnotation(Class<? extends QRecordEnum> c, String fieldName) default QRecordConvert this entity to a QRecord.
-
Field Details
-
LOG
-
fieldMapping
-
-
Method Details
-
toQRecord
-
getFieldList
-
getQFieldAnnotation
-
getFieldNameFromGetter
-