跳过导航链接
A B C D E F G M O P R S T 

A

addContainerRegisterAware(ContainerRegisterAware) - 类 中的方法cn.crane4j.springboot.support.Crane4jApplicationContext
Add a ContainerRegisterAware callback.
afterReturning(JoinPoint, Object) - 类 中的方法cn.crane4j.springboot.support.aop.MethodResultAutoOperateAspect
 
afterSingletonsInstantiated() - 类 中的方法cn.crane4j.springboot.support.Crane4jApplicationContext
After Spring initializes all singleton beans, register all beans that implement the Container interface with the current context.
annotationFinder() - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 
annotationMethodContainerPostProcessor(AnnotationFinder, Collection<MethodContainerFactory>, Crane4jGlobalConfiguration) - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 
AnnotationMethodContainerPostProcessor - cn.crane4j.springboot.support中的类
Post process the bean, scan the method with ContainerMethod annotation in the class or method of class, and adapt it to Container instance according to MethodContainerFactory registered in the Spring context.
AnnotationMethodContainerPostProcessor(AnnotationFinder, Collection<MethodContainerFactory>, Crane4jGlobalConfiguration) - 类 的构造器cn.crane4j.springboot.support.AnnotationMethodContainerPostProcessor
autoOperateMethodAnnotatedElementResolver(Crane4jGlobalConfiguration) - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 

B

before(JoinPoint) - 类 中的方法cn.crane4j.springboot.support.aop.MethodArgumentAutoOperateAspect
 

C

cacheableContainerRegistrar(CacheManager, Crane4jProperties) - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 
cacheableMethodContainerFactory(CacheManager, PropertyOperator, AnnotationFinder) - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 
cacheManager() - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 
cn.crane4j.springboot.annotation - 程序包 cn.crane4j.springboot.annotation
 
cn.crane4j.springboot.config - 程序包 cn.crane4j.springboot.config
 
cn.crane4j.springboot.parser - 程序包 cn.crane4j.springboot.parser
 
cn.crane4j.springboot.support - 程序包 cn.crane4j.springboot.support
 
cn.crane4j.springboot.support.aop - 程序包 cn.crane4j.springboot.support.aop
 
cn.crane4j.springboot.support.expression - 程序包 cn.crane4j.springboot.support.expression
 
containerRegisteredLogger() - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 
containsContainer(String) - 类 中的方法cn.crane4j.springboot.support.Crane4jApplicationContext
Whether the container has been registered.
crane4jApplicationContext(ApplicationContext) - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 
Crane4jApplicationContext - cn.crane4j.springboot.support中的类
The global configuration class implemented based on the Spring context, when obtaining the required components from the instance, will directly obtain the corresponding bean through the ApplicationContext held.
Crane4jApplicationContext() - 类 的构造器cn.crane4j.springboot.support.Crane4jApplicationContext
 
Crane4jAutoConfiguration - cn.crane4j.springboot.config中的类
The automatic configuration class of crane.
Crane4jAutoConfiguration() - 类 的构造器cn.crane4j.springboot.config.Crane4jAutoConfiguration
 
Crane4jInitializer - cn.crane4j.springboot.config中的类
The default initializer is used to initialize some caches or components after the application is started.
Crane4jInitializer() - 类 的构造器cn.crane4j.springboot.config.Crane4jInitializer
 
Crane4jProperties - cn.crane4j.springboot.config中的类
Configurable properties.
Crane4jProperties() - 类 的构造器cn.crane4j.springboot.config.Crane4jProperties
 
CRANE_PREFIX - 类 中的静态变量cn.crane4j.springboot.config.Crane4jProperties
 

D

defaultMethodContainerFactory(PropertyOperator, AnnotationFinder) - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 
destroy() - 类 中的方法cn.crane4j.springboot.support.AnnotationMethodContainerPostProcessor
Clear resources when destroying beans
destroy() - 类 中的方法cn.crane4j.springboot.support.aop.MethodArgumentAutoOperateAspect
Clear resources when destroying the bean.
destroy() - 类 中的方法cn.crane4j.springboot.support.aop.MethodResultAutoOperateAspect
Clear resources when destroying the bean.
destroy() - 类 中的方法cn.crane4j.springboot.support.Crane4jApplicationContext
Clear container cache on destruction.
destroy() - 类 中的方法cn.crane4j.springboot.support.expression.SpelExpressionEvaluator
Clear resources when destroying the bean.
disorderedBeanOperationExecutor() - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 

E

EnableCrane4j - cn.crane4j.springboot.annotation中的注释类型
Enable crane4j auto configuration.
execute(String, Class<T>, ExpressionContext) - 类 中的方法cn.crane4j.springboot.support.expression.SpelExpressionEvaluator
Execute the expression in the specified above and return the execution result.
execute(String, Class<T>, MethodBaseExpressionExecuteDelegate.MethodExecution) - 类 中的方法cn.crane4j.springboot.support.ResolvableExpressionEvaluator
Execute the expression in the specified above and return the execution result.
expressionEvaluator() - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 

F

findAllAnnotations(AnnotatedElement, Class<A>) - 类 中的方法cn.crane4j.springboot.support.MergedAnnotationFinder
Get all specified annotations from the element.
findAnnotation(AnnotatedElement, Class<A>) - 类 中的方法cn.crane4j.springboot.support.MergedAnnotationFinder
Get the specified annotation from the element.

G

getAssembleOperationHandler(Class<? extends AssembleOperationHandler>) - 类 中的方法cn.crane4j.springboot.support.Crane4jApplicationContext
Get assemble operation handler.
getAssembleOperationHandler(String) - 类 中的方法cn.crane4j.springboot.support.Crane4jApplicationContext
Get assemble operation handler.
getBeanOperationExecutor(Class<? extends BeanOperationExecutor>) - 类 中的方法cn.crane4j.springboot.support.Crane4jApplicationContext
Get bean operation executor.
getBeanOperationExecutor(String) - 类 中的方法cn.crane4j.springboot.support.Crane4jApplicationContext
Get bean operation executor.
getBeanOperationsParser(Class<? extends BeanOperationParser>) - 类 中的方法cn.crane4j.springboot.support.Crane4jApplicationContext
Get bean operation parser.
getBeanOperationsParser(String) - 类 中的方法cn.crane4j.springboot.support.Crane4jApplicationContext
Get bean operation parser.
getContainer(Assemble) - 类 中的方法cn.crane4j.springboot.parser.SpringAnnotationAwareBeanOperationParser
Get container.
getContainer(String) - 类 中的方法cn.crane4j.springboot.support.Crane4jApplicationContext
Get data source container.
getContainerProvider(Class<? extends ContainerProvider>) - 类 中的方法cn.crane4j.springboot.support.Crane4jApplicationContext
Get container provider.
getContainerProvider(String) - 类 中的方法cn.crane4j.springboot.support.Crane4jApplicationContext
Get container provider.
getDisassembleOperationHandler(Class<? extends DisassembleOperationHandler>) - 类 中的方法cn.crane4j.springboot.support.Crane4jApplicationContext
Get disassemble operation handler.
getDisassembleOperationHandler(String) - 类 中的方法cn.crane4j.springboot.support.Crane4jApplicationContext
Get disassemble operation handler.
getPropertyOperator() - 类 中的方法cn.crane4j.springboot.support.Crane4jApplicationContext
Get property operator.
getRoot() - 类 中的方法cn.crane4j.springboot.support.expression.SpelExpressionContext
Get root object.
getTypeResolver() - 类 中的方法cn.crane4j.springboot.support.Crane4jApplicationContext
Get type resolver.
getVariables() - 类 中的方法cn.crane4j.springboot.support.expression.SpelExpressionContext
Get variables.

M

manyToManyReflexAssembleOperationHandler(PropertyOperator) - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 
MergedAnnotationFinder - cn.crane4j.springboot.support中的类
Annotation finder supporting spring meta-annotation composition annotation mechanism.
MergedAnnotationFinder() - 类 的构造器cn.crane4j.springboot.support.MergedAnnotationFinder
 
methodArgumentAutoOperateAspect(MethodBaseExpressionExecuteDelegate, AutoOperateMethodAnnotatedElementResolver, ParameterNameDiscoverer, AnnotationFinder) - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 
MethodArgumentAutoOperateAspect - cn.crane4j.springboot.support.aop中的类
Method input parameter automatic filling Aspect based on Spring AOP implementation.
MethodArgumentAutoOperateAspect(AutoOperateMethodAnnotatedElementResolver, MethodBaseExpressionExecuteDelegate, ParameterNameDiscoverer, AnnotationFinder) - 类 的构造器cn.crane4j.springboot.support.aop.MethodArgumentAutoOperateAspect
 
methodResultAutoOperateAspect(AutoOperateMethodAnnotatedElementResolver, ResolvableExpressionEvaluator) - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 
MethodResultAutoOperateAspect - cn.crane4j.springboot.support.aop中的类
Automatic filling of aspect with method return value based on Spring AOP implementation
MethodResultAutoOperateAspect(AutoOperateMethodAnnotatedElementResolver, MethodBaseExpressionExecuteDelegate) - 类 的构造器cn.crane4j.springboot.support.aop.MethodResultAutoOperateAspect
 

O

oneToManyReflexAssembleOperationHandler(PropertyOperator) - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 
oneToOneReflexAssembleOperationHandler(PropertyOperator) - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 
operateTemplate(AnnotationAwareBeanOperationParser, DisorderedBeanOperationExecutor, TypeResolver) - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 
orderedBeanOperationExecutor() - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 

P

parameterNameDiscoverer() - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 
parseAssembleAnnotations(Class<?>) - 类 中的方法cn.crane4j.springboot.parser.SpringAnnotationAwareBeanOperationParser
Parse Assemble annotations for class.
parseDisassembleAnnotations(Class<?>) - 类 中的方法cn.crane4j.springboot.parser.SpringAnnotationAwareBeanOperationParser
Parse Disassemble annotations for class.
postProcessAfterInitialization(Object, String) - 类 中的方法cn.crane4j.springboot.support.AnnotationMethodContainerPostProcessor
Scan and process the method with the specified annotation in the class.
postProcessBeforeInitialization(Object, String) - 类 中的方法cn.crane4j.springboot.support.AnnotationMethodContainerPostProcessor
Do nothing.
propertyOperator(Crane4jProperties) - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 

R

reflectDisassembleOperationHandler(PropertyOperator) - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 
registerContainer(Container<?>) - 类 中的方法cn.crane4j.springboot.support.Crane4jApplicationContext
Register container.
registerVariable(String, Object) - 类 中的方法cn.crane4j.springboot.support.expression.SpelExpressionContext
Register variables.
replaceContainer(String, UnaryOperator<Container<?>>) - 类 中的方法cn.crane4j.springboot.support.Crane4jApplicationContext
Replace the registered container.
resolvableExpressionEvaluator(ApplicationContext, ExpressionEvaluator, ParameterNameDiscoverer) - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 
ResolvableExpressionEvaluator - cn.crane4j.springboot.support中的类
Calculator for executing an expression with a method call as the context.
ResolvableExpressionEvaluator(ParameterNameDiscoverer, ExpressionEvaluator, Function<Method, ExpressionContext>) - 类 的构造器cn.crane4j.springboot.support.ResolvableExpressionEvaluator
Create an ResolvableExpressionEvaluator instance.
run(ApplicationArguments) - 类 中的方法cn.crane4j.springboot.config.Crane4jInitializer
 

S

setEmbeddedValueResolver(StringValueResolver) - 类 中的方法cn.crane4j.springboot.parser.SpringAnnotationAwareBeanOperationParser
Set the StringValueResolver to use for resolving embedded definition values.
setEmbeddedValueResolver(StringValueResolver) - 类 中的方法cn.crane4j.springboot.support.ResolvableExpressionEvaluator
Set the StringValueResolver to use for resolving embedded definition values.
setRoot(Object) - 类 中的方法cn.crane4j.springboot.support.expression.SpelExpressionContext
Set root object.
SpelExpressionContext - cn.crane4j.springboot.support.expression中的类
Expression context implementation based on StandardEvaluationContext.
SpelExpressionContext() - 类 的构造器cn.crane4j.springboot.support.expression.SpelExpressionContext
SpelExpressionContext(Object) - 类 的构造器cn.crane4j.springboot.support.expression.SpelExpressionContext
SpelExpressionContext(ExpressionContext) - 类 的构造器cn.crane4j.springboot.support.expression.SpelExpressionContext
SpelExpressionEvaluator - cn.crane4j.springboot.support.expression中的类
ExpressionEvaluator implementation based on spring SpEL.
SpelExpressionEvaluator() - 类 的构造器cn.crane4j.springboot.support.expression.SpelExpressionEvaluator
 
springAnnotationAwareBeanOperationParser(AnnotationFinder, Crane4jGlobalConfiguration, ExpressionEvaluator, ApplicationContext) - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 
SpringAnnotationAwareBeanOperationParser - cn.crane4j.springboot.parser中的类
Extension implementation of SpringAnnotationAwareBeanOperationParser, On the basis of the former, some spring annotations are additionally supported.
SpringAnnotationAwareBeanOperationParser(AnnotationFinder, Crane4jGlobalConfiguration, ExpressionEvaluator, ApplicationContext) - 类 的构造器cn.crane4j.springboot.parser.SpringAnnotationAwareBeanOperationParser
Create an operation parser that supports annotation configuration.

T

typeResolver() - 类 中的方法cn.crane4j.springboot.config.Crane4jAutoConfiguration
 
A B C D E F G M O P R S T 
跳过导航链接

Copyright © 2023. All rights reserved.