Package ma.glasnost.orika.test.generator

Class Summary
BeanToArrayGenerationTestCase  
BeanToArrayGenerationTestCase.Grade  
BeanToArrayGenerationTestCase.Name  
BeanToArrayGenerationTestCase.Student  
BeanToListGenerationTestCase  
BeanToListGenerationTestCase.Grade  
BeanToListGenerationTestCase.Name  
BeanToListGenerationTestCase.NameDto  
BeanToListGenerationTestCase.Person  
BeanToListGenerationTestCase.PersonDto  
BeanToListGenerationTestCase.Student  
BeanToMapGenerationTestCase  
BeanToMapGenerationTestCase.Grade  
BeanToMapGenerationTestCase.Name  
BeanToMapGenerationTestCase.Person  
BeanToMapGenerationTestCase.PersonDto  
BeanToMapGenerationTestCase.PersonDto2  
BeanToMapGenerationTestCase.Student  
BeanToMultiOccurrenceTestCase  
BeanToMultiOccurrenceTestCase.GenericDto  
BeanToMultiOccurrenceTestCase.Grade  
BeanToMultiOccurrenceTestCase.GroupOfStudents  
BeanToMultiOccurrenceTestCase.MapOfPeople  
BeanToMultiOccurrenceTestCase.MapOfScores  
BeanToMultiOccurrenceTestCase.MapOfStudents  
BeanToMultiOccurrenceTestCase.Person  
ExpanderTestCase This test case demonstrates two things together: 1) The usage of the ScoringClassMapBuilder to automagically guess the right mapping of various fields based on their "sameness" 2) The usage of built-in nested field mapping functionality to handle mapping these objects, resulting in the mapping of a flat list structure into an expanded object graph by guessing how the fields should line up.
ExpanderTestCase.Day  
ExpanderTestCase.FlatData  
ExpanderTestCase.Month  
ExpanderTestCase.Year  
MapNullsTestCase  
MapNullsTestCase.Container  
MapNullsTestCase.Container2  
MultiOccurrenceToMultiOccurrenceTestCase  
MultiOccurrenceToMultiOccurrenceTestCase.GenericDto  
MultiOccurrenceToMultiOccurrenceTestCase.Grade  
MultiOccurrenceToMultiOccurrenceTestCase.MapOfPeople  
MultiOccurrenceToMultiOccurrenceTestCase.MapOfScores  
MultiOccurrenceToMultiOccurrenceTestCase.Person  
PropertiesWithNoSetterTestCase Verify that we can properly map non-assignable properties of an object, so long as they are not immutable
PropertiesWithNoSetterTestCase.AnotherObject  
PropertiesWithNoSetterTestCase.Person  
PropertiesWithNoSetterTestCase.SomeObject  
TestCompilerStrategyWritingFiles This provides a test case that verifies that Orika generates source and class files to the locations expected.
 

Enum Summary
MapNullsTestCase.Position  
 



Copyright © 2014 Glasnost. All Rights Reserved.