public interface DependencyProvider
Modifier and Type | Method and Description |
---|---|
<T> T |
getDependency(Class<T> clazz)
Retrieve the dependency of type T.
|
<T> T getDependency(Class<T> clazz) throws ClassNotFoundException
T
- The type of the dependency class.clazz
- the dependency's classClassNotFoundException
- if provider does not have a class registered for the
requested class typeCopyright © 2025 Open Identity Platform Community. All rights reserved.