adapter factories
for adapting a resource to concrete resource models
or the generic io.neba.api.resourcemodels.Model type.See: Description
| Class | Description |
|---|---|
| ResourceToModelAdapter |
Adapts a
Resource to it's ResourceModel using the
ModelRegistry to lookup and the ResourceToModelMapper to map the model. |
| ResourceToModelAdapterUpdater |
An
AdapterFactory provides the type(s) it adapts from
and the types it can adapt to as OSGi service
properties. |
| Exception | Description |
|---|---|
| AmbiguousModelAssociationException |
Thrown when a
Resource is
adapted to
a target type via the ResourceToModelAdapter, but there is more than
one model with the target type (e.g. |
adapter factories
for adapting a resource to concrete resource models
or the generic io.neba.api.resourcemodels.Model type. The generic adaptation is used by the
io.neba.api.tags.DefineObjectsTag to adapt to the most specific resource model
of a resource.Copyright © 2014–2015. All rights reserved.