All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbstractJava8DateTimeConverter |
Base converter to Java 8 date and time types.
|
| AbstractPropertyDescriptor |
Internal abstract property descriptor containing common property descriptor logic.
|
| Activator |
|
| AllowedExceptionContainer |
Internal class used to hold any "allowed exceptions" that may have been specified in the mapping xml.
|
| AllowedExceptionsDefinition |
|
| BeanBuilder |
|
| BeanBuilderCreationStrategy |
|
| BeanContainer |
|
| BeanCreationDirective |
|
| BeanCreationStrategy |
|
| BeanFactory |
Public custom bean factory interface.
|
| BeanFieldsDetector |
|
| BeanGeneralCreationStrategy<T> |
|
| BeanMappingBuilder |
Programmatic Builder of Dozer mappings.
|
| BeanMappingGenerator |
|
| BeanMappingsBuilder |
Builds a mapping definition
|
| BeanMappingsFluentBuilder |
Builds a mapping definition based on fluent directives
|
| BeanMappingXMLBuilder |
Builds a mapping definition based on a XML file
|
| BeanRegistry |
|
| BridgedMethodFinder |
Utility class to find methods that are bridged by other methods (bridge methods)
|
| BuilderUtil |
|
| ByteConverter |
Internal class for converting Supported Data Types to Byte.
|
| Cache<KeyType,ValueType> |
|
| CacheEntry<KeyType,ValueType> |
A single entry in the cache which holds the cache value and unique key for lookup.
|
| CacheKeyFactory |
Factory which produces cache keys.
|
| CacheManager |
Cache manager which is used as the top level interaction when dealing with cached objects
|
| CalendarConverter |
Internal class for converting Supported Data Types to Calendar.
|
| ClassDefinition |
Specifies one of the classes in the mapping definition.
|
| ClassLevelFieldMappingGenerator |
Provides default field mappings when either the source class, destination class or both
classes have been declared field accessible e.g.
|
| ClassMap |
Internal class that represents a class mapping definition.
|
| ClassMapBuilder |
Internal class for adding implicit field mappings to a ClassMap.
|
| ClassMapBuilder.AnnotationClassesGenerator |
|
| ClassMapBuilder.AnnotationFieldsGenerator |
|
| ClassMapBuilder.AnnotationPropertiesGenerator |
|
| ClassMapBuilder.ClassMappingGenerator |
|
| ClassMapBuilder.CollectionMappingGenerator |
|
| ClassMapBuilder.MapMappingGenerator |
|
| ClassMapKeyFactory |
Internal class that generates a unique class mapping key.
|
| ClassMappingMetadata |
This interface provides read-only access to all important aspects of the mapping metadata that specifies
how two classes are mapped to one another.
|
| ClassMappings |
Internal class that determines the appropriate class mapping to be used for
the source and destination object being mapped.
|
| CollectionUtils |
Internal class that contains various Collection utilities specific to Dozer requirements.
|
| ConfigurableCustomConverter |
Public custom converter interface.
|
| Configuration |
Internal class that represents the configuration block specified in the mapping xml file(s).
|
| ConfigurationDefinition |
Default values that are applied to all mappings.
|
| ConstructionStrategies |
|
| ConversionException |
Only intended for internal use.
|
| ConverterTypeDefinition |
|
| CopyByReference |
Only intended for internal use.
|
| CopyByReferenceContainer |
Only intended for internal use.
|
| CopyByReferencesDefinition |
|
| CustomConverter |
Public custom converter interface.
|
| CustomConverterContainer |
Internal class for holding custom converter definitions.
|
| CustomConverterDescription |
Internal class that contains the custom converter definition information.
|
| CustomConvertersDefinition |
|
| CustomFieldMapper |
Public custom field mapper interface.
|
| CustomGetSetMethodFieldMap |
Only intended for internal use.
|
| CustomGetSetPropertyDescriptor |
Internal class used to read and write values for fields that have an explicitly specified getter or setter method.
|
| CustomMappingsLoader |
Internal class that loads and parses custom xml mapping files into ClassMap objects.
|
| CustomMappingsLoader.ByReferenceConverter |
Returns the source field value as a reference, regardless of other parameters.
|
| DateConverter |
Internal convector for handling Date/Time conversions.
|
| DateFormatContainer |
Internal class used as a container to determine the date format to use for a particular field mapping.
|
| DeepHierarchyElement |
|
| DeepHierarchyUtils |
|
| DefaultCache<KeyType,ValueType> |
Default cache manager implementation backed by DefaultCache.LRUMap
|
| DefaultCacheManager |
| DefaultClassLoader |
|
| DefaultELEngine |
ELEngine implementation that uses an ExpressionFactory and SimpleELContext
to resolve variables and functions
|
| DefaultEvent |
Event details
|
| DefaultEventManager |
Event manager which simply fires to the corrasponding EventListener
|
| DefaultJAXBModelParser<T> |
Parses XML content to a jaxb model using JAXBContext
|
| DefaultProxyResolver |
Default implementation.
|
| DefaultSettingsProcessor |
|
| DestBeanBuilderCreator |
|
| DestBeanCreator |
Internal class that contains the logic used to create a new instance of the destination object being mapped.
|
| DozerBeanContainer |
|
| DozerBeanMapper |
Public Dozer Mapper implementation.
|
| DozerBeanMapperBuilder |
|
| DozerBuilder |
Builder API for achivieng the same effect as custom Xml mappings.
|
| DozerBuilder.ClassDefinitionBuilder |
|
| DozerBuilder.ConfigurationBuilder |
|
| DozerBuilder.CustomConverterBuilder |
|
| DozerBuilder.FieldBuider |
|
| DozerBuilder.FieldDefinitionBuilder |
|
| DozerBuilder.FieldExclusionBuilder |
|
| DozerBuilder.FieldMappingBuilder |
|
| DozerBuilder.MappingBuilder |
|
| DozerCacheType |
Different types of cache which are supported
|
| DozerClass |
Only intended for internal use.
|
| DozerClassLoader |
Service Provider Interface for control of Dozer Class and Resource loading behavior.
|
| DozerClassMappingMetadata |
Internal use only.
|
| DozerConstants |
Internal constants file containing a variety of constants used throughout the code base.
|
| DozerConverter<A,B> |
This class should be extended in order to implement new Custom Converters for value transformation.
|
| DozerField |
Only intended for internal use.
|
| DozerFieldMappingMetadata |
Internal use only.
|
| DozerMappingMetadata |
Internal use only.
|
| DozerModule |
|
| DozerPropertyDescriptor |
Internal property descriptor interface.
|
| DozerProxyResolver |
Proxy resolution strategy for mappings.
|
| DozerResolver |
Deprecated. |
| ELAllowedExceptionsDefinition |
| ELClassDefinition |
Specifies one of the classes in the mapping definition.
|
| ELConfigurationDefinition |
Default values that are applied to all mappings.
|
| ELConverterTypeDefinition |
| ELCopyByReferencesDefinition |
| ELCustomConvertersDefinition |
| ElementReader |
Deprecated. |
| ELEngine |
|
| ELExpressionFactory |
Resolves ExpressionFactory
|
| ELFieldDefinition |
Specifies a custom field mapping.
|
| ELMappingDefinition |
Specifies a custom mapping definition between two classes(data types).
|
| ELMappingsDefinition |
The document root.
|
| ELVariableDefinition |
| ELVariablesDefinition |
| EnumConverter |
Internal class for converting Supported Data Types to Enum.
|
| Event |
An Event triggered at a certain stage in the mapping process
|
| EventListener |
Event listener callback handler which if implemented allows listening to triggered events
while the Mapper is processing.
|
| EventManager |
Event manager is used by the Mapper
to trigger EventListener it is handling, at different phases in the mapping process.
|
| EventTypes |
Event types which can be triggered
|
| ExcludeFieldMap |
Only intended for internal use.
|
| ExpressionElementReader |
Deprecated. |
| FieldDefinition |
Specifies a custom field mapping.
|
| FieldDefinition |
|
| FieldDefinitionDefinition |
Specifies one of the fields in the field mapping definition.
|
| FieldExcludeDefinition |
Exclude a particular field from being mapped
|
| FieldMap |
Internal class that represents a field mapping definition.
|
| FieldMappingMetadata |
This interface can be used to obtain information about the mapping between two fields.
|
| FieldPropertyDescriptor |
Internal class that directly accesses the field via reflection.
|
| FieldsMappingOption |
|
| FieldsMappingOptions |
Mapping options applied on Field level.
|
| FieldType |
|
| FunctionsMapper |
Maps between EL function names and methods.
|
| GeneratorUtils |
|
| GenericFieldMap |
Only intended for internal use.
|
| GetterSetterPropertyDescriptor |
Internal class used to read and write values for fields that have a getter and setter method.
|
| HibernateProxyResolver |
Hibernate specific implementation.
|
| HintContainer |
Only intended for internal use.
|
| Inject |
|
| InputStreamLSInput |
Stream holder for resolved schema.xsd
|
| InstantConverter |
Internal converter to Instant type.
|
| IntegerConverter |
Internal class for converting Supported Data Types to Integer.
|
| IteratorUtils |
|
| JavaBeanFieldsDetector |
|
| JavaBeanPropertyDescriptor |
Internal class used to read and write values for fields that follow the java bean spec and have corresponding
getter/setter methods for the field that are name accordingly.
|
| JavassistProxyResolver |
|
| JAXBBeanFactory |
Public custom bean factory that can be used by application code when mapping JAXB data objects
|
| JAXBElementConverter |
|
| JAXBModelParser<T> |
Parses XML content to a jaxb model
|
| LegacyPropertiesSettingsResolver |
Settings resolver which loads up a properties file, such as dozer.properties
|
| LoadMappingsResult |
Internal class that contains the results of the loadMappings operation.
|
| LocalDateTimeConverter |
|
| LogMsgFactory |
Internal class used to build various types of log messages.
|
| LongConverter |
Internal class for converting Supported Data Types to Long.
|
| MapFieldMap |
Only intended for internal use.
|
| MapIdField |
Only intended for internal use.
|
| MappedFieldsTracker |
Keeps track of mapped object during this mapping process execution.
|
| Mapper |
Public root interface for performing Dozer mappings from application code.
|
| MapperAware |
Interface that gives an ability to receive mapper instance inside CustomConverter.
|
| MapperModelContext |
|
| Mapping |
Defines non-standard mappings on property or field levels.
|
| MappingDefinition |
Specifies a custom mapping definition between two classes(data types).
|
| MappingDirection |
|
| MappingException |
Runtime exception thrown by Dozer.
|
| MappingFileData |
Internal class that contains all of the custom mapping definitions, along with the global configuration instance.
|
| MappingFileReader |
Deprecated. |
| MappingMetadata |
This interface can be used to query mapping metadata from the dozer internal data structures.
|
| MappingOptions |
Override mapping options at class level.
|
| MappingProcessor |
Internal Mapping Engine.
|
| MappingsDefinition |
The document root.
|
| MappingsParser |
Internal class that decorates raw ClassMap objects and performs various validations on the explicit field mappings.
|
| MappingsSource<T> |
Source of mapping definition.
|
| MappingStreamReader |
Deprecated. |
| MappingType |
Defines the mapping style to use between the source and target objects.
|
| MappingUtils |
Internal class that provides various mapping utilities used throughout the code base.
|
| MappingValidator |
Internal class used to perform various validations.
|
| MapPropertyDescriptor |
Internal class used to read and write values for Map backed objects that use key/value pairs.
|
| MetadataLookupException |
Used whenever a lookup in the meta model fails, e.g.
|
| NoopELEngine |
ELEngine implementation that has no implementation logic.
|
| NoProxyResolver |
No Proxy behavior strategy.
|
| OffsetDateTimeConverter |
|
| OptionValue |
A mapping option value
|
| OSGiClassLoader |
|
| PrimitiveOrWrapperConverter |
Internal class for converting between wrapper types(including primitives).
|
| PropertyDescriptorCreationStrategy |
|
| PropertyDescriptorFactory |
Internal factory responsible for determining which property descriptor should
be used.
|
| ReflectionUtils |
Internal class that provides a various reflection utilities(specific to Dozer requirements) used throughout the code
base.
|
| Relationship |
|
| RelationshipType |
|
| ResourceLoader |
Internal class that loads resources from the classpath.
|
| RuntimeUtils |
Utility class to provide various information about runtime in which Dozer is executed.
|
| SchemaLSResourceResolver |
Resolves the schema specified in the mapping.xml.
|
| SelfPropertyDescriptor |
Internal class used for copy by reference mappings.
|
| Settings |
|
| SettingsDefaults |
|
| SettingsKeys |
|
| SettingsProcessor |
Processes values retrieved by resolvers, to create Settings
|
| SettingsResolver |
Resolves key/values from a backing store
|
| ShortConverter |
Internal class for converting Supported Data Types to Short.
|
| SimpleELContext |
|
| SimpleElementReader |
Deprecated. |
| StringConstructorConverter |
Internal class for converting String to Complex Data Types with a String constructor.
|
| StringConverter |
Internal class for converting Supported Data Types to String.
|
| SystemEnvironmentSettingsResolver |
Settings resolver which are system environment variables
|
| SystemPropertySettingsResolver |
Settings resolver which are system properties
|
| TcclELEngine |
ELEngine extension of DefaultELEngine which uses ContextClassLoader when resolving expressions.
|
| Type |
|
| TypeDefinition |
|
| TypeMappingBuilder |
|
| TypeMappingOption |
|
| TypeMappingOptions |
Mapping options applie on Type level.
|
| TypeResolver |
Utility class to map from a Java 5 Type to the Class that is represented by this Type at runtime.
|
| VariableDefinition |
|
| VariablesDefinition |
|
| VariablesMapper |
Maps between EL variables and the EL expressions
|
| WildcardFieldMapping |
Internal class representing an wildcard mapping between a source field and a destination field.
|
| XMLBeanFactory |
Public custom bean factory that can be used by application code when mapping XMLBean data objects
|
| XmlBeanPropertyDescriptor |
|
| XMLGregorianCalendarConverter |
Internal class for converting Supported Data Types to XMLGregorianCalendar.
|
| XMLParser |
Deprecated. |
| XMLParserFactory |
Deprecated. |
| YAMLSettingsResolver |
Settings resolver which loads up a yaml file, such as dozer.yaml
|
| ZonedDateTimeConverter |
|