- CALOAD - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- CAST - 类 中的静态变量cn.taketoday.context.asm.TypeReference
-
The sort of type references that target the type declared in an explicit or
implicit cast instruction.
- CASTORE - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- CHAR - 类 中的静态变量cn.taketoday.context.asm.Type
-
The sort of the char type.
- CHAR_TYPE - 类 中的静态变量cn.taketoday.context.asm.Type
-
The char type.
- CHECKCAST - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- CLASS_EXTENDS - 类 中的静态变量cn.taketoday.context.asm.TypeReference
-
The sort of type references that target the super class of a class or one of
the interfaces it implements.
- CLASS_FILE_SUFFIX - 接口 中的静态变量cn.taketoday.context.Constant
-
- CLASS_PATH_PREFIX - 接口 中的静态变量cn.taketoday.context.Constant
-
- CLASS_TYPE_PARAMETER - 类 中的静态变量cn.taketoday.context.asm.TypeReference
-
The sort of type references that target a type parameter of a generic class.
- CLASS_TYPE_PARAMETER_BOUND - 类 中的静态变量cn.taketoday.context.asm.TypeReference
-
The sort of type references that target a bound of a type parameter of a
generic class.
- ClassReader - cn.taketoday.context.asm中的类
-
A parser to make a
ClassVisitor visit a ClassFile structure, as
defined in the Java Virtual Machine Specification (JVMS).
- ClassReader(byte[]) - 类 的构造器cn.taketoday.context.asm.ClassReader
-
- ClassReader(byte[], int, int) - 类 的构造器cn.taketoday.context.asm.ClassReader
-
- ClassReader(InputStream) - 类 的构造器cn.taketoday.context.asm.ClassReader
-
- ClassReader(String) - 类 的构造器cn.taketoday.context.asm.ClassReader
-
- ClassTooLargeException - cn.taketoday.context.asm中的异常错误
-
Exception thrown when the constant pool of a class produced by a
ClassWriter is too large.
- ClassTooLargeException(String, int) - 异常错误 的构造器cn.taketoday.context.asm.ClassTooLargeException
-
- ClassUtils - cn.taketoday.context.utils中的类
-
- ClassUtils() - 类 的构造器cn.taketoday.context.utils.ClassUtils
-
- ClassVisitor - cn.taketoday.context.asm中的类
-
A visitor to visit a Java class.
- ClassVisitor(int) - 类 的构造器cn.taketoday.context.asm.ClassVisitor
-
- ClassVisitor(int, ClassVisitor) - 类 的构造器cn.taketoday.context.asm.ClassVisitor
-
- ClassWriter - cn.taketoday.context.asm中的类
-
A
ClassVisitor that generates a corresponding ClassFile structure, as
defined in the Java Virtual Machine Specification (JVMS).
- ClassWriter(int) - 类 的构造器cn.taketoday.context.asm.ClassWriter
-
- ClassWriter(ClassReader, int) - 类 的构造器cn.taketoday.context.asm.ClassWriter
-
Constructs a new
ClassWriter object and enables optimizations for
"mostly add" bytecode transformations.
- clearCache() - 类 中的静态方法cn.taketoday.context.utils.ClassUtils
-
clear cache
- close() - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- close() - 接口 中的方法cn.taketoday.context.ApplicationContext
-
Close context and destroy all singletons
- cn.taketoday.context - 程序包 cn.taketoday.context
-
- cn.taketoday.context.annotation - 程序包 cn.taketoday.context.annotation
-
- cn.taketoday.context.asm - 程序包 cn.taketoday.context.asm
-
- cn.taketoday.context.aware - 程序包 cn.taketoday.context.aware
-
- cn.taketoday.context.bean - 程序包 cn.taketoday.context.bean
-
- cn.taketoday.context.conversion - 程序包 cn.taketoday.context.conversion
-
- cn.taketoday.context.env - 程序包 cn.taketoday.context.env
-
- cn.taketoday.context.event - 程序包 cn.taketoday.context.event
-
- cn.taketoday.context.exception - 程序包 cn.taketoday.context.exception
-
- cn.taketoday.context.factory - 程序包 cn.taketoday.context.factory
-
- cn.taketoday.context.listener - 程序包 cn.taketoday.context.listener
-
- cn.taketoday.context.loader - 程序包 cn.taketoday.context.loader
-
- cn.taketoday.context.utils - 程序包 cn.taketoday.context.utils
-
- compareTo(DataSize) - 类 中的方法cn.taketoday.context.utils.DataSize
-
- Component - cn.taketoday.context.annotation中的注释类型
-
This annotation indicates that an annotated element is a bean component in
your application
- ComponentImpl - cn.taketoday.context.annotation中的类
-
- ComponentImpl() - 类 的构造器cn.taketoday.context.annotation.ComponentImpl
-
- COMPUTE_FRAMES - 类 中的静态变量cn.taketoday.context.asm.ClassWriter
-
A flag to automatically compute the stack map frames of methods from scratch.
- COMPUTE_MAXS - 类 中的静态变量cn.taketoday.context.asm.ClassWriter
-
A flag to automatically compute the maximum stack size and the maximum number
of local variables of methods.
- Condition - cn.taketoday.context中的接口
-
- Conditional - cn.taketoday.context.annotation中的注释类型
-
- conditional(AnnotatedElement, ConfigurableApplicationContext) - 类 中的静态方法cn.taketoday.context.utils.ContextUtils
-
If matched
- ConditionalImpl - cn.taketoday.context.annotation中的类
-
- ConditionalImpl() - 类 的构造器cn.taketoday.context.annotation.ConditionalImpl
-
- ConfigurableApplicationContext - cn.taketoday.context中的接口
-
- ConfigurableBeanFactory - cn.taketoday.context.factory中的接口
-
- ConfigurableEnvironment - cn.taketoday.context.env中的接口
-
- Configuration - cn.taketoday.context.annotation中的注释类型
-
- ConfigurationException - cn.taketoday.context.exception中的异常错误
-
configuration exception
- ConfigurationException() - 异常错误 的构造器cn.taketoday.context.exception.ConfigurationException
-
- ConfigurationException(Throwable) - 异常错误 的构造器cn.taketoday.context.exception.ConfigurationException
-
- ConfigurationException(String) - 异常错误 的构造器cn.taketoday.context.exception.ConfigurationException
-
- ConfigurationException(String, Object...) - 异常错误 的构造器cn.taketoday.context.exception.ConfigurationException
-
- Constant - cn.taketoday.context中的接口
-
- ConstantDynamic - cn.taketoday.context.asm中的类
-
A constant whose value is computed at runtime, with a bootstrap method.
- ConstantDynamic(String, String, Handle, Object...) - 类 的构造器cn.taketoday.context.asm.ConstantDynamic
-
- CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT - 类 中的静态变量cn.taketoday.context.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
constructor in a constructor call.
- CONSTRUCTOR_REFERENCE - 类 中的静态变量cn.taketoday.context.asm.TypeReference
-
The sort of type references that target the receiver type of a constructor
reference.
- CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT - 类 中的静态变量cn.taketoday.context.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
constructor in a constructor reference.
- containsBeanDefinition(String) - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- containsBeanDefinition(Class<?>) - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- containsBeanDefinition(Class<?>, boolean) - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- containsBeanDefinition(String) - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
- containsBeanDefinition(Class<?>) - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
- containsBeanDefinition(Class<?>, boolean) - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
- containsBeanDefinition(String) - 接口 中的方法cn.taketoday.context.factory.BeanDefinitionRegistry
-
Check if this registry contains a bean definition with the given name.
- containsBeanDefinition(Class<?>) - 接口 中的方法cn.taketoday.context.factory.BeanDefinitionRegistry
-
Whether there is a bean with the given type.
- containsBeanDefinition(Class<?>, boolean) - 接口 中的方法cn.taketoday.context.factory.BeanDefinitionRegistry
-
Whether there is a bean with the given type.
- containsProperty(String) - 接口 中的方法cn.taketoday.context.env.Environment
-
Return whether the given property key is available for resolution
- containsProperty(String) - 类 中的方法cn.taketoday.context.env.StandardEnvironment
-
- containsSingleton(String) - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- containsSingleton(String) - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
- containsSingleton(String) - 接口 中的方法cn.taketoday.context.factory.SingletonBeanRegistry
-
contains instance with given name?
- ContextCloseEvent - cn.taketoday.context.event中的类
-
- ContextCloseEvent(ApplicationContext) - 类 的构造器cn.taketoday.context.event.ContextCloseEvent
-
- ContextCloseListener - cn.taketoday.context.listener中的类
-
- ContextCloseListener() - 类 的构造器cn.taketoday.context.listener.ContextCloseListener
-
- ContextException - cn.taketoday.context.exception中的异常错误
-
- ContextException(Throwable) - 异常错误 的构造器cn.taketoday.context.exception.ContextException
-
- ContextException(String, Throwable) - 异常错误 的构造器cn.taketoday.context.exception.ContextException
-
- ContextException(String) - 异常错误 的构造器cn.taketoday.context.exception.ContextException
-
- ContextListener - cn.taketoday.context.annotation中的注释类型
-
- ContextRefreshEvent - cn.taketoday.context.event中的类
-
Context singletons initialize event
- ContextRefreshEvent(ApplicationContext) - 类 的构造器cn.taketoday.context.event.ContextRefreshEvent
-
- ContextStartedEvent - cn.taketoday.context.event中的类
-
Context started and all the singletons are initialized
- ContextStartedEvent(ApplicationContext) - 类 的构造器cn.taketoday.context.event.ContextStartedEvent
-
- ContextUtils - cn.taketoday.context.utils中的类
-
- ContextUtils() - 类 的构造器cn.taketoday.context.utils.ContextUtils
-
- ConversionException - cn.taketoday.context.exception中的异常错误
-
- ConversionException(Throwable) - 异常错误 的构造器cn.taketoday.context.exception.ConversionException
-
- ConversionException(String, Throwable) - 异常错误 的构造器cn.taketoday.context.exception.ConversionException
-
- ConversionException(String) - 异常错误 的构造器cn.taketoday.context.exception.ConversionException
-
- convert(String, Class<?>) - 类 中的静态方法cn.taketoday.context.utils.ConvertUtils
-
Convert string to target type
- convertDuration(String) - 类 中的静态方法cn.taketoday.context.utils.ConvertUtils
-
Convert a string to Duration
- Converter<S,T> - cn.taketoday.context.conversion中的接口
-
- ConverterFactory<S,R> - cn.taketoday.context.conversion中的接口
-
- ConvertUtils - cn.taketoday.context.utils中的类
-
- ConvertUtils() - 类 的构造器cn.taketoday.context.utils.ConvertUtils
-
- create(Class<?>) - 接口 中的方法cn.taketoday.context.BeanNameCreator
-
Create a bean name for the given bean definition.
- create(Class<?>) - 类 中的方法cn.taketoday.context.env.DefaultBeanNameCreator
-
- createAbstractInstance(Set<Map.Entry<String, BeanDefinition>>, String, BeanDefinition) - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
Create a abstract implementation bean
- createBeanDefinition(Class<?>) - 接口 中的方法cn.taketoday.context.loader.BeanDefinitionLoader
-
Create a bean definition with given class type
- createBeanDefinition(Class<?>) - 类 中的方法cn.taketoday.context.loader.DefaultBeanDefinitionLoader
-
- createBeanInstance(BeanDefinition) - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
create bean use default constructor
- createBeanInstance(BeanDefinition) - 类 中的方法cn.taketoday.context.StandardApplicationContext.StandardBeanFactory
-
- createBeanNameCreator() - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- createEnvironment() - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- cv - 类 中的变量cn.taketoday.context.asm.ClassVisitor
-
The class visitor to which this visitor must delegate method calls.
- GET_BEAN - 接口 中的静态变量cn.taketoday.context.Constant
-
- getAccess() - 类 中的方法cn.taketoday.context.asm.ClassReader
-
Returns the class's access flags (see
Opcodes).
- getActiveProfiles() - 接口 中的方法cn.taketoday.context.env.Environment
-
Return the set of profiles explicitly made active for this environment.
- getActiveProfiles() - 类 中的方法cn.taketoday.context.env.StandardEnvironment
-
- getAliases(Class<?>) - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- getAliases(Class<?>) - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
- getAliases(Class<?>) - 接口 中的方法cn.taketoday.context.factory.BeanFactory
-
get all bean name
- getAnnotatedClasses(Class<? extends Annotation>) - 类 中的静态方法cn.taketoday.context.utils.ClassUtils
-
Find class by annotation.
- getAnnotation(AnnotatedElement, Class<T>, Class<? extends T>) - 类 中的静态方法cn.taketoday.context.utils.ClassUtils
-
Get Annotation by reflect
- getAnnotation(AnnotatedElement, Class<T>) - 类 中的静态方法cn.taketoday.context.utils.ClassUtils
-
Get Annotation by proxy
- getAnnotationArray(String, Class<A>) - 类 中的方法cn.taketoday.context.AnnotationAttributes
-
- getAnnotationArray(AnnotatedElement, Class<T>, Class<? extends T>) - 类 中的静态方法cn.taketoday.context.utils.ClassUtils
-
Get the array of Annotation instance
- getAnnotationArray(AnnotatedElement, Class<T>) - 类 中的静态方法cn.taketoday.context.utils.ClassUtils
-
Get the array of Annotation instance
- getAnnotationAttributes(Annotation) - 类 中的静态方法cn.taketoday.context.utils.ClassUtils
-
Get Annotation Attributes from an annotation instance
- getAnnotationAttributes(AnnotatedElement, Class<T>) - 类 中的静态方法cn.taketoday.context.utils.ClassUtils
-
Get attributes the 'key-value' of annotations
- getAnnotationAttributes(Annotation, Class<T>) - 类 中的静态方法cn.taketoday.context.utils.ClassUtils
-
- getAnnotationProxy(Class<T>, AnnotationAttributes) - 类 中的静态方法cn.taketoday.context.utils.ClassUtils
-
Get Annotation by proxy
- getApplicationContext() - 类 中的方法cn.taketoday.context.event.ApplicationContextEvent
-
- getArgumentsAndReturnSizes() - 类 中的方法cn.taketoday.context.asm.Type
-
Returns the size of the arguments and of the return value of methods of this
type.
- getArgumentsAndReturnSizes(String) - 类 中的静态方法cn.taketoday.context.asm.Type
-
Computes the size of the arguments and of the return value of a method.
- getArgumentTypes() - 类 中的方法cn.taketoday.context.asm.Type
-
Returns the argument types of methods of this type.
- getArgumentTypes(String) - 类 中的静态方法cn.taketoday.context.asm.Type
-
Returns the
Type values corresponding to the argument types of the
given method descriptor.
- getArgumentTypes(Method) - 类 中的静态方法cn.taketoday.context.asm.Type
-
Returns the
Type values corresponding to the argument types of the
given method.
- getAttribute(String, Class<T>) - 类 中的方法cn.taketoday.context.AnnotationAttributes
-
Get the value of attribute name and cast to target type
- getBean(String) - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- getBean(Class<T>) - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- getBean(String, Class<T>) - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- getBean(String) - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
- getBean(Class<T>) - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
- getBean(String, Class<T>) - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
- getBean(String) - 接口 中的方法cn.taketoday.context.factory.BeanFactory
-
find the bean with the given type, throw an NoSuchBeanDefinitionException if
it doesn't exist
- getBean(Class<T>) - 接口 中的方法cn.taketoday.context.factory.BeanFactory
-
Find the bean with the given type, throw an NoSuchBeanDefinitionException if
it doesn't exist
- getBean(String, Class<T>) - 接口 中的方法cn.taketoday.context.factory.BeanFactory
-
find the bean with the given name and cast to required type, throw an
NoSuchBeanDefinitionException if it doesn't exist.
- getBean() - 接口 中的方法cn.taketoday.context.factory.FactoryBean
-
get bean instance
- getBeanClass() - 接口 中的方法cn.taketoday.context.bean.BeanDefinition
-
- getBeanClass() - 类 中的方法cn.taketoday.context.bean.DefaultBeanDefinition
-
- getBeanClass() - 接口 中的方法cn.taketoday.context.factory.FactoryBean
-
Get bean class
- getBeanClasses() - 类 中的方法cn.taketoday.context.event.LoadingMissingBeanEvent
-
- getBeanDefinition(String) - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- getBeanDefinition(Class<?>) - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- getBeanDefinition(String) - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
- getBeanDefinition(Class<?>) - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
- getBeanDefinition(String) - 接口 中的方法cn.taketoday.context.factory.BeanDefinitionRegistry
-
Return the BeanDefinition for the given bean name.
- getBeanDefinition(Class<?>) - 接口 中的方法cn.taketoday.context.factory.BeanDefinitionRegistry
-
- getBeanDefinitionCount() - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- getBeanDefinitionCount() - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
- getBeanDefinitionCount() - 接口 中的方法cn.taketoday.context.factory.BeanDefinitionRegistry
-
Return the number of beans defined in the registry.
- getBeanDefinitionLoader() - 接口 中的方法cn.taketoday.context.env.Environment
-
Get bean definition loader
- getBeanDefinitionLoader() - 类 中的方法cn.taketoday.context.env.StandardEnvironment
-
- getBeanDefinitionLoader() - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
- getBeanDefinitionLoader() - 类 中的方法cn.taketoday.context.StandardApplicationContext.StandardBeanFactory
-
- getBeanDefinitionNames() - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- getBeanDefinitionNames() - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
- getBeanDefinitionNames() - 接口 中的方法cn.taketoday.context.factory.BeanDefinitionRegistry
-
Return the names of all beans defined in this registry.
- getBeanDefinitionRegistry() - 接口 中的方法cn.taketoday.context.env.Environment
-
Get the bean definition registry
- getBeanDefinitionRegistry() - 类 中的方法cn.taketoday.context.env.StandardEnvironment
-
- getBeanDefinitionsMap() - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- getBeanDefinitionsMap() - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
- getBeanDefinitionsMap() - 接口 中的方法cn.taketoday.context.factory.BeanDefinitionRegistry
-
- getBeanFactory() - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- getBeanFactory() - 接口 中的方法cn.taketoday.context.ConfigurableApplicationContext
-
Get AbstractBeanFactory
- getBeanFactory() - 类 中的方法cn.taketoday.context.StandardApplicationContext
-
- getBeanName(Class<?>) - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- getBeanName(Class<?>) - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
- getBeanName(Class<?>) - 接口 中的方法cn.taketoday.context.factory.BeanFactory
-
Get the target class's name
- getBeanName() - 接口 中的方法cn.taketoday.context.factory.FactoryBean
-
get bean name
- getBeanNameCreator() - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- getBeanNameCreator() - 接口 中的方法cn.taketoday.context.env.Environment
-
Get a bean name creator
- getBeanNameCreator() - 类 中的方法cn.taketoday.context.env.StandardEnvironment
-
- getBeanNameCreator() - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
- getBeans(Class<T>) - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- getBeans(Class<T>) - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
- getBeans(Class<T>) - 接口 中的方法cn.taketoday.context.factory.BeanFactory
-
Get a list of beans with given type
- getBoolean(String) - 类 中的方法cn.taketoday.context.AnnotationAttributes
-
- getBootstrapMethod() - 类 中的方法cn.taketoday.context.asm.ConstantDynamic
-
Returns the bootstrap method used to compute the value of this constant.
- getBootstrapMethodArgument(int) - 类 中的方法cn.taketoday.context.asm.ConstantDynamic
-
Returns an argument passed to the bootstrap method, in order to compute the
value of this constant.
- getBootstrapMethodArgumentCount() - 类 中的方法cn.taketoday.context.asm.ConstantDynamic
-
Returns the number of arguments passed to the bootstrap method, in order to
compute the value of this constant.
- getClassCache() - 类 中的静态方法cn.taketoday.context.utils.ClassUtils
-
get all classes loaded in class path
- getClasses(String...) - 类 中的静态方法cn.taketoday.context.utils.ClassUtils
-
Get Collection of class under the packages
- getClassLoader() - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
- getClassLoader() - 类 中的静态方法cn.taketoday.context.utils.ClassUtils
-
- getClassName() - 类 中的方法cn.taketoday.context.asm.ClassReader
-
- getClassName() - 异常错误 中的方法cn.taketoday.context.asm.ClassTooLargeException
-
Returns the internal name of the class.
- getClassName() - 异常错误 中的方法cn.taketoday.context.asm.MethodTooLargeException
-
Returns the internal name of the owner class.
- getClassName() - 类 中的方法cn.taketoday.context.asm.Type
-
Returns the binary name of the class corresponding to this type.
- getCodeSize() - 异常错误 中的方法cn.taketoday.context.asm.MethodTooLargeException
-
Returns the size of the method's Code attribute, in bytes.
- getCommonSuperClass(String, String) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
Returns the common super type of the two given types.
- getConstantPoolCount() - 异常错误 中的方法cn.taketoday.context.asm.ClassTooLargeException
-
Returns the number of constant pool items of the class.
- getConstructorDescriptor(Constructor<?>) - 类 中的静态方法cn.taketoday.context.asm.Type
-
Returns the descriptor corresponding to the given constructor.
- getConverter(Class<T>) - 接口 中的方法cn.taketoday.context.conversion.ConverterFactory
-
- getDeclaringName() - 类 中的方法cn.taketoday.context.bean.StandardBeanDefinition
-
- getDependencies() - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
- getDesc() - 类 中的方法cn.taketoday.context.asm.Handle
-
Returns the descriptor of the field or method designated by this handle.
- getDescriptor() - 类 中的方法cn.taketoday.context.asm.ConstantDynamic
-
Returns the type of this constant.
- getDescriptor() - 异常错误 中的方法cn.taketoday.context.asm.MethodTooLargeException
-
Returns the descriptor of the method.
- getDescriptor() - 类 中的方法cn.taketoday.context.asm.Type
-
Returns the descriptor corresponding to this type.
- getDescriptor(Class<?>) - 类 中的静态方法cn.taketoday.context.asm.Type
-
Returns the descriptor corresponding to the given class.
- getDestroyMethods() - 接口 中的方法cn.taketoday.context.bean.BeanDefinition
-
- getDestroyMethods() - 类 中的方法cn.taketoday.context.bean.DefaultBeanDefinition
-
- getDimensions() - 类 中的方法cn.taketoday.context.asm.Type
-
Returns the number of dimensions of this array type.
- getElementType() - 类 中的方法cn.taketoday.context.asm.Type
-
Returns the type of the elements of this array type.
- getEnum(String) - 类 中的方法cn.taketoday.context.AnnotationAttributes
-
- getEnvironment() - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- getEnvironment() - 接口 中的方法cn.taketoday.context.ApplicationContext
-
- getEnvironment() - 接口 中的方法cn.taketoday.context.ConfigurableApplicationContext
-
Get configurable environment
- getExceptionIndex() - 类 中的方法cn.taketoday.context.asm.TypeReference
-
Returns the index of the exception, in a 'throws' clause of a method, whose
type is referenced by this type reference.
- GETFIELD - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- getFieldArray(Class<?>) - 类 中的静态方法cn.taketoday.context.utils.ClassUtils
-
Get all Field array
- getFields(Class<?>) - 类 中的静态方法cn.taketoday.context.utils.ClassUtils
-
Get all Field list
- getFormalParameterIndex() - 类 中的方法cn.taketoday.context.asm.TypeReference
-
Returns the index of the formal parameter whose type is referenced by this
type reference.
- getHistoryVersion() - 类 中的静态方法cn.taketoday.context.Version
-
- getImplClasses(Class<?>) - 类 中的静态方法cn.taketoday.context.utils.ClassUtils
-
Get all child classes in class path
- getImplClasses(Class<?>, String) - 类 中的静态方法cn.taketoday.context.utils.ClassUtils
-
Get all child classes in class path filter with package name
- getInitMethods() - 接口 中的方法cn.taketoday.context.bean.BeanDefinition
-
Get init methods
- getInitMethods() - 类 中的方法cn.taketoday.context.bean.DefaultBeanDefinition
-
- getInterfaces() - 类 中的方法cn.taketoday.context.asm.ClassReader
-
- getInternalName() - 类 中的方法cn.taketoday.context.asm.Type
-
Returns the internal name of the class corresponding to this object or array
type.
- getInternalName(Class<?>) - 类 中的静态方法cn.taketoday.context.asm.Type
-
Returns the internal name of the given class.
- getItem(int) - 类 中的方法cn.taketoday.context.asm.ClassReader
-
Returns the start offset in
ClassReader.b of a JVMS 'cp_info' structure (i.e. a
constant pool entry), plus one.
- getItemCount() - 类 中的方法cn.taketoday.context.asm.ClassReader
-
Returns the number of entries in the class's constant pool table.
- getLabels() - 类 中的方法cn.taketoday.context.asm.Attribute
-
Returns the labels corresponding to this attribute.
- getLength() - 类 中的方法cn.taketoday.context.asm.TypePath
-
Returns the length of this path, i.e. its number of steps.
- getMaxStringLength() - 类 中的方法cn.taketoday.context.asm.ClassReader
-
Returns a conservative estimate of the maximum length of the strings
contained in the class's constant pool table.
- getMethodArgsNames(Method) - 类 中的静态方法cn.taketoday.context.utils.ClassUtils
-
Find method parameter list, and cache it.
- getMethodDescriptor(Type, Type...) - 类 中的静态方法cn.taketoday.context.asm.Type
-
Returns the descriptor corresponding to the given argument and return types.
- getMethodDescriptor(Method) - 类 中的静态方法cn.taketoday.context.asm.Type
-
Returns the descriptor corresponding to the given method.
- getMethodName() - 异常错误 中的方法cn.taketoday.context.asm.MethodTooLargeException
-
Returns the name of the method.
- getMethodType(String) - 类 中的静态方法cn.taketoday.context.asm.Type
-
Returns the
Type corresponding to the given method descriptor.
- getMethodType(Type, Type...) - 类 中的静态方法cn.taketoday.context.asm.Type
-
Returns the method
Type corresponding to the given argument and
return types.
- getName() - 类 中的方法cn.taketoday.context.asm.ConstantDynamic
-
Returns the name of this constant.
- getName() - 类 中的方法cn.taketoday.context.asm.Handle
-
Returns the name of the field or method designated by this handle.
- getName() - 接口 中的方法cn.taketoday.context.bean.BeanDefinition
-
Get bean name
- getName() - 类 中的方法cn.taketoday.context.bean.DefaultBeanDefinition
-
- getNumber(String) - 类 中的方法cn.taketoday.context.AnnotationAttributes
-
- getObject() - 接口 中的方法cn.taketoday.context.factory.ObjectFactory
-
- getObjectType(String) - 类 中的静态方法cn.taketoday.context.asm.Type
-
Returns the
Type corresponding to the given internal name.
- getOffset() - 类 中的方法cn.taketoday.context.asm.Label
-
Returns the bytecode offset corresponding to this label.
- getOpcode(int) - 类 中的方法cn.taketoday.context.asm.Type
-
Returns a JVM instruction opcode adapted to this
Type.
- getOrder() - 接口 中的方法cn.taketoday.context.Ordered
-
Get the order value of this object.
- getOrder(AnnotatedElement) - 类 中的静态方法cn.taketoday.context.utils.OrderUtils
-
- getOrder(Object) - 类 中的静态方法cn.taketoday.context.utils.OrderUtils
-
- getOwner() - 类 中的方法cn.taketoday.context.asm.Handle
-
Returns the internal name of the class that owns the field or method
designated by this handle.
- getProperties() - 接口 中的方法cn.taketoday.context.env.Environment
-
Get properties
- getProperties() - 类 中的方法cn.taketoday.context.env.StandardEnvironment
-
- getProperty(String) - 接口 中的方法cn.taketoday.context.env.Environment
-
Return the property value associated with the given key, or null if
the key cannot be resolved.
- getProperty(String, String) - 接口 中的方法cn.taketoday.context.env.Environment
-
Return the property value associated with the given key, or
defaultValue if the key cannot be resolved.
- getProperty(String, Class<T>) - 接口 中的方法cn.taketoday.context.env.Environment
-
Return the property value associated with the given key, or null if
the key cannot be resolved.
- getProperty(String) - 类 中的方法cn.taketoday.context.env.StandardEnvironment
-
- getProperty(String, String) - 类 中的方法cn.taketoday.context.env.StandardEnvironment
-
- getProperty(String, Class<T>) - 类 中的方法cn.taketoday.context.env.StandardEnvironment
-
- getPropertyValue(String) - 接口 中的方法cn.taketoday.context.bean.BeanDefinition
-
Get a property
- getPropertyValue(String) - 类 中的方法cn.taketoday.context.bean.DefaultBeanDefinition
-
- getPropertyValues() - 接口 中的方法cn.taketoday.context.bean.BeanDefinition
-
- getPropertyValues() - 类 中的方法cn.taketoday.context.bean.DefaultBeanDefinition
-
- getRegistry() - 接口 中的方法cn.taketoday.context.loader.BeanDefinitionLoader
-
Get registered bean definition registry
- getRegistry() - 类 中的方法cn.taketoday.context.loader.DefaultBeanDefinitionLoader
-
- getResourceAsProperties(String) - 类 中的静态方法cn.taketoday.context.utils.ContextUtils
-
- getResourceAsStream(String) - 类 中的静态方法cn.taketoday.context.utils.ContextUtils
-
- getReturnType() - 类 中的方法cn.taketoday.context.asm.Type
-
Returns the return type of methods of this type.
- getReturnType(String) - 类 中的静态方法cn.taketoday.context.asm.Type
-
Returns the
Type corresponding to the return type of the given method
descriptor.
- getReturnType(Method) - 类 中的静态方法cn.taketoday.context.asm.Type
-
Returns the
Type corresponding to the return type of the given
method.
- getReversedComparator() - 类 中的静态方法cn.taketoday.context.utils.OrderUtils
-
- getScope() - 接口 中的方法cn.taketoday.context.bean.BeanDefinition
-
- getScope() - 类 中的方法cn.taketoday.context.bean.DefaultBeanDefinition
-
- getSingleton(String) - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- getSingleton(String) - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
- getSingleton(String, Class<T>) - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
Get target singleton
- getSingleton(String) - 接口 中的方法cn.taketoday.context.factory.SingletonBeanRegistry
-
get bean instance, one
BeanDefinition can have a lot of names, so
can't put instances in BeanDefinition.
- getSingletonsMap() - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- getSingletonsMap() - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
- getSingletonsMap() - 接口 中的方法cn.taketoday.context.factory.SingletonBeanRegistry
-
Get instances Map
- getSize() - 类 中的方法cn.taketoday.context.asm.ConstantDynamic
-
Returns the size of this constant.
- getSize() - 类 中的方法cn.taketoday.context.asm.Type
-
Returns the size of values of this type.
- getSort() - 类 中的方法cn.taketoday.context.asm.Type
-
Returns the sort of this type.
- getSort() - 类 中的方法cn.taketoday.context.asm.TypeReference
-
Returns the sort of this type reference.
- getStartupDate() - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- getStartupDate() - 接口 中的方法cn.taketoday.context.ApplicationContext
-
Get the context startup time stamp
- GETSTATIC - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- getStep(int) - 类 中的方法cn.taketoday.context.asm.TypePath
-
Returns the value of the given step of this path.
- getStepArgument(int) - 类 中的方法cn.taketoday.context.asm.TypePath
-
Returns the index of the type argument that the given step is stepping into.
- getString(String) - 类 中的方法cn.taketoday.context.AnnotationAttributes
-
- getStringArray(String) - 类 中的方法cn.taketoday.context.AnnotationAttributes
-
- getSuperName() - 类 中的方法cn.taketoday.context.asm.ClassReader
-
- getSuperTypeIndex() - 类 中的方法cn.taketoday.context.asm.TypeReference
-
Returns the index of the "super type" of a class that is referenced by this
type reference.
- getTag() - 类 中的方法cn.taketoday.context.asm.Handle
-
Returns the kind of field or method designated by this handle.
- getTargetAnnotationAttributes(Class<T>, Class<? extends Annotation>) - 类 中的静态方法cn.taketoday.context.utils.ClassUtils
-
Use recursive to find the target annotation instance
- getTimestamp() - 类 中的方法cn.taketoday.context.event.ApplicationEvent
-
- getTryCatchBlockIndex() - 类 中的方法cn.taketoday.context.asm.TypeReference
-
Returns the index of the try catch block (using the order in which they are
visited with visitTryCatchBlock), whose 'catch' type is referenced by this
type reference.
- getType(String) - 类 中的方法cn.taketoday.context.AbstractApplicationContext
-
- getType(String) - 类 中的静态方法cn.taketoday.context.asm.Type
-
Returns the
Type corresponding to the given type descriptor.
- getType(Class<?>) - 类 中的静态方法cn.taketoday.context.asm.Type
-
Returns the
Type corresponding to the given class.
- getType(Constructor<?>) - 类 中的静态方法cn.taketoday.context.asm.Type
-
Returns the method
Type corresponding to the given constructor.
- getType(Method) - 类 中的静态方法cn.taketoday.context.asm.Type
-
Returns the method
Type corresponding to the given method.
- getType(String) - 类 中的方法cn.taketoday.context.factory.AbstractBeanFactory
-
- getType(String) - 接口 中的方法cn.taketoday.context.factory.BeanFactory
-
get bean type
- getTypeArgumentIndex() - 类 中的方法cn.taketoday.context.asm.TypeReference
-
Returns the index of the type argument referenced by this type reference.
- getTypeParameterBoundIndex() - 类 中的方法cn.taketoday.context.asm.TypeReference
-
- getTypeParameterIndex() - 类 中的方法cn.taketoday.context.asm.TypeReference
-
Returns the index of the type parameter referenced by this type reference.
- getUrlAsProperties(String) - 类 中的静态方法cn.taketoday.context.utils.ContextUtils
-
- getUrlAsStream(String) - 类 中的静态方法cn.taketoday.context.utils.ContextUtils
-
- getValue() - 类 中的方法cn.taketoday.context.asm.TypeReference
-
Returns the int encoded value of this type reference, suitable for use in
visit methods related to type annotations, like visitTypeAnnotation.
- getVersion() - 类 中的静态方法cn.taketoday.context.Version
-
- GOTO - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- NEW - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- NEW - 类 中的静态变量cn.taketoday.context.asm.TypeReference
-
The sort of type references that target the type of the object created by a
'new' instruction.
- NEWARRAY - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- newClass(String) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
Adds a class reference to the constant pool of the class being build.
- newConst(Object) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
Adds a number or string constant to the constant pool of the class being
build.
- newConstantDynamic(String, String, Handle, Object...) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
Adds a dynamic constant reference to the constant pool of the class being
build.
- newExceptionReference(int) - 类 中的静态方法cn.taketoday.context.asm.TypeReference
-
Returns a reference to the type of an exception, in a 'throws' clause of a
method.
- newField(String, String, String) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
Adds a field reference to the constant pool of the class being build.
- newFormalParameterReference(int) - 类 中的静态方法cn.taketoday.context.asm.TypeReference
-
Returns a reference to the type of a formal parameter of a method.
- newHandle(int, String, String, String) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
- newHandle(int, String, String, String, boolean) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
Adds a handle to the constant pool of the class being build.
- newInstance(Class<T>) - 类 中的静态方法cn.taketoday.context.utils.ClassUtils
-
Get instance with bean class
- newInstance(String) - 类 中的静态方法cn.taketoday.context.utils.ClassUtils
-
Get instance with bean class
- newInvokeDynamic(String, String, Handle, Object...) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
Adds an invokedynamic reference to the constant pool of the class being
build.
- newMethod(String, String, String, boolean) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
Adds a method reference to the constant pool of the class being build.
- newMethodType(String) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
Adds a method type reference to the constant pool of the class being build.
- newModule(String) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
Adds a module reference to the constant pool of the class being build.
- newNameType(String, String) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
Adds a name and type to the constant pool of the class being build.
- newPackage(String) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
Adds a package reference to the constant pool of the class being build.
- newSuperTypeReference(int) - 类 中的静态方法cn.taketoday.context.asm.TypeReference
-
Returns a reference to the super class or to an interface of the 'implements'
clause of a class.
- newTryCatchReference(int) - 类 中的静态方法cn.taketoday.context.asm.TypeReference
-
Returns a reference to the type of the exception declared in a 'catch' clause
of a method.
- newTypeArgumentReference(int, int) - 类 中的静态方法cn.taketoday.context.asm.TypeReference
-
Returns a reference to the type of a type argument in a constructor or method
call or reference.
- newTypeParameterBoundReference(int, int, int) - 类 中的静态方法cn.taketoday.context.asm.TypeReference
-
Returns a reference to a type parameter bound of a generic class or method.
- newTypeParameterReference(int, int) - 类 中的静态方法cn.taketoday.context.asm.TypeReference
-
Returns a reference to a type parameter of a generic class or method.
- newTypeReference(int) - 类 中的静态方法cn.taketoday.context.asm.TypeReference
-
Returns a type reference of the given sort.
- newUTF8(String) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
Adds an UTF8 string to the constant pool of the class being build.
- NOP - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- NoSuchBeanDefinitionException - cn.taketoday.context.exception中的异常错误
-
- NoSuchBeanDefinitionException(Throwable) - 异常错误 的构造器cn.taketoday.context.exception.NoSuchBeanDefinitionException
-
- NoSuchBeanDefinitionException(String, Throwable) - 异常错误 的构造器cn.taketoday.context.exception.NoSuchBeanDefinitionException
-
- NoSuchBeanDefinitionException(String) - 异常错误 的构造器cn.taketoday.context.exception.NoSuchBeanDefinitionException
-
- NoSuchPropertyException - cn.taketoday.context.exception中的异常错误
-
- NoSuchPropertyException(Throwable) - 异常错误 的构造器cn.taketoday.context.exception.NoSuchPropertyException
-
- NoSuchPropertyException(String, Throwable) - 异常错误 的构造器cn.taketoday.context.exception.NoSuchPropertyException
-
- NoSuchPropertyException(String) - 异常错误 的构造器cn.taketoday.context.exception.NoSuchPropertyException
-
- NULL - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- NumberUtils - cn.taketoday.context.utils中的类
-
- NumberUtils() - 类 的构造器cn.taketoday.context.utils.NumberUtils
-
- T_BOOLEAN - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- T_BYTE - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- T_CHAR - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- T_DOUBLE - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- T_FLOAT - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- T_INT - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- T_LONG - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- T_SHORT - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- TABLESWITCH - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- THROWS - 类 中的静态变量cn.taketoday.context.asm.TypeReference
-
The sort of type references that target the type of an exception declared in
the throws clause of a method.
- TO_STRING - 接口 中的静态变量cn.taketoday.context.Constant
-
- toArrayObject(String[], Class<?>) - 类 中的静态方法cn.taketoday.context.utils.NumberUtils
-
To array object
- toByteArray() - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
Returns the content of the class file that was built by this ClassWriter.
- toBytes() - 类 中的方法cn.taketoday.context.utils.DataSize
-
Return the number of bytes in this instance.
- toGigabytes() - 类 中的方法cn.taketoday.context.utils.DataSize
-
Return the number of gigabytes in this instance.
- toKilobytes() - 类 中的方法cn.taketoday.context.utils.DataSize
-
Return the number of kilobytes in this instance.
- toMegabytes() - 类 中的方法cn.taketoday.context.utils.DataSize
-
Return the number of megabytes in this instance.
- TOP - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- toString() - 类 中的方法cn.taketoday.context.annotation.ComponentImpl
-
- toString() - 类 中的方法cn.taketoday.context.AnnotationAttributes
-
- toString() - 类 中的方法cn.taketoday.context.asm.ConstantDynamic
-
- toString() - 类 中的方法cn.taketoday.context.asm.Handle
-
Returns the textual representation of this handle.
- toString() - 类 中的方法cn.taketoday.context.asm.Label
-
Returns a string representation of this label.
- toString() - 类 中的方法cn.taketoday.context.asm.SignatureWriter
-
Returns the signature that was built by this signature writer.
- toString() - 类 中的方法cn.taketoday.context.asm.Type
-
Returns a string representation of this type.
- toString() - 类 中的方法cn.taketoday.context.asm.TypePath
-
Returns a string representation of this type path.
- toString() - 类 中的方法cn.taketoday.context.bean.BeanReference
-
- toString() - 类 中的方法cn.taketoday.context.bean.DefaultBeanDefinition
-
- toString() - 类 中的方法cn.taketoday.context.bean.PropertyValue
-
- toString() - 类 中的方法cn.taketoday.context.bean.StandardBeanDefinition
-
- toString() - 类 中的方法cn.taketoday.context.utils.DataSize
-
- toStringArray(Collection<String>) - 类 中的静态方法cn.taketoday.context.utils.StringUtils
-
- toTerabytes() - 类 中的方法cn.taketoday.context.utils.DataSize
-
Return the number of terabytes in this instance.
- type - 类 中的变量cn.taketoday.context.asm.Attribute
-
The type of this attribute, also called its name in the JVMS.
- Type - cn.taketoday.context.asm中的类
-
A Java field or method type.
- TYPE - 接口 中的静态变量cn.taketoday.context.Constant
-
- TYPE_ARGUMENT - 类 中的静态变量cn.taketoday.context.asm.TypePath
-
A type path step that steps into a type argument of a generic type.
- TypePath - cn.taketoday.context.asm中的类
-
The path to a type argument, wildcard bound, array element type, or static
inner type within an enclosing type.
- TypeReference - cn.taketoday.context.asm中的类
-
A reference to a type appearing in a class, field or method declaration, or
on an instruction.
- TypeReference(int) - 类 的构造器cn.taketoday.context.asm.TypeReference
-
Constructs a new TypeReference.
- V10 - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- V11 - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- V12 - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- V1_1 - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- V1_2 - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- V1_3 - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- V1_4 - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- V1_5 - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- V1_6 - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- V1_7 - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- V1_8 - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- V9 - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
- V_PREVIEW - 接口 中的静态变量cn.taketoday.context.asm.Opcodes
-
Version flag indicating that the class is using 'preview' features.
- validateBeanDefinition(BeanDefinition, ApplicationContext) - 类 中的静态方法cn.taketoday.context.utils.ContextUtils
-
Validate bean definition
- value() - 类 中的方法cn.taketoday.context.annotation.ComponentImpl
-
- value() - 类 中的方法cn.taketoday.context.annotation.ConditionalImpl
-
- Value - cn.taketoday.context.annotation中的注释类型
-
- VALUE - 接口 中的静态变量cn.taketoday.context.Constant
-
- valueOf(String) - 枚举 中的静态方法cn.taketoday.context.Scope
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.taketoday.context.utils.DataUnit
-
返回带有指定名称的该类型的枚举常量。
- ValuePropertyResolver - cn.taketoday.context.loader中的类
-
- ValuePropertyResolver() - 类 的构造器cn.taketoday.context.loader.ValuePropertyResolver
-
- values() - 枚举 中的静态方法cn.taketoday.context.Scope
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.taketoday.context.utils.DataUnit
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- Version - cn.taketoday.context中的类
-
- Version() - 类 的构造器cn.taketoday.context.Version
-
- visit(String, Object) - 类 中的方法cn.taketoday.context.asm.AnnotationVisitor
-
Visits a primitive value of the annotation.
- visit(int, int, String, String, String, String[]) - 类 中的方法cn.taketoday.context.asm.ClassVisitor
-
Visits the header of the class.
- visit(int, int, String, String, String, String[]) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
- visitAnnotableParameterCount(int, boolean) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits the number of method parameters that can have annotations.
- visitAnnotation(String, String) - 类 中的方法cn.taketoday.context.asm.AnnotationVisitor
-
Visits a nested annotation value of the annotation.
- visitAnnotation(String, boolean) - 类 中的方法cn.taketoday.context.asm.ClassVisitor
-
Visits an annotation of the class.
- visitAnnotation(String, boolean) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
- visitAnnotation(String, boolean) - 类 中的方法cn.taketoday.context.asm.FieldVisitor
-
Visits an annotation of the field.
- visitAnnotation(String, boolean) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits an annotation of this method.
- visitAnnotationDefault() - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits the default value of this annotation interface method.
- visitArray(String) - 类 中的方法cn.taketoday.context.asm.AnnotationVisitor
-
Visits an array value of the annotation.
- visitArrayType() - 类 中的方法cn.taketoday.context.asm.SignatureVisitor
-
Visits a signature corresponding to an array type.
- visitArrayType() - 类 中的方法cn.taketoday.context.asm.SignatureWriter
-
- visitAttribute(Attribute) - 类 中的方法cn.taketoday.context.asm.ClassVisitor
-
Visits a non standard attribute of the class.
- visitAttribute(Attribute) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
- visitAttribute(Attribute) - 类 中的方法cn.taketoday.context.asm.FieldVisitor
-
Visits a non standard attribute of the field.
- visitAttribute(Attribute) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits a non standard attribute of this method.
- visitBaseType(char) - 类 中的方法cn.taketoday.context.asm.SignatureVisitor
-
Visits a signature corresponding to a primitive type.
- visitBaseType(char) - 类 中的方法cn.taketoday.context.asm.SignatureWriter
-
- visitClassBound() - 类 中的方法cn.taketoday.context.asm.SignatureVisitor
-
Visits the class bound of the last visited formal type parameter.
- visitClassBound() - 类 中的方法cn.taketoday.context.asm.SignatureWriter
-
- visitClassType(String) - 类 中的方法cn.taketoday.context.asm.SignatureVisitor
-
Starts the visit of a signature corresponding to a class or interface type.
- visitClassType(String) - 类 中的方法cn.taketoday.context.asm.SignatureWriter
-
- visitCode() - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Starts the visit of the method's code, if any (i.e. non abstract method).
- visitEnd() - 类 中的方法cn.taketoday.context.asm.AnnotationVisitor
-
Visits the end of the annotation.
- visitEnd() - 类 中的方法cn.taketoday.context.asm.ClassVisitor
-
Visits the end of the class.
- visitEnd() - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
- visitEnd() - 类 中的方法cn.taketoday.context.asm.FieldVisitor
-
Visits the end of the field.
- visitEnd() - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits the end of the method.
- visitEnd() - 类 中的方法cn.taketoday.context.asm.ModuleVisitor
-
Visits the end of the module.
- visitEnd() - 类 中的方法cn.taketoday.context.asm.SignatureVisitor
-
Ends the visit of a signature corresponding to a class or interface type.
- visitEnd() - 类 中的方法cn.taketoday.context.asm.SignatureWriter
-
- visitEnum(String, String, String) - 类 中的方法cn.taketoday.context.asm.AnnotationVisitor
-
Visits an enumeration value of the annotation.
- visitExceptionType() - 类 中的方法cn.taketoday.context.asm.SignatureVisitor
-
Visits the type of a method exception.
- visitExceptionType() - 类 中的方法cn.taketoday.context.asm.SignatureWriter
-
- visitExport(String, int, String...) - 类 中的方法cn.taketoday.context.asm.ModuleVisitor
-
Visit an exported package of the current module.
- visitField(int, String, String, String, Object) - 类 中的方法cn.taketoday.context.asm.ClassVisitor
-
Visits a field of the class.
- visitField(int, String, String, String, Object) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
- visitFieldInsn(int, String, String, String) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits a field instruction.
- visitFormalTypeParameter(String) - 类 中的方法cn.taketoday.context.asm.SignatureVisitor
-
Visits a formal type parameter.
- visitFormalTypeParameter(String) - 类 中的方法cn.taketoday.context.asm.SignatureWriter
-
- visitFrame(int, int, Object[], int, Object[]) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits the current state of the local variables and operand stack elements.
- visitIincInsn(int, int) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits an IINC instruction.
- visitInnerClass(String, String, String, int) - 类 中的方法cn.taketoday.context.asm.ClassVisitor
-
Visits information about an inner class.
- visitInnerClass(String, String, String, int) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
- visitInnerClassType(String) - 类 中的方法cn.taketoday.context.asm.SignatureVisitor
-
Visits an inner class.
- visitInnerClassType(String) - 类 中的方法cn.taketoday.context.asm.SignatureWriter
-
- visitInsn(int) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits a zero operand instruction.
- visitInsnAnnotation(int, TypePath, String, boolean) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits an annotation on an instruction.
- visitInterface() - 类 中的方法cn.taketoday.context.asm.SignatureVisitor
-
Visits the type of an interface implemented by the class.
- visitInterface() - 类 中的方法cn.taketoday.context.asm.SignatureWriter
-
- visitInterfaceBound() - 类 中的方法cn.taketoday.context.asm.SignatureVisitor
-
Visits an interface bound of the last visited formal type parameter.
- visitInterfaceBound() - 类 中的方法cn.taketoday.context.asm.SignatureWriter
-
- visitIntInsn(int, int) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits an instruction with a single int operand.
- visitInvokeDynamicInsn(String, String, Handle, Object...) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits an invokedynamic instruction.
- visitJumpInsn(int, Label) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits a jump instruction.
- visitLabel(Label) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits a label.
- visitLdcInsn(Object) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits a LDC instruction.
- visitLineNumber(int, Label) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits a line number declaration.
- visitLocalVariable(String, String, String, Label, Label, int) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits a local variable declaration.
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits an annotation on a local variable type.
- visitLookupSwitchInsn(Label, int[], Label[]) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits a LOOKUPSWITCH instruction.
- visitMainClass(String) - 类 中的方法cn.taketoday.context.asm.ModuleVisitor
-
Visit the main class of the current module.
- visitMaxs(int, int) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits the maximum stack size and the maximum number of local variables of
the method.
- visitMethod(int, String, String, String, String[]) - 类 中的方法cn.taketoday.context.asm.ClassVisitor
-
Visits a method of the class.
- visitMethod(int, String, String, String, String[]) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
- visitMethodInsn(int, String, String, String) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
- visitMethodInsn(int, String, String, String, boolean) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits a method instruction.
- visitModule(String, int, String) - 类 中的方法cn.taketoday.context.asm.ClassVisitor
-
Visit the module corresponding to the class.
- visitModule(String, int, String) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
- visitMultiANewArrayInsn(String, int) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits a MULTIANEWARRAY instruction.
- visitNestHost(String) - 类 中的方法cn.taketoday.context.asm.ClassVisitor
-
Visits the nest host class of the class.
- visitNestHost(String) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
- visitNestMember(String) - 类 中的方法cn.taketoday.context.asm.ClassVisitor
-
Visits a member of the nest.
- visitNestMember(String) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
- visitOpen(String, int, String...) - 类 中的方法cn.taketoday.context.asm.ModuleVisitor
-
Visit an open package of the current module.
- visitOuterClass(String, String, String) - 类 中的方法cn.taketoday.context.asm.ClassVisitor
-
Visits the enclosing class of the class.
- visitOuterClass(String, String, String) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
- visitPackage(String) - 类 中的方法cn.taketoday.context.asm.ModuleVisitor
-
Visit a package of the current module.
- visitParameter(String, int) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits a parameter of this method.
- visitParameterAnnotation(int, String, boolean) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits an annotation of a parameter this method.
- visitParameterType() - 类 中的方法cn.taketoday.context.asm.SignatureVisitor
-
Visits the type of a method parameter.
- visitParameterType() - 类 中的方法cn.taketoday.context.asm.SignatureWriter
-
- visitProvide(String, String...) - 类 中的方法cn.taketoday.context.asm.ModuleVisitor
-
Visit an implementation of a service.
- visitRequire(String, int, String) - 类 中的方法cn.taketoday.context.asm.ModuleVisitor
-
Visits a dependence of the current module.
- visitReturnType() - 类 中的方法cn.taketoday.context.asm.SignatureVisitor
-
Visits the return type of the method.
- visitReturnType() - 类 中的方法cn.taketoday.context.asm.SignatureWriter
-
- visitSource(String, String) - 类 中的方法cn.taketoday.context.asm.ClassVisitor
-
Visits the source of the class.
- visitSource(String, String) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
- visitSuperclass() - 类 中的方法cn.taketoday.context.asm.SignatureVisitor
-
Visits the type of the super class.
- visitSuperclass() - 类 中的方法cn.taketoday.context.asm.SignatureWriter
-
- visitTableSwitchInsn(int, int, Label, Label...) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits a TABLESWITCH instruction.
- visitTryCatchAnnotation(int, TypePath, String, boolean) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits an annotation on an exception handler type.
- visitTryCatchBlock(Label, Label, Label, String) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits a try catch block.
- visitTypeAnnotation(int, TypePath, String, boolean) - 类 中的方法cn.taketoday.context.asm.ClassVisitor
-
Visits an annotation on a type in the class signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - 类 中的方法cn.taketoday.context.asm.ClassWriter
-
- visitTypeAnnotation(int, TypePath, String, boolean) - 类 中的方法cn.taketoday.context.asm.FieldVisitor
-
Visits an annotation on the type of the field.
- visitTypeAnnotation(int, TypePath, String, boolean) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits an annotation on a type in the method signature.
- visitTypeArgument() - 类 中的方法cn.taketoday.context.asm.SignatureVisitor
-
Visits an unbounded type argument of the last visited class or inner class
type.
- visitTypeArgument(char) - 类 中的方法cn.taketoday.context.asm.SignatureVisitor
-
Visits a type argument of the last visited class or inner class type.
- visitTypeArgument() - 类 中的方法cn.taketoday.context.asm.SignatureWriter
-
- visitTypeArgument(char) - 类 中的方法cn.taketoday.context.asm.SignatureWriter
-
- visitTypeInsn(int, String) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits a type instruction.
- visitTypeVariable(String) - 类 中的方法cn.taketoday.context.asm.SignatureVisitor
-
Visits a signature corresponding to a type variable.
- visitTypeVariable(String) - 类 中的方法cn.taketoday.context.asm.SignatureWriter
-
- visitUse(String) - 类 中的方法cn.taketoday.context.asm.ModuleVisitor
-
Visit a service used by the current module.
- visitVarInsn(int, int) - 类 中的方法cn.taketoday.context.asm.MethodVisitor
-
Visits a local variable instruction.
- VOID - 类 中的静态变量cn.taketoday.context.asm.Type
-
The sort of the void type.
- VOID_TYPE - 类 中的静态变量cn.taketoday.context.asm.Type
-
The void type.