public class GuiceModuleMetadata extends Object implements BindingTypeMatcher
@Bean, but it is easier to
just add @ GuiceModule to your @Configuration.| Constructor and Description |
|---|
GuiceModuleMetadata() |
| Modifier and Type | Method and Description |
|---|---|
GuiceModuleMetadata |
exclude(Pattern... filters) |
GuiceModuleMetadata |
exclude(String... filters) |
GuiceModuleMetadata |
exclude(org.springframework.core.type.filter.TypeFilter... filters) |
GuiceModuleMetadata |
include(Pattern... filters) |
GuiceModuleMetadata |
include(String... filters) |
GuiceModuleMetadata |
include(org.springframework.core.type.filter.TypeFilter... filters) |
boolean |
matches(String name,
Type type) |
public GuiceModuleMetadata include(String... filters)
public GuiceModuleMetadata exclude(String... filters)
public GuiceModuleMetadata include(Pattern... filters)
public GuiceModuleMetadata exclude(Pattern... filters)
public GuiceModuleMetadata include(org.springframework.core.type.filter.TypeFilter... filters)
public GuiceModuleMetadata exclude(org.springframework.core.type.filter.TypeFilter... filters)
public boolean matches(String name, Type type)
matches in interface BindingTypeMatcherCopyright © 2018 Pivotal Software, Inc.. All rights reserved.