Interface TranslationCloudConfigUtil
public interface TranslationCloudConfigUtil
-
Method Summary
Modifier and TypeMethodDescriptiongetCloudConfigObjectFromPath(Class<?> cloudConfigClass, String cloudConfigPath) Deprecated.getCloudConfigObjectFromPath(Resource resource, Class<?> cloudConfigClass, String cloudConfigPath) Retrieve the context aware cloud configuration atcloudConfigPaththat has been applied on theresourcegetCloudConfigPathAppliedOnResource(Resource resource, Class<?> cloudConfigClass) getCloudConfigPathAppliedOnResource(Resource resource, String strCloudConfigResourceType) booleanisCloudConfigAppliedOnImmediateResource(Resource translationConfigResource, String resourceType)
-
Method Details
-
getCloudConfigPathAppliedOnResource
-
getCloudConfigPathAppliedOnResource
-
getCloudConfigObjectFromPath
Deprecated.since 6.4, usegetCloudConfigObjectFromPath(Resource, Class, String)instead -
getCloudConfigObjectFromPath
Object getCloudConfigObjectFromPath(Resource resource, Class<?> cloudConfigClass, String cloudConfigPath) Retrieve the context aware cloud configuration atcloudConfigPaththat has been applied on theresource- Parameters:
resource- the resource on which the cloud config is appliedcloudConfigClass- the type of the cloud configcloudConfigPath- path of the cloud config- Returns:
-
isCloudConfigAppliedOnImmediateResource
-
getCloudConfigObjectFromPath(Resource, Class, String)instead