public static class GuiceModuleRegistrar.GuiceModuleMetadataFactory extends Object implements org.springframework.beans.factory.FactoryBean<GuiceModuleMetadata>
| Constructor and Description |
|---|
GuiceModuleMetadataFactory() |
| Modifier and Type | Method and Description |
|---|---|
GuiceModuleMetadata |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setExcludeFilters(Collection<? extends org.springframework.core.type.filter.TypeFilter> excludeFilters) |
void |
setExcludeNames(Collection<String> excludeNames) |
void |
setExcludePatterns(Collection<Pattern> excludePatterns) |
void |
setIncludeFilters(Collection<? extends org.springframework.core.type.filter.TypeFilter> includeFilters) |
void |
setIncludeNames(Collection<String> includeNames) |
void |
setIncludePatterns(Collection<Pattern> includePatterns) |
public void setIncludeFilters(Collection<? extends org.springframework.core.type.filter.TypeFilter> includeFilters)
public void setExcludeFilters(Collection<? extends org.springframework.core.type.filter.TypeFilter> excludeFilters)
public void setIncludePatterns(Collection<Pattern> includePatterns)
public void setExcludePatterns(Collection<Pattern> excludePatterns)
public void setIncludeNames(Collection<String> includeNames)
public void setExcludeNames(Collection<String> excludeNames)
public GuiceModuleMetadata getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<GuiceModuleMetadata>Exceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<GuiceModuleMetadata>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<GuiceModuleMetadata>Copyright © 2017. All rights reserved.