| AutomaticStringConversionTestCase |
|
| AutomaticStringConversionTestCase.CamposEntrada |
|
| AutomaticStringConversionTestCase.CamposSalida |
|
| CustomMergerTest |
|
| CustomMergerTest.AnotherDtoHolder |
|
| CustomMergerTest.AnotherEntityHolder |
|
| CustomMergerTest.ChildDto |
|
| CustomMergerTest.ChildEntity |
|
| CustomMergerTest.DesiredMergingMapper |
|
| CustomMergerTest.Dto |
|
| CustomMergerTest.DtoHolder |
|
| CustomMergerTest.Entity |
|
| CustomMergerTest.EntityHolder |
|
| CustomMergerTest.MergingMapper |
|
| Issue102TestCase |
I'm not able to set map type using orika.
|
| Issue102TestCase.Product |
|
| Issue102TestCase.ProductDto |
|
| Issue105TestCase |
Circular reference mapping with classes that extend an abstract class fail.
|
| Issue105TestCase.AbstractBaseEntity |
|
| Issue105TestCase.AbstractEntity |
|
| Issue105TestCase.AnotherBaseEntity |
|
| Issue105TestCase.AnotherEntity |
|
| Issue105TestCase.BaseEntity |
|
| Issue105TestCase.Entity |
|
| Issue109TestCase |
Mapping for multi-occurrence elements doesn't trigger auto-generated mappings.
|
| Issue109TestCase.Base |
|
| Issue109TestCase.BaseDto |
|
| Issue109TestCase.Element |
|
| Issue109TestCase.ElementDto |
|
| Issue112TestCase |
Class cast exception to MapEntry.
|
| Issue112TestCase.Class_2 |
|
| Issue112TestCase.Class$1 |
|
| Issue112TestCase.Class$1Binding |
|
| Issue113TestCase |
Cannot find a mapper when a child bean infers a generic type of its parent bean.
|
| Issue113TestCase.ChildSourceBean |
A child of the SourceBean that defines the generic type of its parent
|
| Issue113TestCase.SourceBean<T> |
A source bean with a generic type
|
| Issue113TestCase.TargetBean |
A simple target bean
|
| Issue114TestCase |
NPE on mapNulls in 1.4.3.
|
| Issue114TestCase.Class1 |
|
| Issue114TestCase.Class1Binding |
|
| Issue114TestCase.Class2Binding |
|
| Issue119TestCase |
NPE on mapping nested field with collection.
|
| Issue119TestCase.Dest |
|
| Issue119TestCase.DestReference |
|
| Issue119TestCase.Source |
|
| Issue119TestCase.SourceRef |
|
| Issue126TestCase |
Exclude() does not work if the field is not present in both classes.
|
| Issue126TestCase.A |
|
| Issue126TestCase.B |
|
| Issue126TestCase.MyField |
|
| Issue128TestCase |
Mapping to Map<String, List<String>> only maps keys.
|
| Issue128TestCase.A |
|
| Issue128TestCase.B1 |
|
| Issue128TestCase.B2 |
|
| Issue129TestCase |
problem generic types when subclassing.
|
| Issue132TestCase |
Usage of .constructorA/B results in NullPointerException.
|
| Issue132TestCase.Person1 |
|
| Issue132TestCase.Person2 |
|
| Issue138TestCase |
Mapping of Lists are not functioning correctly with fieldAToB.
|
| Issue138TestCase.Person1 |
|
| Issue138TestCase.Person2 |
|
| Issue138TestCase.Phone |
|
| Issue140TestCase |
mapAsMap breaks Object graphs.
|
| Issue140TestCase.ChildA |
|
| Issue140TestCase.ChildB |
|
| Issue140TestCase.ParentA |
|
| Issue140TestCase.ParentB |
|
| Issue141TestCase |
Compilation Error when referencing collection on class property.
|
| Issue141TestCase.A |
|
| Issue141TestCase.B |
|
| Issue141TestCase.C |
|
| Issue141TestCase.Clazz |
|
| Issue141TestCase.Clazz2 |
|
| Issue141TestCase.D |
|
| Issue141TestCase.SubClass |
|
| Issue141TestCase.TheBean |
|
| Issue148TestCase |
Orika fails to map converter result to string (double cast).
|
| Issue148TestCase.A |
|
| Issue148TestCase.B |
|
| Issue148TestCase.Converter |
|
| Issue148TestCase.Converter.Object2String |
|
| Issue148TestCase.Converter.String2Object |
|
| Issue148TestCase.WrapperObject |
|
| Issue14TestCase |
Calendar as destination throwing exception.
|
| Issue14TestCase.Product |
|
| Issue14TestCase.ProductDTO |
|
| Issue160TestCase |
MapperFacade.map does not map into destination instance when context has already mapped the source Object.
|
| Issue160TestCase.A |
|
| Issue160TestCase.X |
|
| Issue160TestCase.Y |
|
| Issue160TestCase.ZCycle |
|
| Issue161TestCase |
Unable to map class with self-referencing generics and Comparable return type.
|
| Issue161TestCase.Foo |
|
| Issue161TestCase.Optional<T> |
|
| Issue161TestCase.Range<C extends Comparable<C>> |
|
| Issue161TestCase.SelfReferencingGenericType<T extends Issue161TestCase.SelfReferencingGenericType<T>> |
|
| Issue166TestCase |
StackOverflowError exception when mapping enum.
|
| Issue166TestCase.SimpleBeanResource |
|
| Issue167TestCase |
DefaultMapperFactory.classMap got in infinity loop when using F-bounded polymorphism.
|
| Issue167TestCase.ChildInterfaceImpl |
|
| Issue167TestCase.Foo |
|
| Issue175Test |
|
| Issue175Test.Destination |
|
| Issue175Test.NestedDestination |
|
| Issue175Test.NestedSource |
|
| Issue175Test.Source |
|
| Issue176TestCase |
Support for mapping one type to many.
|
| Issue176TestCase.A |
|
| Issue176TestCase.B1 |
|
| Issue176TestCase.B2 |
|
| Issue176WithInterfacesTestCase |
Support for mapping one type to many.
|
| Issue176WithInterfacesTestCase.A |
|
| Issue176WithInterfacesTestCase.ASuperContainer |
|
| Issue176WithInterfacesTestCase.AX |
|
| Issue176WithInterfacesTestCase.B1 |
|
| Issue176WithInterfacesTestCase.B2 |
|
| Issue176WithInterfacesTestCase.BSuperContainer |
|
| Issue176WithInterfacesTestCase.BX |
|
| Issue176WithSuperClassesTestCase |
Support for mapping one type to many.
|
| Issue176WithSuperClassesTestCase.A |
|
| Issue176WithSuperClassesTestCase.ASuper |
|
| Issue176WithSuperClassesTestCase.ASuperContainer |
|
| Issue176WithSuperClassesTestCase.AX |
|
| Issue176WithSuperClassesTestCase.B |
|
| Issue176WithSuperClassesTestCase.B1 |
|
| Issue176WithSuperClassesTestCase.B2 |
|
| Issue176WithSuperClassesTestCase.BSuper |
|
| Issue176WithSuperClassesTestCase.BSuperContainer |
|
| Issue176WithSuperClassesTestCase.BX |
|
| Issue17TestCase |
Mapping for Collection<String> --> String[] is not working.
|
| Issue17TestCase.A |
|
| Issue17TestCase.B |
|
| Issue17TestCase.C |
|
| Issue17TestCase.D |
|
| Issue188TestCase |
|
| Issue18TestCase |
NoSuchElementException mapping empty lists.
|
| Issue19TestCase |
Copying objects works only first time.
|
| Issue19TestCase.A |
|
| Issue19TestCase.B |
|
| Issue20TestCase |
StackOverflowError mapping hibernate4 proxy.
|
| Issue21TestCase |
NPE when collection is changed.
|
| Issue24TestCase |
lookupConcreteDestinationType should return the most specific type, not the first that is assignable.
|
| Issue24TestCase.A |
|
| Issue24TestCase.B |
|
| Issue24TestCase.BSub |
|
| Issue24TestCase.BSuper |
|
| Issue25TestCase |
Add customization of collection mapping.
|
| Issue25TestCase.AnotherDtoHolder |
|
| Issue25TestCase.AnotherEntityHolder |
|
| Issue25TestCase.ChildDto |
|
| Issue25TestCase.ChildEntity |
|
| Issue25TestCase.Dto |
|
| Issue25TestCase.DtoHolder |
|
| Issue25TestCase.Entity |
|
| Issue25TestCase.EntityHolder |
|
| Issue25TestCase.MergingMapper |
|
| Issue26TestCase |
Generic super-type not recognized.
|
| Issue28TestCase |
StackoverflowException on recursively-defined generic type.
|
| Issue28TestCase.OrderIdConverter |
|
| Issue30TestCase |
MappingException: cannot determine runtime type of destination collection.
|
| Issue30TestCase.ComputerPart |
|
| Issue30TestCase.ComputerPartDTO |
|
| Issue30TestCase.HardDrive |
|
| Issue30TestCase.HardDriveDTO |
|
| Issue30TestCase.Inventory<T extends Issue30TestCase.ComputerPart> |
|
| Issue30TestCase.InventoryDTO<T extends Issue30TestCase.ComputerPartDTO> |
|
| Issue30TestCase.VideoCard |
|
| Issue30TestCase.VideoCardDTO |
|
| Issue34TestCase |
The mapper create a child's instance instead of a parent's instance.
|
| Issue34TestCase.Child |
|
| Issue34TestCase.Entity |
|
| Issue34TestCase.Parent |
|
| Issue38TestCase |
Want to have option to not set target object property when property value in the source object is null.
|
| Issue38TestCase.A |
|
| Issue38TestCase.B |
|
| Issue41TestCase |
StackOverflowError for nested Enum.
|
| Issue44TestCase |
Allow converters for Lists (or other collections).
|
| Issue44TestCase.Order |
|
| Issue44TestCase.OrderDto |
|
| Issue44TestCase.OrderDto2 |
|
| Issue44TestCase.Product |
|
| Issue44TestCase.ProductDto |
|
| Issue45TestCase |
resolveSourceType does not distinguish by destinationType.
|
| Issue45TestCase.Dest1 |
|
| Issue45TestCase.Dest2 |
|
| Issue45TestCase.Source |
|
| Issue45TestCase.SourceChild |
|
| Issue46TestCase |
Class-cast exception for mapped objects.
|
| Issue46TestCase.One |
|
| Issue46TestCase.Parent |
|
| Issue46TestCase.Two |
|
| Issue49TestCase |
MappingException when enum toString() is overridden.
|
| Issue49TestCase.Dto |
|
| Issue49TestCase.Entity |
|
| Issue50TestCase |
Exclusions are ignored when combined with used mappers.
|
| Issue50TestCase.Dest |
|
| Issue50TestCase.Source |
|
| Issue50TestCase.SubDest |
|
| Issue50TestCase.SubDest2 |
|
| Issue50TestCase.SubSource |
|
| Issue50TestCase.SubSource2 |
|
| Issue52aTestCase |
StackOverflowError when using inheritance mapping.
|
| Issue52aTestCase.Child1 |
|
| Issue52aTestCase.Child11 |
|
| Issue52aTestCase.Child111 |
|
| Issue52aTestCase.Child12 |
|
| Issue52aTestCase.Child2 |
|
| Issue52aTestCase.Child3 |
|
| Issue52aTestCase.ChildDto1 |
|
| Issue52aTestCase.ChildDto11 |
|
| Issue52aTestCase.ChildDto111 |
|
| Issue52aTestCase.ChildDto12 |
|
| Issue52aTestCase.ChildDto2 |
|
| Issue52aTestCase.ChildDto3 |
|
| Issue52aTestCase.Parent |
|
| Issue52aTestCase.ParentDto |
|
| Issue52bTestCase |
StackOverflowError when using inheritance mapping.
|
| Issue52bTestCase.A |
|
| Issue52bTestCase.A1 |
|
| Issue52bTestCase.B |
|
| Issue53TestCase |
Dynamic mapping always uses existing parent mapper even if it doesn't map all fields.
|
| Issue53TestCase.Record |
|
| Issue53TestCase.Record2 |
|
| Issue53TestCase.Result |
|
| Issue53TestCase.Result2 |
|
| Issue53TestCase.SearchRecord |
|
| Issue53TestCase.SearchRecord2 |
|
| Issue61TestCase |
StackOverflowError on circle association
|
| Issue61TestCase.MyDto |
|
| Issue61TestCase.MyEntity |
|
| Issue64Test |
Orika does not create intermediate property when mapping lists.
|
| Issue64Test.Child |
|
| Issue64Test.Parent |
|
| Issue64Test.Source |
|
| Issue64TestCase |
SimpleConstructorResolverStrategy ignores generic parameter types
|
| Issue64TestCase.Address |
|
| Issue64TestCase.AddressDto |
|
| Issue64TestCase.Contact |
|
| Issue64TestCase.ContactDto |
|
| Issue64TestCase.Supplier |
|
| Issue64TestCase.SupplierDto |
|
| Issue65TestCase |
Orika wraps user exceptions in MapperException
|
| Issue65TestCase.DomainObject |
|
| Issue65TestCase.DomainObjectDto |
|
| Issue67Test |
NPE on VariableRef.isPrimitive() with map of map.
|
| Issue67Test.DateToIntegerToStringMap |
|
| Issue67TestCase |
Property with no getter (null readMethod) is not being excluded/ignored
|
| Issue67TestCase.Bean |
|
| Issue68TestCase |
How to handle infinit recursion for entities with bidirectional many-to-many relations.
|
| Issue68TestCase.BeanFactory |
|
| Issue68TestCase.InvoiceItem |
|
| Issue68TestCase.InvoiceItemVO |
|
| Issue68TestCase.Project |
|
| Issue68TestCase.ProjectItem |
|
| Issue68TestCase.ProjectItemVO |
|
| Issue68TestCase.ProjectVO |
|
| Issue69TestCase |
Orika fails to map classes with lists which do not return internal references.
|
| Issue69TestCase.Destination |
|
| Issue69TestCase.Source |
|
| Issue71TestCase |
Orika maps enum to enum, but not List<enum> to List<enum>.
|
| Issue71TestCase.A |
|
| Issue71TestCase.A2 |
|
| Issue77Test |
Invalid code generated when embedded field name not a valid java variable name.
|
| Issue77Test.A |
|
| Issue77Test.B |
|
| Issue77TestCase |
A sub type is not being mapped to the configured mapping type.
|
| Issue77TestCase.A1 |
|
| Issue77TestCase.A2 |
|
| Issue77TestCase.B1 |
|
| Issue77TestCase.B2 |
|
| Issue77TestCase.Container1 |
|
| Issue77TestCase.Container2 |
|
| Issue80TestCase |
There is a bug for JavaBean to Map.
|
| Issue80TestCase.JavaBean |
|
| Issue80TestCase.JsonObject |
|
| Issue82TestCase |
MappingException on customization the default field-name mapping.
|
| Issue82TestCase.DocStatus |
|
| Issue82TestCase.DocStatusDto |
|
| Issue82TestCase.DocType |
Entities
|
| Issue82TestCase.DocTypeDto |
DTOs
|
| Issue82TestCase.SomeDocument |
|
| Issue82TestCase.SomeDocumentDto |
|
| Issue85TestCase |
NullPointerException in MultiOccurrenceToMultiOccurrence.mapFields.
|
| Issue85TestCase.MapContainer<X,Y> |
|
| Issue87TestCase |
Nested properties: Allow abstract nested property's fields mapping.
|
| Issue87TestCase.AbstractNestedType |
|
| Issue87TestCase.FakeBeanA |
|
| Issue87TestCase.FakeBeanB |
|
| Issue87TestCase.NestedType |
|
| Issue90TestCase |
Simple mappings fail.
|
| Issue90TestCase.A |
|
| Issue90TestCase.B |
|
| Issue90TestCase.C |
|
| Issue91Test |
No concrete class mapping defined error mapping a list of interfaces.
|
| Issue91Test.A |
|
| Issue91Test.C |
|
| Issue92TestCase |
NPE when mapping a class implementing a map.
|
| Issue92TestCase.CustomClass |
|
| Issue92TestCase.CustomMap |
|
| Issue98TestCase |
ClassCastException when mapping list of subtypes.
|
| Issue98TestCase.CardPayment |
|
| Issue98TestCase.CardPaymentDTO |
|
| Issue98TestCase.CashPayment |
|
| Issue98TestCase.CashPaymentDTO |
|
| Issue98TestCase.Payment |
|
| Issue98TestCase.PaymentDTO |
|
| Issue99Test |
Registering map with multiple converters does not work.
|
| IssueArrayToListTestCase |
|
| IssueArrayToListTestCase.A |
|
| IssueArrayToListTestCase.B |
|
| JaxbElementTestCase |
|
| JaxbElementTestCase.Actor |
|
| JaxbElementTestCase.ActorDTO |
|
| JaxbElementTestCase.ActorDTOHolder |
|
| JaxbElementTestCase.ActorHolder |
|
| JaxbElementTestCase.EventDTO |
|
| JaxbElementTestCase.InstitutionDTO |
|
| JaxbElementTestCase.JaxbTypeFactory |
|
| JaxbElementTestCase.MockJAXBElement<T> |
Fake JAXB element...
|
| JaxbElementTestCase.MyMapper |
Encapsulate the configuration in your own reusable mapper
|
| JaxbElementTestCase.MyMapper.EventConverter |
|
| JaxbElementTestCase.PersonDTO |
|
| LongPathPropertyTestCase |
|
| LongPathPropertyTestCase.A |
|
| LongPathPropertyTestCase.B |
|
| LongPathPropertyTestCase.C |
|
| LongPathPropertyTestCase.D |
|
| MixConversionMappingTestCase |
|
| MixConversionMappingTestCase.A |
|
| MixConversionMappingTestCase.B |
|
| MixConversionMappingTestCase.C |
|
| MixConversionMappingTestCase.D |
|
| NestedListToArrayTestCase |
|
| NestedListToArrayTestCase.L1 |
|
| NestedListToArrayTestCase.L2 |
|
| NestedListToArrayTestCase.R1 |
|
| NestedListToArrayTestCase.R2 |
|
| NestedListToArrayTestCase.V1 |
|
| NestedListToArrayTestCase.V2 |
|
| PersonMappingTestCase |
There doesn't appear to be a way to do this mapping using default behavior...
|
| PersonMappingTestCase.FullPerson |
|
| PersonMappingTestCase.PersonBase |
|
| PersonMappingTestCase.PersonHolderA |
|
| PersonMappingTestCase.PersonHolderB |
|
| PersonMappingTestCase.PersonName |
|
| PersonMappingTestCase.SuffixPerson |
|
| PullRequest10TestCase |
Correctly implement compareTo contract for Type.
|
| PullRequest10TestCase.Base |
|
| PullRequest10TestCase.SubSubType11 |
|
| PullRequest10TestCase.SubSubType12 |
|
| PullRequest10TestCase.SubSubType21 |
|
| PullRequest10TestCase.SubSubType22 |
|
| PullRequest10TestCase.SubType1 |
|
| PullRequest10TestCase.SubType2 |
|
| PullRequest88TestCase |
Do not loose Map instance when mapping MultiOccurenceVariable to a Map.
|
| PullRequest88TestCase.A |
|
| PullRequest8TestCase |
lookupObjectFactory should consider superclasses for source type.
|
| PullRequest8TestCase.MyObjectFactory<T> |
|
| PullRequest8TestCase.MySourceType |
|
| PullRequest8TestCase.MyType |
|