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, setApplicationContext
public void setExclusions(List<T> exclusions)
AssemblyService
setExclusions
in interface AssemblyService<T>
public List<T> findParticipants(Class<T> requiredType)
AssemblyService
findParticipants
in interface AssemblyService<T>
Copyright © 2006–2018 TinyGroup. All rights reserved.