Class EnableDiscoveryClientImportSelector
java.lang.Object
org.springframework.cloud.commons.util.SpringFactoryImportSelector<EnableDiscoveryClient>
org.springframework.cloud.client.discovery.EnableDiscoveryClientImportSelector
- All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.context.annotation.DeferredImportSelector, org.springframework.context.annotation.ImportSelector, org.springframework.context.EnvironmentAware
@Order(2147483547)
public class EnableDiscoveryClientImportSelector
extends SpringFactoryImportSelector<EnableDiscoveryClient>
- Author:
- Spencer Gibb
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.context.annotation.DeferredImportSelector
org.springframework.context.annotation.DeferredImportSelector.Group -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected booleanString[]selectImports(org.springframework.core.type.AnnotationMetadata metadata) Methods inherited from class SpringFactoryImportSelector
getAnnotationClass, getEnvironment, getSimpleName, setBeanClassLoader, setEnvironmentMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.annotation.DeferredImportSelector
getImportGroupMethods inherited from interface org.springframework.context.annotation.ImportSelector
getExclusionFilter
-
Constructor Details
-
EnableDiscoveryClientImportSelector
public EnableDiscoveryClientImportSelector()
-
-
Method Details
-
selectImports
- Specified by:
selectImportsin interfaceorg.springframework.context.annotation.ImportSelector- Overrides:
selectImportsin classSpringFactoryImportSelector<EnableDiscoveryClient>
-
isEnabled
protected boolean isEnabled()- Specified by:
isEnabledin classSpringFactoryImportSelector<EnableDiscoveryClient>
-
hasDefaultFactory
protected boolean hasDefaultFactory()- Overrides:
hasDefaultFactoryin classSpringFactoryImportSelector<EnableDiscoveryClient>
-