AutoMapper.createRuntimeContext

It create a RuntimeAutoMapper that is an AutoMapper more suitable for runtime operation. It means that errors are thrown at runtime.

class AutoMapper(MC)
createRuntimeContext
()
if (
is(MC : MapperConfiguration!(C),
C
)
)

Meta