public class SpringTypeSupplier extends Object implements TypeSupplier
| 构造器和说明 |
|---|
SpringTypeSupplier(org.springframework.context.ApplicationContext applicationContext) |
SpringTypeSupplier(Supplier<org.springframework.context.ApplicationContext> applicationContext) |
public SpringTypeSupplier(org.springframework.context.ApplicationContext applicationContext)
public SpringTypeSupplier(Supplier<org.springframework.context.ApplicationContext> applicationContext)
public <T> T get(Class<? extends T> targetType)
get 在接口中 TypeSupplierpublic <T> boolean test(Class<? extends T> targetType)
test 在接口中 TypeSupplierCopyright © 2020. All rights reserved.