Uses of Class
org.jboss.weld.junit.MockInterceptor.Builder
-
-
Uses of MockInterceptor.Builder in org.jboss.weld.junit
Methods in org.jboss.weld.junit that return MockInterceptor.Builder Modifier and Type Method Description MockInterceptor.BuilderMockInterceptor.Builder. beanClass(Class<?> beanClass)Allows to specify a bean class of an interceptor.MockInterceptor.BuilderMockInterceptor.Builder. callback(MockInterceptor.InterceptionCallback callback)MockInterceptor.BuilderMockInterceptor.Builder. type(InterceptionType type)static MockInterceptor.BuilderMockInterceptor. withBindings(Annotation... interceptorBindings)
-