- FieldChangeRecord - Class in com.github.cafdataprocessing.entity.fields
-
Contract definition which makes up a FieldChangeRecord.
- FieldChangeRecord() - Constructor for class com.github.cafdataprocessing.entity.fields.FieldChangeRecord
-
- FieldChangeRecordFactory - Class in com.github.cafdataprocessing.entity.fields.factory
-
- FieldChangeRecordFactory() - Constructor for class com.github.cafdataprocessing.entity.fields.factory.FieldChangeRecordFactory
-
- FieldChangeRecordPrinter - Class in com.github.cafdataprocessing.entity.fields.printer
-
Gets the fieldChangeRecord in a more userfriendly / readible format, for logging / printing.
- FieldChangeRecordPrinter() - Constructor for class com.github.cafdataprocessing.entity.fields.printer.FieldChangeRecordPrinter
-
- FieldChangeType - Enum in com.github.cafdataprocessing.entity.fields
-
Enumeration to describe how a field has been changed, so that a field change record can be used to return a field
back to its original value.
- FieldChangeTypeException - Exception in com.github.cafdataprocessing.entity.fields.exceptions
-
Useful to find out if the fieldChangeRecord has something wrong during its creationg, usually due to
the FieldChangeRecord->changeType being invalid.
- FieldChangeTypeException(String) - Constructor for exception com.github.cafdataprocessing.entity.fields.exceptions.FieldChangeTypeException
-
- FieldChangeTypeException(String, Throwable) - Constructor for exception com.github.cafdataprocessing.entity.fields.exceptions.FieldChangeTypeException
-
- FieldEncoding - Enum in com.github.cafdataprocessing.entity.fields
-
Encodings used with our FieldValue object, this informs the consumer how the value field is encoded.
- FieldValue - Class in com.github.cafdataprocessing.entity.fields
-
Allows a field value to represented in various different ways.
- FieldValue() - Constructor for class com.github.cafdataprocessing.entity.fields.FieldValue
-
- FieldValueAccessor - Class in com.github.cafdataprocessing.entity.fields.accessor
-
utility class, to enable user friendly access to the entity-field called FieldValue.
- FieldValueAccessor() - Constructor for class com.github.cafdataprocessing.entity.fields.accessor.FieldValueAccessor
-
- FieldValueAccessorException - Exception in com.github.cafdataprocessing.entity.fields.exceptions
-
Exception definition which is thrown with more information from a FieldValueAccessor.
- FieldValueAccessorException(String) - Constructor for exception com.github.cafdataprocessing.entity.fields.exceptions.FieldValueAccessorException
-
- FieldValueAccessorException(String, Throwable) - Constructor for exception com.github.cafdataprocessing.entity.fields.exceptions.FieldValueAccessorException
-
- FieldValueFactory - Class in com.github.cafdataprocessing.entity.fields.factory
-
Factory methods, to create the FieldValue object using different encodings.