All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AllGettersPointcut Pointcut on all public non final getters methods.AllMethodsPointcut Pointcut on all public methods.AllRealMethodsPointcut Pointcut on all public methods that are not getters or settersAllSettersPointcut Pointcut on all public non final setters methods.AllTopMethodsPointcut Filter for top-level public methodsAnnotationInfo Annotation information.AnnotationReader Reads annotation inner data.AnnotationVisitor A visitor to visit a Java annotation.AnnotationVisitorAdapter Annotation visitor adapter.AopProxy Factory for proxies, created using Java own library.AsmUtil Generic ASM utils.Aspect Base aspect class that holds the target instance.Attribute A non standard class, field, method or Code attribute, as defined in the Java Virtual Machine Specification (JVMS).ByteVector A dynamically extensible vector of bytes.ClassAdapter An empty ClassVisitor that delegates to another ClassVisitor.ClassInfo Various target class information.ClassReader A parser to make aClassVisitorvisit a ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS).ClassTooLargeException Exception thrown when the constant pool of a class produced by aClassWriteris too large.ClassVisitor A visitor to visit a Java class.ClassWriter AClassVisitorthat generates a corresponding ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS).ConstantDynamic A constant whose value is computed at runtime, with a bootstrap method.DefineClass DelegateAdvice Delegates calls to target using reflection.DelegateAdviceUtil Utilities for applyingDelegateAdviceto target.EmptyAnnotationVisitor Empty annotation visitor.EmptyClassVisitor Empty class visitor.EmptyMethodVisitor Empty method visitor.FieldVisitor A visitor to visit a Java field.GenericsReader Collector of generics information from the signature.Handle A reference to a field or a method.InterfaceImplementation<C> InterfaceMethodInvocationHandler InvokeAspect Invoke aspect defines method pointcuts that should be replaced and their advice replacements.InvokeClassBuilder Invocation replacer class adapter.InvokeInfo Information about invocation.InvokeProxetta Proxetta that does method (i.e.InvokeProxettaFactory Invocation replacer class processor.InvokeReplacer Invocation advice represents a method that will replace some invocation pointcut.InvokeReplacerMethodAdapter Invocation replacer method adapter.Label A position in the bytecode of a method.MethodAdapter An empty MethodVisitor that delegates to another MethodVisitor.MethodInfo Method info provides various information about a method.MethodParameter Resolved method parameter from bytecode.MethodSignatureVisitor Resolves method signature and holds all information.MethodTooLargeException Exception thrown when the Code attribute of a method produced by aClassWriteris too large.MethodVisitor A visitor to visit a Java method.MethodWithAnnotationPointcut Pointcut on a method with one of given annotations.Methref<C> Super tool for getting method references (names) in compile-time.MethrefAdvice Methref advice applied on all methods.MethrefException Methref exception.MethrefProxetta Methref Proxetta builder and holder and facade.ModuleVisitor A visitor to visit a Java module.MutableInteger Opcodes The JVM opcodes, access flags and array type codes.Paramo Extracts method or constructor parameter names from bytecode debug information in runtime.ParamoException Exception thrown onParamoproblems.Pathref<C> Super tool for getting calling path reference in compile-time.PathrefAdvice Pathref advice applied on all methods.PathrefContinue PathrefException Pathref exception.PathrefProxetta Methref Proxetta builder and holder and facade.Proxetta<T extends Proxetta,A> Proxetta creates dynamic proxy classes in the run-time.ProxettaAsmUtil Various ASM utilities used byProxetta.ProxettaClassBuilder Proxetta class builder.ProxettaCtorBuilder Destination ctor builderProxettaException ProxettaFactory<T extends ProxettaFactory,P extends Proxetta> Proxetta builder.ProxettaMethodBuilder ProxettaNames Jodd PROXETTA default names, used all over the library..ProxettaUtil Proxetta utilities.ProxettaWrapperClassBuilder ProxyAdvice ProxyAdvice is the code portion of an aspect, i.e.ProxyAspect Proxy aspect contains advice and pointcut rules for applying advice.ProxyPointcut Pointcut is a set of points in the application where advice should be applied, i.e.ProxyProxetta Proxetta that creates proxies.ProxyProxettaFactory Creates the proxy subclass using ASM library.ProxyTarget Marker class forproxyimplementations.ProxyTargetInfo Holder for variousProxyTargetinformation.ProxyTargetReplacement Replacements methods forProxyTargetmethods.RecordComponentVisitor A visitor to visit a record component.SignatureReader A parser for signature literals, as defined in the Java Virtual Machine Specification (JVMS), to visit them with a SignatureVisitor.SignatureVisitor A visitor to visit a generic signature.TargetClassInfoReader Reads info from target class.TraceSignatureVisitor ASignatureVisitorthat builds the Java generic type declaration corresponding to the signature it visits.Type A Java field or method type.TypeInfo Holds information about the types.TypeInfoImpl Implementation ofTypeInfo.TypePath The path to a type argument, wildcard bound, array element type, or static inner type within an enclosing type.TypeReference A reference to a type appearing in a class, field or method declaration, or on an instruction.WorkData Holds various information about the current process of making proxy.WrapperProxetta Proxetta that creates wrappers.WrapperProxettaFactory Creates wrapper using ASM library.