public interface ConfigurationModelAccessorFactory
ConfigurationModelAccessor instances.| Modifier and Type | Method and Description |
|---|---|
<T extends ConfigurationModelAccessor> |
getConfigurationModelAccessor(Class<T> clazz)
Get an initialized instance of the specified concrete
ConfigurationModelAccessor. |
<T extends ConfigurationModelAccessor> T getConfigurationModelAccessor(Class<T> clazz)
ConfigurationModelAccessor.T - the concrete type of ConfigurationModelAccessorclazz - the Class for the concrete typeRuntimeException - if the instance cannot be createdCopyright 2023 Ping Identity Corp. All rights reserved.