| Modifier and Type | Method and Description |
|---|---|
MockBean.Builder<T> |
MockBean.Builder.destroy(MockBean.DestroyFunction<T> callback) |
| Constructor and Description |
|---|
MockBean(Class<?> beanClass,
Set<Class<? extends Annotation>> stereotypes,
boolean alternative,
boolean selectForSyntheticBeanArchive,
String name,
Set<Annotation> qualifiers,
Set<Type> types,
Class<? extends Annotation> scope,
MockBean.CreateFunction<T> createCallback,
MockBean.DestroyFunction<T> destroyCallback) |
Copyright © 2019. All rights reserved.