| 限定符和类型 | 方法和说明 |
|---|---|
ConstantContainerBuilder |
ConstantContainerBuilder.annotationFinder(@NonNull AnnotationFinder annotationFinder)
Sets the annotation finder to use when reading annotations.
|
EnumContainerBuilder<K,T> |
EnumContainerBuilder.annotationFinder(@NonNull AnnotationFinder annotationFinder)
Sets the annotation finder to use for reading the
ContainerEnum annotation. |
static Container<Object> |
Containers.forConstantClass(Class<?> constantClass,
AnnotationFinder annotationFinder)
Creates an immutable container from public static constants in the specified class.
|
static <K> Container<K> |
Containers.forEnum(Class<? extends Enum<?>> enumType,
AnnotationFinder annotationFinder,
PropertyOperator propertyOperator)
Creates an immutable container from a specified enumeration type and a
ContainerEnum annotation. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected AnnotationFinder |
AbstractAssembleAnnotationHandler.annotationFinder |
protected AnnotationFinder |
DisassembleAnnotationHandler.annotationFinder |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SimpleAnnotationFinder
Simple implementation of
AnnotationFinder. |
| 限定符和类型 | 字段和说明 |
|---|---|
static AnnotationFinder |
SimpleAnnotationFinder.INSTANCE |
| 限定符和类型 | 字段和说明 |
|---|---|
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.