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 String
getFieldNameFromGetter
(Method getter) getQFieldAnnotation
(Class<? extends QRecordEnum> c, String fieldName) default QRecord
Convert this entity to a QRecord.
-
Field Details
-
LOG
-
fieldMapping
-
-
Method Details
-
toQRecord
-
getFieldList
-
getQFieldAnnotation
-
getFieldNameFromGetter
-