Expose direct access to MockExternalizer object used by AemContextImpl
Description
Activity
Show:
Details
Details
Assignee
Unassigned
UnassignedReporter

Components
Affects versions
Priority
Created November 15, 2021 at 9:07 AM
Updated November 15, 2021 at 9:07 AM
The
MockExternalizer
contains the methodsetMapping(...)
which is supposed to be used to set a custom mapping.Unfortunately the
MockExternalizer
object used byAemContextImpl
is not exposed directly but only asExternalizer
service. It would be nice to expose theMockExternalizer
directly fromAemContextImpl
, as currently one needs to get theExternalizer
service and then cast to aMockExternalizer
to be able to call itssetMapping(...)
.