Resource to ResourceModel
mapper implementation.See: Description
| Class | Description |
|---|---|
| AnnotatedFieldMappers |
Represents all registered
custom field mappers
and provides the corresponding lookup and caching of lookup results. |
| AnnotatedFieldMappers.AnnotationMapping |
Represents the relation of an
Annotation and and a
compatible mapper. |
| CyclicMappingSupport |
Provides thread-local tracking of mapping invocations in order to support cycles in mappings
and gather statistical data regarding mapping depths of
resource models. |
| FieldValueMappingCallback |
Attempts to load the property or resource associated with each
mappable field of a
ResourceModel,
convert it to the suitable field type
and inject it into the corresponding field. |
| Mapping<T> |
Represents a mapping of the form
resource path -> model. |
| ModelProcessor |
Invokes
pre-mapping methods
before and the post-mapping methods
after the ResourceModel's mapping is complete. |
| ResourceToModelMapper |
| Exception | Description |
|---|---|
| CycleInBeanInitializationException |
Represents a cycle in the bean initialization detected when
mapping a
ResourceModel to a resource. |
Resource to ResourceModel
mapper implementation. Most importantly, the FieldValueMappingCallback
is used to traverse and map the fields of a resource model. Further aspects are the support
of recursive (cyclic) mappings
as well as the collection of statistical data regarding these mappings.Copyright © 2014–2015. All rights reserved.