- All Implemented Interfaces:
- org.osgi.service.blueprint.container.Converter
- Enclosing class:
- UserAuthFactoriesFactory
public static class UserAuthFactoriesFactory.Converter
extends Object
implements org.osgi.service.blueprint.container.Converter
This blueprint type converter silently converts instances of
Class X implements NameFactory
to the reified type cNameFactory
and therefore helps blueprint to set the returned factories on
SshServerAction#setUserAuthFactories(List) without complaining
about type conversion errors.