Uses of Class
com.oracle.coherence.spring.boot.config.CoherenceConfigDataResource
-
Packages that use CoherenceConfigDataResource Package Description com.oracle.coherence.spring.boot.config Provides support for Spring Boot's ConfigData API. -
-
Uses of CoherenceConfigDataResource in com.oracle.coherence.spring.boot.config
Methods in com.oracle.coherence.spring.boot.config that return types with arguments of type CoherenceConfigDataResource Modifier and Type Method Description List<CoherenceConfigDataResource>
CoherenceConfigDataLocationResolver. resolve(org.springframework.boot.context.config.ConfigDataLocationResolverContext context, org.springframework.boot.context.config.ConfigDataLocation location)
Not used.List<CoherenceConfigDataResource>
CoherenceConfigDataLocationResolver. resolveProfileSpecific(org.springframework.boot.context.config.ConfigDataLocationResolverContext resolverContext, org.springframework.boot.context.config.ConfigDataLocation location, org.springframework.boot.context.config.Profiles profiles)
Return a list of CoherenceConfigDataResources.Methods in com.oracle.coherence.spring.boot.config with parameters of type CoherenceConfigDataResource Modifier and Type Method Description protected List<String>
CoherenceConfigDataLoader. buildSourceNames(CoherenceConfigDataResource coherenceConfigDataResource)
Build a list of config source names.List<PropertySource<?>>
CoherenceConfigDataLoader. getPropertySources(CoherenceConfigDataResource resource)
org.springframework.boot.context.config.ConfigData
CoherenceConfigDataLoader. load(org.springframework.boot.context.config.ConfigDataLoaderContext context, CoherenceConfigDataResource resource)
-