JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
io.beanmapper
,
io.beanmapper.annotations
,
io.beanmapper.config
,
io.beanmapper.core
,
io.beanmapper.core.constructor
,
io.beanmapper.core.converter
,
io.beanmapper.core.converter.collections
,
io.beanmapper.core.converter.impl
,
io.beanmapper.core.inspector
,
io.beanmapper.core.unproxy
,
io.beanmapper.dynclass
,
io.beanmapper.exceptions
,
io.beanmapper.strategy
,
io.beanmapper.utils
Class Hierarchy
java.lang.
Object
io.beanmapper.core.converter.
AbstractBeanConverter
<S,T> (implements io.beanmapper.core.converter.
BeanConverter
)
io.beanmapper.core.converter.
SimpleBeanConverter
<S,T>
io.beanmapper.core.converter.impl.
ObjectToStringConverter
io.beanmapper.core.converter.impl.
StringToBigDecimalConverter
io.beanmapper.core.converter.impl.
StringToBooleanConverter
io.beanmapper.core.converter.impl.
StringToByteConverter
io.beanmapper.core.converter.impl.
StringToDoubleConverter
io.beanmapper.core.converter.impl.
StringToFloatConverter
io.beanmapper.core.converter.impl.
StringToIntegerConverter
io.beanmapper.core.converter.impl.
StringToLongConverter
io.beanmapper.core.converter.impl.
StringToShortConverter
io.beanmapper.core.converter.impl.
StringToEnumConverter
io.beanmapper.core.converter.collections.
AbstractCollectionConverter
<T> (implements io.beanmapper.core.converter.
BeanConverter
)
io.beanmapper.core.converter.collections.
CollectionListConverter
io.beanmapper.core.converter.collections.
CollectionMapConverter
io.beanmapper.core.converter.collections.
CollectionSetConverter
io.beanmapper.strategy.
AbstractMapStrategy
(implements io.beanmapper.strategy.
MapStrategy
)
io.beanmapper.strategy.
MapCollectionStrategy
io.beanmapper.strategy.
MapToDynamicClassStrategy
io.beanmapper.strategy.
MapToInstanceStrategy
io.beanmapper.strategy.
MapToClassStrategy
io.beanmapper.core.converter.collections.
BeanCollectionInstructions
io.beanmapper.core.
BeanField
io.beanmapper.core.
BeanFieldMatch
io.beanmapper.
BeanMapper
io.beanmapper.config.
BeanMapperBuilder
io.beanmapper.core.
BeanMatch
io.beanmapper.core.
BeanMatchStore
io.beanmapper.core.
BeanMatchValidationMessage
io.beanmapper.config.
BeanPair
io.beanmapper.utils.
Check
io.beanmapper.utils.
Classes
io.beanmapper.dynclass.
ClassGenerator
io.beanmapper.dynclass.
ClassStore
io.beanmapper.core.inspector.
CombinedPropertyAccessor
(implements io.beanmapper.core.inspector.
PropertyAccessor
)
io.beanmapper.utils.
ConstructorArguments
io.beanmapper.config.
CoreConfiguration
(implements io.beanmapper.config.
Configuration
)
io.beanmapper.core.constructor.
DefaultBeanInitializer
(implements io.beanmapper.core.constructor.
BeanInitializer
)
io.beanmapper.core.unproxy.
DefaultBeanUnproxy
(implements io.beanmapper.core.unproxy.
BeanUnproxy
)
io.beanmapper.utils.
DefaultValues
io.beanmapper.core.inspector.
FieldPropertyAccessor
(implements io.beanmapper.core.inspector.
PropertyAccessor
)
io.beanmapper.dynclass.
GeneratedClass
io.beanmapper.core.
MatchedBeanPairField
io.beanmapper.dynclass.
Node
io.beanmapper.core.converter.impl.
NumberToNumberConverter
(implements io.beanmapper.core.converter.
BeanConverter
)
io.beanmapper.config.
OverrideConfiguration
(implements io.beanmapper.config.
Configuration
)
io.beanmapper.core.converter.impl.
PrimitiveConverter
(implements io.beanmapper.core.converter.
BeanConverter
)
io.beanmapper.core.inspector.
PropertyAccessors
io.beanmapper.core.inspector.
PropertyDescriptorPropertyAccessor
(implements io.beanmapper.core.inspector.
PropertyAccessor
)
io.beanmapper.core.
Route
io.beanmapper.core.unproxy.
SkippingBeanUnproxy
(implements io.beanmapper.core.unproxy.
BeanUnproxy
)
io.beanmapper.config.
StrictMappingProperties
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
io.beanmapper.exceptions.
BeanConfigurationOperationNotAllowedException
io.beanmapper.exceptions.
BeanDynamicClassGenerationException
io.beanmapper.exceptions.
BeanMappingException
io.beanmapper.exceptions.
BeanCollectionNotSupportedException
io.beanmapper.exceptions.
BeanCollectionUnassignableTargetCollectionTypeException
io.beanmapper.exceptions.
BeanConstructException
io.beanmapper.exceptions.
BeanConversionException
io.beanmapper.exceptions.
BeanFieldNoMatchException
io.beanmapper.exceptions.
BeanGetFieldException
io.beanmapper.exceptions.
BeanInstantiationException
io.beanmapper.exceptions.
BeanMissingPathException
io.beanmapper.exceptions.
BeanNoTargetException
io.beanmapper.exceptions.
BeanSetFieldException
io.beanmapper.core.
BeanStrictMappingRequirementsException
java.lang.
IllegalArgumentException
io.beanmapper.exceptions.
BeanNoSuchPropertyException
io.beanmapper.config.
ParentConfigurationPossiblyNullException
Interface Hierarchy
io.beanmapper.core.converter.
BeanConverter
io.beanmapper.core.constructor.
BeanInitializer
io.beanmapper.core.converter.
BeanMapperAware
io.beanmapper.core.unproxy.
BeanUnproxy
io.beanmapper.config.
Configuration
io.beanmapper.strategy.
MapStrategy
io.beanmapper.core.inspector.
PropertyAccessor
Annotation Type Hierarchy
io.beanmapper.annotations.
BeanUnwrap
(implements java.lang.annotation.
Annotation
)
io.beanmapper.annotations.
BeanProperty
(implements java.lang.annotation.
Annotation
)
io.beanmapper.annotations.
BeanParent
(implements java.lang.annotation.
Annotation
)
io.beanmapper.annotations.
BeanIgnore
(implements java.lang.annotation.
Annotation
)
io.beanmapper.annotations.
BeanDefault
(implements java.lang.annotation.
Annotation
)
io.beanmapper.annotations.
BeanConstruct
(implements java.lang.annotation.
Annotation
)
io.beanmapper.annotations.
BeanCollection
(implements java.lang.annotation.
Annotation
)
io.beanmapper.annotations.
BeanAlias
(implements java.lang.annotation.
Annotation
)
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
io.beanmapper.annotations.
BeanCollectionUsage
io.beanmapper.strategy.
MapStrategyType
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015–2017
42 BV
. All rights reserved.