public class InterceptorBuilder<T> extends AbstractBuilder<T,InterceptorBuilder<T>>
| Constructor and Description |
|---|
InterceptorBuilder(Interceptor interceptor,
T instance,
InterceptorHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
T |
build() |
classLoader, handler, listener, newObject, newObjectpublic InterceptorBuilder(Interceptor interceptor, T instance, InterceptorHandler handler)
public T build()
build in class AbstractBuilder<T,InterceptorBuilder<T>>