Uses of Interface
com.tangosol.coherence.config.SystemPropertyResolver
-
Packages that use SystemPropertyResolver Package Description com.oracle.coherence.mp.config Coherence support for Eclipse MicroProfile Config.com.tangosol.coherence.config Defines the Coherence configuration object model for accessing, customizing and or modifying configuration. -
-
Uses of SystemPropertyResolver in com.oracle.coherence.mp.config
Classes in com.oracle.coherence.mp.config that implement SystemPropertyResolver Modifier and Type Class Description class
ConfigPropertyResolver
An implementation of Coherence property resolvers that reads system properties and environment variables from MP Config. -
Uses of SystemPropertyResolver in com.tangosol.coherence.config
Classes in com.tangosol.coherence.config that implement SystemPropertyResolver Modifier and Type Class Description static class
SystemPropertyResolver.Default
DefaultSystemPropertyResolver
implementation.Methods in com.tangosol.coherence.config that return SystemPropertyResolver Modifier and Type Method Description static SystemPropertyResolver
SystemPropertyResolver. getInstance()
Return an instance of aSystemPropertyResolver
discovered by theServiceLoader
, or a default instance if none are discovered.
-