public interface MethodContainerFactory extends Sorted
ContainerMethodAnnotationProcessor,
DefaultMethodContainerFactory,
CacheableMethodContainerFactory| 限定符和类型 | 字段和说明 |
|---|---|
static int |
DEFAULT_METHOD_CONTAINER_FACTORY_ORDER |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Container<Object>> |
get(@Nullable Object source,
Method method,
Collection<ContainerMethod> annotations)
Adapt methods to data source containers.
|
boolean |
support(@Nullable Object source,
Method method,
Collection<ContainerMethod> annotations)
Whether the method is supported.
|
static final int DEFAULT_METHOD_CONTAINER_FACTORY_ORDER
boolean support(@Nullable Object source, Method method, Collection<ContainerMethod> annotations)
source - method's calling objectmethod - methodannotations - annotationsList<Container<Object>> get(@Nullable Object source, Method method, Collection<ContainerMethod> annotations)
source - method's calling objectmethod - methodannotations - annotationsCopyright © 2024. All rights reserved.