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<FieldType,AnnotationType extends Annotation> |
Represents the relation of an
Annotation and and a
compatible mapper . |
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 . |
ModelPostProcessor |
Invokes the
post-mapping methods
after the ResourceModel 's mapping is complete. |
NestedMappingSupport |
Provides thread-local tracking of mapping invocations in order to support cycles in mappings
and gather statistical data regarding mapping depths of
resource models . |
PlaceholderVariableResolvers | |
ResourceToModelMapper |
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 nested (cyclic) mappings
as well as the collection of statistical data regarding these mappings.Copyright © 2024. All rights reserved.