JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For Package org.dozer.functional_tests
Package Hierarchies:
All Packages
Class Hierarchy
java.lang.
Object
java.util.
AbstractCollection
<E> (implements java.util.
Collection
<E>)
java.util.
AbstractList
<E> (implements java.util.
List
<E>)
java.util.
ArrayList
<E> (implements java.lang.
Cloneable
, java.util.
List
<E>, java.util.
RandomAccess
, java.io.
Serializable
)
org.dozer.functional_tests.
TopLevelMappingTest.MyList
org.dozer.functional_tests.
VariablesTest.Container
<T>
org.dozer.functional_tests.
AbstractFunctionalTest
org.dozer.functional_tests.
BiDirectionalMappingTest
org.dozer.functional_tests.
CircularDependenciesTest
org.dozer.functional_tests.
ClassloaderTest
org.dozer.functional_tests.
CollectionTest
org.dozer.functional_tests.
ConstructorTest
org.dozer.functional_tests.
CopyByReferenceCollectionTest
org.dozer.functional_tests.
CopyByReferenceFromMapTest
org.dozer.functional_tests.
CumulativeCollectionMappingTest
org.dozer.functional_tests.
CumulativeMappingTest
org.dozer.functional_tests.
CustomConverterMapperAwareTest
org.dozer.functional_tests.
CustomConverterMappingTest
org.dozer.functional_tests.
CustomConverterParamMappingTest
org.dozer.functional_tests.
DateFormatTest
org.dozer.functional_tests.
DeepMappingTest
org.dozer.functional_tests.
DeepMappingWithIndexTest
org.dozer.functional_tests.
EnumMappingTest
org.dozer.functional_tests.
ExceptionHandlingFunctionalTest
org.dozer.functional_tests.
ExcludeFieldTest
org.dozer.functional_tests.
GenericCollectionMappingTest
org.dozer.functional_tests.
GenericListFunctionalTest
org.dozer.functional_tests.
GenericsTest
org.dozer.functional_tests.
GrandparentTest
org.dozer.functional_tests.
GranularDozerBeanMapperTest
org.dozer.functional_tests.
IndexMappingTest
org.dozer.functional_tests.
IneritanceHintSupportTest
org.dozer.functional_tests.
InheritanceAbstractClassMappingTest
org.dozer.functional_tests.
InheritanceCustomConverterTest
org.dozer.functional_tests.
InheritanceDirectionTest
org.dozer.functional_tests.
InheritanceMappingMapBackedTest
org.dozer.functional_tests.
InheritanceMappingTest
org.dozer.functional_tests.
InheritanceTwoLevelTest
org.dozer.functional_tests.
InterfacePerformanceTest
org.dozer.functional_tests.
InvalidMappingTest
org.dozer.functional_tests.
IsAccessibleTest
org.dozer.functional_tests.
JAXBBeansMappingTest
org.dozer.functional_tests.
KnownFailures
org.dozer.functional_tests.
MapBackedDeepMappingTest
org.dozer.functional_tests.
MapIdTest
org.dozer.functional_tests.
MapMappingTest
org.dozer.functional_tests.
MapperTest
org.dozer.functional_tests.
MapTypeTest
org.dozer.functional_tests.
MetadataFieldTest
org.dozer.functional_tests.
MetadataTest
org.dozer.functional_tests.
MultipleHintsTest
org.dozer.functional_tests.
MultiThreadedTest
org.dozer.functional_tests.
NewCustomConverterTest
org.dozer.functional_tests.
NullMappingTest
org.dozer.functional_tests.
OneWayMappingTest
org.dozer.functional_tests.
PerformanceTest
org.dozer.functional_tests.
RecursiveInterfaceMappingTest
org.dozer.functional_tests.
RecursiveSelfMappingTest
org.dozer.functional_tests.
RecursiveTest
org.dozer.functional_tests.
RuntimeSubclassMappingTest
org.dozer.functional_tests.
SubclassReferenceTest
org.dozer.functional_tests.
GlobalReferenceTest
org.dozer.functional_tests.
SuperInterfaceMappingTest
org.dozer.functional_tests.
TopLevelMappingTest
org.dozer.functional_tests.
TrimStringsTest
org.dozer.functional_tests.
UntypedCollectionTest
org.dozer.functional_tests.
VariablesTest
org.dozer.functional_tests.
XMLBeansMappingTest
org.junit.Assert
org.dozer.
AbstractDozerTest
org.dozer.functional_tests.
DozerBeanMapperTest
org.dozer.functional_tests.
CircularDependenciesTest.A
org.dozer.functional_tests.
CircularDependenciesTest.B
org.dozer.functional_tests.
CircularDependenciesTest.C
org.dozer.functional_tests.
ConstructorTest.Container
org.dozer.functional_tests.
CopyByReferenceCollectionTest.ObjectWithCollection1
org.dozer.functional_tests.
CopyByReferenceCollectionTest.ObjectWithCollection2
org.dozer.functional_tests.
CustomConverterMapperAwareTest.BeanA
org.dozer.functional_tests.
CustomConverterMapperAwareTest.BeanB
org.dozer.functional_tests.
CustomConverterMapperAwareTest.Container
org.dozer.functional_tests.
DateFormatTest.Destination
org.dozer.functional_tests.
DateFormatTest.Source
org.dozer.
DozerConverter
<A,B> (implements org.dozer.
ConfigurableCustomConverter
)
org.dozer.functional_tests.
CustomConverterMapperAwareTest.Converter
(implements org.dozer.
MapperAware
)
org.dozer.functional_tests.
CustomConverterMapperAwareTest.ConverterRecursion
(implements org.dozer.
MapperAware
)
org.dozer.functional_tests.
NewCustomConverterTest.IntConverter
org.dozer.functional_tests.
ExceptionHandlingFunctionalTest.NoNothing
org.dozer.functional_tests.
IsAccessibleTest.Node
org.dozer.functional_tests.
JAXBBeansMappingTest.ListContainer
org.dozer.functional_tests.
JAXBBeansMappingTest.StringContainer
org.dozer.functional_tests.
MapMappingTest.DTO
org.dozer.functional_tests.
MapMappingTest.Simpler
org.dozer.functional_tests.
MultipleHintsTest.A
org.dozer.functional_tests.
MultipleHintsTest.A.B
org.dozer.functional_tests.
MultipleHintsTest.A.C
org.dozer.functional_tests.
MultipleHintsTest.DestinationClass
org.dozer.functional_tests.
MultipleHintsTest.SourceClass
org.dozer.functional_tests.
MultipleHintsTest.SrcA
org.dozer.functional_tests.
MultipleHintsTest.SrcA.SrcB
org.dozer.functional_tests.
MultipleHintsTest.SrcA.SrcC
org.dozer.functional_tests.
NewCustomConverterTest.IntContainer
org.dozer.functional_tests.
RecursiveSelfMappingTest.ContainerBean
org.dozer.functional_tests.
RecursiveSelfMappingTest.ContainerBean2
org.dozer.functional_tests.
RecursiveSelfMappingTest.DetailBean
org.dozer.functional_tests.
RecursiveSelfMappingTest.SelfReferencingBean
org.dozer.functional_tests.
RecursiveTest.TypeA
org.dozer.functional_tests.
RecursiveTest.TypeB
org.dozer.functional_tests.
SuperInterfaceMappingTest.EntityDao
(implements org.dozer.functional_tests.
SuperInterfaceMappingTest.EntityRich
)
org.dozer.functional_tests.
SuperInterfaceMappingTest.EntityAdminDao
(implements org.dozer.functional_tests.
SuperInterfaceMappingTest.EntityAdminObject
)
org.dozer.functional_tests.
SuperInterfaceMappingTest.EntityBase
org.dozer.functional_tests.
SuperInterfaceMappingTest.MemberDef
(implements org.dozer.functional_tests.
SuperInterfaceMappingTest.Member
)
org.dozer.functional_tests.
SuperInterfaceMappingTest.TaxerDef
(implements org.dozer.functional_tests.
SuperInterfaceMappingTest.Taxer
)
org.dozer.functional_tests.
SuperInterfaceMappingTest.EntityIdSimple
(implements java.io.
Serializable
, org.dozer.functional_tests.
SuperInterfaceMappingTest.HasId
)
org.dozer.functional_tests.
SuperInterfaceMappingTest.EntityAdmin
org.dozer.functional_tests.
SuperInterfaceMappingTest.MemberDto
org.dozer.functional_tests.
SuperInterfaceMappingTest.TaxerDto
org.dozer.functional_tests.
TopLevelMappingTest.ItemA
org.dozer.functional_tests.
TopLevelMappingTest.ItemB
org.dozer.functional_tests.
UntypedCollectionTest.Bar
org.dozer.functional_tests.
UntypedCollectionTest.Foo
org.dozer.functional_tests.
VariablesTest.Child
org.dozer.functional_tests.
VariablesTest.ChildClone
org.dozer.functional_tests.
VariablesTest.Parent
org.dozer.functional_tests.
VariablesTest.ParentClone
Interface Hierarchy
org.dozer.functional_tests.
DataObjectInstantiator
org.dozer.functional_tests.
SuperInterfaceMappingTest.EntityRich
org.dozer.functional_tests.
SuperInterfaceMappingTest.EntityAdminObject
(also extends org.dozer.functional_tests.
SuperInterfaceMappingTest.AdminObject
)
org.dozer.functional_tests.
SuperInterfaceMappingTest.HasDateCreation
org.dozer.functional_tests.
SuperInterfaceMappingTest.AdminObject
(also extends org.dozer.functional_tests.
SuperInterfaceMappingTest.HasDateModified
)
org.dozer.functional_tests.
SuperInterfaceMappingTest.EntityAdminObject
(also extends org.dozer.functional_tests.
SuperInterfaceMappingTest.EntityRich
)
org.dozer.functional_tests.
SuperInterfaceMappingTest.HasDateModified
org.dozer.functional_tests.
SuperInterfaceMappingTest.AdminObject
(also extends org.dozer.functional_tests.
SuperInterfaceMappingTest.HasDateCreation
)
org.dozer.functional_tests.
SuperInterfaceMappingTest.EntityAdminObject
(also extends org.dozer.functional_tests.
SuperInterfaceMappingTest.EntityRich
)
org.dozer.functional_tests.
SuperInterfaceMappingTest.HasIdRead
org.dozer.functional_tests.
SuperInterfaceMappingTest.HasId
org.dozer.functional_tests.
SuperInterfaceMappingTest.Member
org.dozer.functional_tests.
SuperInterfaceMappingTest.Taxer
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2005-2014
dozer
. All Rights Reserved.