public interface IocMethodInterceptor<T>
| Modifier and Type | Method and Description |
|---|---|
default boolean |
accept(Class<?> clazz) |
default Class<T> |
getInterceptResultTypes() |
Optional<Object> |
invoke(Object proxy,
IocTarget<?> target,
Method method,
Object[] args) |
Copyright © 2023. All rights reserved.