public interface ImplementationLookupConfiguration extends ImplementationDetectionConfiguration
Modifier and Type | Method and Description |
---|---|
String |
getImplementationBeanName()
Returns the bean name of the implementation to be looked up.
|
String |
getImplementationClassName()
Returns the simple name of the class to be looked up.
|
boolean |
hasMatchingBeanName(BeanDefinition definition)
Returns whether the bean name created for the given bean definition results in the one required.
|
boolean |
matches(BeanDefinition definition)
Return whether the given
BeanDefinition matches the lookup configuration. |
forFragment, forRepositoryConfiguration, generateBeanName, getBasePackages, getExcludeFilters, getImplementationPostfix, getMetadataReaderFactory
String getImplementationBeanName()
String getImplementationClassName()
boolean matches(BeanDefinition definition)
BeanDefinition
matches the lookup configuration.definition
- must not be null.boolean hasMatchingBeanName(BeanDefinition definition)
BeanDefinition
s matching in general.definition
- must not be null.matches(BeanDefinition)
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.