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