public class DefaultAssemblyService<T> extends org.springframework.context.support.ApplicationObjectSupport implements AssemblyService<T>
| Constructor and Description |
|---|
DefaultAssemblyService() |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
findParticipants(Class<T> requiredType)
返回符合的候选列表
|
void |
setExclusions(List<T> exclusions)
设置需要被排除的列表
|
getApplicationContext, getMessageSourceAccessor, initApplicationContext, initApplicationContext, isContextRequired, requiredContextClass, setApplicationContextpublic void setExclusions(List<T> exclusions)
AssemblyServicesetExclusions in interface AssemblyService<T>public List<T> findParticipants(Class<T> requiredType)
AssemblyServicefindParticipants in interface AssemblyService<T>Copyright © 2006–2018 TinyGroup. All rights reserved.