1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 07, 2023 — Jun 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
created StringUtil More... about 15 years ago
cleaned up the SingleFieldMapping More... about 15 years ago
created AbstractBinaryFieldFactory renamed "getFactory" to "getDomainFieldFactoy" on FieldMapping More... about 15 years ago
overloaded build method to take a single object More... about 15 years ago
change RecordBuilder to no longer cast directly to String More... about 15 years ago
renamed RecordLayoutResolver to BuilderRecordLayoutResolver created SameBuilderRecordLayoutResolver More... about 15 years ago
removed comment code More... about 15 years ago
created StreamRecordWriter More... about 15 years ago
created RecordBuilder to make an abstract of the output of the record data More... about 15 years ago
got RecordBuilder to support the custom ValueConverter per field renamed method "fromText" to "fromTextToDomain" on class AbstractTextValueConverter for clarity More... about 15 years ago
updated to handle multiple records of the same type More... about 15 years ago
updated to handle if no FieldMapping was found More... about 15 years ago
changed the RecordLayoutResolver to return a List of RecordLayouts More... about 15 years ago
updated to handle if an ObjectMapping was not found for the domain class More... about 15 years ago
updated to handle if a RecordLayout could not be resolved More... about 15 years ago
have very basic implementation of a builder More... about 15 years ago
cleaned up some error messages More... about 15 years ago
renamed test methods to match the method being tested More... about 15 years ago
created ObjectMappingException updated BeanPathObjectMapper to handle if a field is not found in the record fields More... about 15 years ago
cleaned up test and broke out another helper method More... about 15 years ago
ensured that compound fields do not get mapped for each of the record fields that make up the one domain field More... about 15 years ago
broke up to smaller methods More... about 15 years ago
weaken types on methods to FieldMapping More... about 15 years ago
created an example of using a Compound field More... about 15 years ago
created another field method that takes an array of field names More... about 15 years ago
created a FieldNameMassager More... about 15 years ago
got the basic implementation of the compound field to work More... about 15 years ago
created ListMap More... about 15 years ago
updated FieldMapping to be constucted with a list of record fields updated ObjectMapping to register only one FieldMapping if a field mapping has more than one record field More... about 15 years ago
updated FieldMapping to hold on to a list of record field names More... about 15 years ago