Skip navigation links
A C D G I J N O P _ 

A

Asm - Class in cn.featherfly.common.asm
AsmUtils
Asm() - Constructor for class cn.featherfly.common.asm.Asm
 
AsmException - Exception in cn.featherfly.common.asm
AsmException.
AsmException(String, Locale, Throwable) - Constructor for exception cn.featherfly.common.asm.AsmException
Instantiates a new asm exception.
AsmException(String, Locale) - Constructor for exception cn.featherfly.common.asm.AsmException
Instantiates a new asm exception.
AsmException(String, Object[], Locale, Throwable) - Constructor for exception cn.featherfly.common.asm.AsmException
Instantiates a new asm exception.
AsmException(String, Object[], Locale) - Constructor for exception cn.featherfly.common.asm.AsmException
Instantiates a new asm exception.
AsmException(String, Object[], Throwable) - Constructor for exception cn.featherfly.common.asm.AsmException
Instantiates a new asm exception.
AsmException(String, Object[]) - Constructor for exception cn.featherfly.common.asm.AsmException
Instantiates a new asm exception.
AsmException(String, Throwable) - Constructor for exception cn.featherfly.common.asm.AsmException
Instantiates a new asm exception.
AsmException(String) - Constructor for exception cn.featherfly.common.asm.AsmException
Instantiates a new asm exception.
AsmException(Throwable) - Constructor for exception cn.featherfly.common.asm.AsmException
Instantiates a new asm exception.
AsmInstantiatorFactory - Class in cn.featherfly.common.bean
asm instantiator factory.
AsmInstantiatorFactory(ClassLoader) - Constructor for class cn.featherfly.common.bean.AsmInstantiatorFactory
Instantiates a new instantiator factor.
AsmPropertyAccessorFactory - Class in cn.featherfly.common.bean
asm property accessor factory.
AsmPropertyAccessorFactory(ClassLoader) - Constructor for class cn.featherfly.common.bean.AsmPropertyAccessorFactory
Instantiates a new asm instantiator factory.
AsmPropertyAccessorFactory(ClassLoader, boolean) - Constructor for class cn.featherfly.common.bean.AsmPropertyAccessorFactory
Instantiates a new asm instantiator factory.
AsmPropertyAccessorFactory(ClassLoader, UnaryOperator<AllowDenyListPolicy<Type>>) - Constructor for class cn.featherfly.common.bean.AsmPropertyAccessorFactory
Instantiates a new instantiator factor.
AsmPropertyAccessorFactory(ClassLoader, UnaryOperator<AllowDenyListPolicy<Type>>, boolean) - Constructor for class cn.featherfly.common.bean.AsmPropertyAccessorFactory
Instantiates a new instantiator factor.
AsmPropertyAccessorFactory(ClassLoader, AllowPolicy<Type>) - Constructor for class cn.featherfly.common.bean.AsmPropertyAccessorFactory
Instantiates a new instantiator factor.
AsmPropertyAccessorFactory(ClassLoader, AllowPolicy<Type>, boolean) - Constructor for class cn.featherfly.common.bean.AsmPropertyAccessorFactory
Instantiates a new instantiator factor.
AsmPropertyFactory - Class in cn.featherfly.common.bean
AsmInstantiatorFactory.
AsmPropertyFactory(BytesClassLoader) - Constructor for class cn.featherfly.common.bean.AsmPropertyFactory
Instantiates a new asm instantiator factory.

C

CLASS_NAME_SUFFIX - Static variable in class cn.featherfly.common.bean.AsmInstantiatorFactory
The Constant CLASS_NAME_SUFFIX.
CLASS_NAME_SUFFIX - Static variable in class cn.featherfly.common.bean.AsmPropertyAccessorFactory
The Constant CLASS_NAME_SUFFIX.
CLASS_NAME_SUFFIX - Static variable in class cn.featherfly.common.bean.AsmPropertyFactory
The Constant CLASS_NAME_SUFFIX.
cn.featherfly.common.asm - package cn.featherfly.common.asm
 
cn.featherfly.common.bean - package cn.featherfly.common.bean
 
CONSTRUCT_METHOD - Static variable in class cn.featherfly.common.asm.Asm
The Constant CONSTRUCT_METHOD.
create(Class<T>, ClassLoader) - Method in class cn.featherfly.common.bean.AsmInstantiatorFactory
create(Class<T>, ClassLoader) - Method in class cn.featherfly.common.bean.AsmPropertyAccessorFactory
create(String, Class<T>, Class<V>, String, int, ClassLoader) - Method in class cn.featherfly.common.bean.AsmPropertyFactory
Creates a new AsmProperty object.
createMethodGetType(Class<?>) - Static method in class cn.featherfly.common.bean.AsmInstantiatorFactory
Creates a new AsmInstantiator object.
createMethodInstantiate(String) - Static method in class cn.featherfly.common.bean.AsmInstantiatorFactory
Creates a new AsmInstantiator object.
createPropertyAccessorCascade(ClassLoader) - Method in class cn.featherfly.common.bean.AsmPropertyAccessorFactory
Creates a new AsmPropertyAccessor object.

D

doClassLoaderReload() - Method in class cn.featherfly.common.bean.AsmInstantiatorFactory
doClassLoaderReload() - Method in class cn.featherfly.common.bean.AsmPropertyAccessorFactory
doClassLoaderReload() - Method in class cn.featherfly.common.bean.AsmPropertyFactory

G

getConstructorDescriptor() - Static method in class cn.featherfly.common.asm.Asm
Gets the constructor descriptor.
getConstructorDescriptor(Class<?>...) - Static method in class cn.featherfly.common.asm.Asm
Gets the constructor descriptor.
getConstructorDescriptor(String...) - Static method in class cn.featherfly.common.asm.Asm
Gets the constructor descriptor.
getLoadCode(Class<?>) - Static method in class cn.featherfly.common.asm.Asm
Gets the primitive return code.
getName(Class<?>) - Static method in class cn.featherfly.common.asm.Asm
Gets the name.
getName(String) - Static method in class cn.featherfly.common.asm.Asm
Gets the name.
getParamNames(Executable) - Static method in class cn.featherfly.common.asm.Asm
Gets the constructor or method param names.
getPrimitiveBoxingMethodDescriptor(String) - Static method in class cn.featherfly.common.asm.Asm
Gets the primitive boxing method descriptor.
getPrimitiveBoxingMethodDescriptor(Class<?>) - Static method in class cn.featherfly.common.asm.Asm
Gets the primitive boxing method descriptor.
getPrimitiveReturnCode(Class<?>) - Static method in class cn.featherfly.common.asm.Asm
Gets the primitive return code.
getPrimitiveUnboxingMethod(String) - Static method in class cn.featherfly.common.asm.Asm
Gets the primitive unboxing method name.
getPrimitiveUnboxingMethod(Class<?>) - Static method in class cn.featherfly.common.asm.Asm
Gets the primitive unboxing method name.
getPrimitiveUnboxingMethodDescriptor(String) - Static method in class cn.featherfly.common.asm.Asm
Gets the primitive unboxing method descriptor.
getPrimitiveUnboxingMethodDescriptor(Class<?>) - Static method in class cn.featherfly.common.asm.Asm
Gets the primitive unboxing method descriptor.
getPrimitiveWrapperMethodDescriptor(String) - Static method in class cn.featherfly.common.asm.Asm
getPrimitiveWrapperMethodDescriptor(Class<?>) - Static method in class cn.featherfly.common.asm.Asm
getPrimitiveWrapperName(String) - Static method in class cn.featherfly.common.asm.Asm
Gets the primitive wrapper name.
getPrimitiveWrapperName(Class<?>) - Static method in class cn.featherfly.common.asm.Asm
Gets the primitive wrapper name.
getReturnCode(Class<?>) - Static method in class cn.featherfly.common.asm.Asm
Gets the return code.
getType(Class<?>) - Static method in class cn.featherfly.common.asm.Asm
 
getType(String) - Static method in class cn.featherfly.common.asm.Asm
 

I

isPrimitive(String) - Static method in class cn.featherfly.common.asm.Asm
Checks if is primitive.

J

javapString(AbstractInsnNode) - Static method in class cn.featherfly.common.asm.Asm
Javap string.

N

newInstance(Class<Property<T, V>>, PropertyAccessor<T>) - Method in class cn.featherfly.common.bean.AsmPropertyFactory
New instance.
NONE_PARAMETER_DESCRIPTOR - Static variable in class cn.featherfly.common.asm.Asm
The Constant NONE_PARAMETER_DESCRIPTOR.

O

opcodeName(int) - Static method in class cn.featherfly.common.asm.Asm
Opcode name.

P

PRIMITIVE_BOXING_METHOD - Static variable in class cn.featherfly.common.asm.Asm
The Constant PRIMITIVE_BOXING_METHOD.
PRIMITIVE_WRAPPER_METHOD - Static variable in class cn.featherfly.common.asm.Asm

_

_getMethodDescriptor(Class<?>) - Static method in class cn.featherfly.common.asm.Asm
Gets the method descriptor.
A C D G I J N O P _ 
Skip navigation links