| 限定符和类型 | 方法和说明 |
|---|---|
static ConstantContainer<Object> |
ConstantContainer.forConstantClass(Class<?> constantClass,
AnnotationFinder annotationFinder)
Convert public static constants in the specified constant class to containers.
|
static <K> ConstantContainer<K> |
ConstantContainer.forEnum(Class<? extends Enum<?>> enumType,
AnnotationFinder annotationFinder,
PropertyOperator propertyOperator)
Create a key-value pair container based on the specified type enumeration.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected AnnotationFinder |
AbstractAssembleAnnotationHandler.annotationFinder |
protected AnnotationFinder |
DisassembleAnnotationHandler.annotationFinder |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SimpleAnnotationFinder
Simple implementation of
AnnotationFinder. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected AnnotationFinder |
MethodArgumentAutoOperateSupport.annotationFinder |
| 构造器和说明 |
|---|
MethodArgumentAutoOperateSupport(AutoOperateAnnotatedElementResolver elementResolver,
MethodBaseExpressionExecuteDelegate expressionExecuteDelegate,
ParameterNameFinder parameterNameFinder,
AnnotationFinder annotationFinder)
Create a
MethodArgumentAutoOperateSupport comparator. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected AnnotationFinder |
ContainerMethodAnnotationProcessor.annotationFinder
annotation finder
|
protected AnnotationFinder |
DefaultMethodContainerFactory.annotationFinder |
| 构造器和说明 |
|---|
CacheableMethodContainerFactory(MethodInvokerContainerCreator methodInvokerContainerCreator,
AnnotationFinder annotationFinder,
CacheManager cacheManager) |
ContainerMethodAnnotationProcessor(Collection<MethodContainerFactory> methodContainerFactories,
AnnotationFinder annotationFinder)
Create a
ContainerMethodAnnotationProcessor comparator. |
DefaultMethodContainerFactory(MethodInvokerContainerCreator methodInvokerContainerCreator,
AnnotationFinder annotationFinder)
Create a
MethodContainerFactory comparator. |
| 构造器和说明 |
|---|
DynamicContainerOperatorProxyMethodFactory(ConverterManager converterManager,
ParameterNameFinder parameterNameFinder,
AnnotationFinder annotationFinder)
Create a
DynamicContainerOperatorProxyMethodFactory comparator. |
OperatorProxyFactory(Crane4jGlobalConfiguration globalConfiguration,
AnnotationFinder annotationFinder)
Create an
OperatorProxyFactory comparator. |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<PropertyMapping> |
ConfigurationUtil.parsePropTemplateClasses(Class<?>[] annotatedTypes,
AnnotationFinder annotationFinder) |
static <A extends Annotation,E extends AnnotatedElement> |
ReflectUtils.scanAllAnnotationFromElements(AnnotationFinder annotationFinder,
Class<A> annotationType,
E[] elements,
BiConsumer<E,A> consumer)
Get annotations for elements.
|
Copyright © 2023. All rights reserved.