Uses of Class
net.bytebuddy.description.method.MethodDescription.SignatureToken
-
Packages that use MethodDescription.SignatureToken Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API.net.bytebuddy.build A package for types that allow for applying Byte Buddy transformation during a build process.net.bytebuddy.description.method Contains descriptions of Java methods and constructors as well as their parameters.net.bytebuddy.dynamic.scaffold This package contains helper types and implementations that are responsible for the actual writing of a byte array representing a Java class.net.bytebuddy.dynamic.scaffold.inline All classes and types in this package are related to creating aDynamicTypeby enhancing a given type.net.bytebuddy.dynamic.scaffold.subclass All classes and types in this package are related to creating aDynamicTypeby creating a subclass of a given type.net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls.net.bytebuddy.matcher Contains an API for matching Java byte code entities. -
-
Uses of MethodDescription.SignatureToken in net.bytebuddy.asm
Fields in net.bytebuddy.asm declared as MethodDescription.SignatureToken Modifier and Type Field Description private MethodDescription.SignatureTokenAdvice.Delegator.ForDynamicInvocation. signatureTokenThe advice method.Constructors in net.bytebuddy.asm with parameters of type MethodDescription.SignatureToken Constructor Description ForDynamicInvocation(MethodDescription.InDefinedShape bootstrapMethod, MethodDescription.SignatureToken signatureToken, Advice.BootstrapArgumentResolver resolver)Creates a delegator for a dynamic method invocation. -
Uses of MethodDescription.SignatureToken in net.bytebuddy.build
Fields in net.bytebuddy.build declared as MethodDescription.SignatureToken Modifier and Type Field Description private MethodDescription.SignatureTokenAccessControllerPlugin.AccessControlWrapper.PrefixingMethodVisitor. tokenThe target signature of the method declared by the JVM access controller.Fields in net.bytebuddy.build with type parameters of type MethodDescription.SignatureToken Modifier and Type Field Description private static java.util.Map<MethodDescription.SignatureToken,MethodDescription.SignatureToken>AccessControllerPlugin. SIGNATURESA map to all signatures ofjava.security.AccessControllerfrom a signature that does not contain any types that are deprecated for removal.private static java.util.Map<MethodDescription.SignatureToken,MethodDescription.SignatureToken>AccessControllerPlugin. SIGNATURESA map to all signatures ofjava.security.AccessControllerfrom a signature that does not contain any types that are deprecated for removal.Constructors in net.bytebuddy.build with parameters of type MethodDescription.SignatureToken Constructor Description PrefixingMethodVisitor(org.objectweb.asm.MethodVisitor methodVisitor, TypeDescription instrumentedType, MethodDescription.SignatureToken token, java.lang.String name, int offset, Implementation.Context.FrameGeneration frameGeneration)Creates a new prefixing method visitor. -
Uses of MethodDescription.SignatureToken in net.bytebuddy.description.method
Methods in net.bytebuddy.description.method that return MethodDescription.SignatureToken Modifier and Type Method Description MethodDescription.SignatureTokenMethodDescription.AbstractBase. asSignatureToken()Returns a signature token representing this method.MethodDescription.SignatureTokenMethodDescription. asSignatureToken()Returns a signature token representing this method.MethodDescription.SignatureTokenMethodDescription.Token. asSignatureToken(TypeDescription declaringType)Creates a signature token that represents the method that is represented by this token.Methods in net.bytebuddy.description.method that return types with arguments of type MethodDescription.SignatureToken Modifier and Type Method Description java.util.List<MethodDescription.SignatureToken>MethodList.AbstractBase. asSignatureTokenList()Returns a list of signature tokens for this list of methods.java.util.List<MethodDescription.SignatureToken>MethodList.AbstractBase. asSignatureTokenList(ElementMatcher<? super TypeDescription> matcher, TypeDescription typeDescription)Returns a list of signature tokens for this list of methods.java.util.List<MethodDescription.SignatureToken>MethodList. asSignatureTokenList()Returns a list of signature tokens for this list of methods.java.util.List<MethodDescription.SignatureToken>MethodList. asSignatureTokenList(ElementMatcher<? super TypeDescription> matcher, TypeDescription typeDescription)Returns a list of signature tokens for this list of methods.java.util.List<MethodDescription.SignatureToken>MethodList.Empty. asSignatureTokenList()Returns a list of signature tokens for this list of methods.java.util.List<MethodDescription.SignatureToken>MethodList.Empty. asSignatureTokenList(ElementMatcher<? super TypeDescription> matcher, TypeDescription typeDescription)Returns a list of signature tokens for this list of methods. -
Uses of MethodDescription.SignatureToken in net.bytebuddy.dynamic.scaffold
Fields in net.bytebuddy.dynamic.scaffold with type parameters of type MethodDescription.SignatureToken Modifier and Type Field Description private java.util.LinkedHashMap<MethodDescription.SignatureToken,MethodGraph.Node>MethodGraph.Simple. nodesThe nodes represented by this method graph.Methods in net.bytebuddy.dynamic.scaffold with parameters of type MethodDescription.SignatureToken Modifier and Type Method Description MethodGraph.NodeMethodGraph.Compiler.Default.Key.Store.Graph. locate(MethodDescription.SignatureToken token)Locates a node in this graph which represents the provided method token.MethodGraph.NodeMethodGraph.Empty. locate(MethodDescription.SignatureToken token)Locates a node in this graph which represents the provided method token.MethodGraph.NodeMethodGraph.Linked.Delegation. locate(MethodDescription.SignatureToken token)Locates a node in this graph which represents the provided method token.MethodGraph.NodeMethodGraph. locate(MethodDescription.SignatureToken token)Locates a node in this graph which represents the provided method token.MethodGraph.NodeMethodGraph.Simple. locate(MethodDescription.SignatureToken token)Locates a node in this graph which represents the provided method token.protected static MethodGraph.Compiler.Default.Key.DetachedMethodGraph.Compiler.Default.Key.Detached. of(MethodDescription.SignatureToken token)Creates a new detached key of the given method token.Constructor parameters in net.bytebuddy.dynamic.scaffold with type arguments of type MethodDescription.SignatureToken Constructor Description Simple(java.util.LinkedHashMap<MethodDescription.SignatureToken,MethodGraph.Node> nodes)Creates a new simple method graph. -
Uses of MethodDescription.SignatureToken in net.bytebuddy.dynamic.scaffold.inline
Fields in net.bytebuddy.dynamic.scaffold.inline with type parameters of type MethodDescription.SignatureToken Modifier and Type Field Description private java.util.Map<MethodDescription.SignatureToken,MethodRebaseResolver.Resolution>RebaseImplementationTarget. rebaseableMethodsA mapping of the instrumented type's declared methods by each method's token.Methods in net.bytebuddy.dynamic.scaffold.inline that return types with arguments of type MethodDescription.SignatureToken Modifier and Type Method Description java.util.Map<MethodDescription.SignatureToken,MethodRebaseResolver.Resolution>MethodRebaseResolver. asTokenMap()Returns a map of all rebasable methods' signature tokens to their resolution.java.util.Map<MethodDescription.SignatureToken,MethodRebaseResolver.Resolution>MethodRebaseResolver.Default. asTokenMap()Returns a map of all rebasable methods' signature tokens to their resolution.java.util.Map<MethodDescription.SignatureToken,MethodRebaseResolver.Resolution>MethodRebaseResolver.Disabled. asTokenMap()Returns a map of all rebasable methods' signature tokens to their resolution.Methods in net.bytebuddy.dynamic.scaffold.inline with parameters of type MethodDescription.SignatureToken Modifier and Type Method Description Implementation.SpecialMethodInvocationRebaseImplementationTarget. invokeSuper(MethodDescription.SignatureToken token)Creates a special method invocation for invoking the super method of the given method.Method parameters in net.bytebuddy.dynamic.scaffold.inline with type arguments of type MethodDescription.SignatureToken Modifier and Type Method Description static MethodRebaseResolverMethodRebaseResolver.Default. make(TypeDescription instrumentedType, java.util.Set<? extends MethodDescription.SignatureToken> rebaseables, ClassFileVersion classFileVersion, AuxiliaryType.NamingStrategy auxiliaryTypeNamingStrategy, MethodNameTransformer methodNameTransformer)Creates a new method rebase resolver.Constructor parameters in net.bytebuddy.dynamic.scaffold.inline with type arguments of type MethodDescription.SignatureToken Constructor Description RebaseImplementationTarget(TypeDescription instrumentedType, MethodGraph.Linked methodGraph, Implementation.Target.AbstractBase.DefaultMethodInvocation defaultMethodInvocation, java.util.Map<MethodDescription.SignatureToken,MethodRebaseResolver.Resolution> rebaseableMethods)Creates a rebase implementation target. -
Uses of MethodDescription.SignatureToken in net.bytebuddy.dynamic.scaffold.subclass
Methods in net.bytebuddy.dynamic.scaffold.subclass with parameters of type MethodDescription.SignatureToken Modifier and Type Method Description private Implementation.SpecialMethodInvocationSubclassImplementationTarget. invokeConstructor(MethodDescription.SignatureToken token)Resolves a special method invocation for a constructor invocation.private Implementation.SpecialMethodInvocationSubclassImplementationTarget. invokeMethod(MethodDescription.SignatureToken token)Resolves a special method invocation for a non-constructor invocation.Implementation.SpecialMethodInvocationSubclassImplementationTarget. invokeSuper(MethodDescription.SignatureToken token)Creates a special method invocation for invoking the super method of the given method. -
Uses of MethodDescription.SignatureToken in net.bytebuddy.implementation
Methods in net.bytebuddy.implementation with parameters of type MethodDescription.SignatureToken Modifier and Type Method Description Implementation.SpecialMethodInvocationImplementation.Target.AbstractBase. invokeDefault(MethodDescription.SignatureToken token)Creates a special method invocation for invoking a default method with the given token.Implementation.SpecialMethodInvocationImplementation.Target.AbstractBase. invokeDefault(MethodDescription.SignatureToken token, TypeDescription targetType)Creates a special method invocation for invoking a default method.Implementation.SpecialMethodInvocationImplementation.Target. invokeDefault(MethodDescription.SignatureToken token)Creates a special method invocation for invoking a default method with the given token.Implementation.SpecialMethodInvocationImplementation.Target. invokeDefault(MethodDescription.SignatureToken token, TypeDescription targetType)Creates a special method invocation for invoking a default method.Implementation.SpecialMethodInvocationImplementation.Target.AbstractBase. invokeDominant(MethodDescription.SignatureToken token)Invokes a dominant method, i.e.Implementation.SpecialMethodInvocationImplementation.Target. invokeDominant(MethodDescription.SignatureToken token)Invokes a dominant method, i.e.Implementation.SpecialMethodInvocationImplementation.Target. invokeSuper(MethodDescription.SignatureToken token)Creates a special method invocation for invoking the super method of the given method. -
Uses of MethodDescription.SignatureToken in net.bytebuddy.matcher
Fields in net.bytebuddy.matcher declared as MethodDescription.SignatureToken Modifier and Type Field Description private MethodDescription.SignatureTokenLatentMatcher.ForMethodToken.ResolvedMatcher. signatureTokenThe signature token representing the matched field.Fields in net.bytebuddy.matcher with type parameters of type MethodDescription.SignatureToken Modifier and Type Field Description private ElementMatcher<? super MethodDescription.SignatureToken>SignatureTokenMatcher. matcherThe matcher to match the signature token against.Methods in net.bytebuddy.matcher with parameters of type MethodDescription.SignatureToken Modifier and Type Method Description static <T extends MethodDescription>
ElementMatcher.Junction<T>ElementMatchers. hasSignature(MethodDescription.SignatureToken token)Only matches method descriptions that yield the provided signature token.Constructors in net.bytebuddy.matcher with parameters of type MethodDescription.SignatureToken Constructor Description ResolvedMatcher(MethodDescription.SignatureToken signatureToken)Creates a new resolved matcher.Constructor parameters in net.bytebuddy.matcher with type arguments of type MethodDescription.SignatureToken Constructor Description SignatureTokenMatcher(ElementMatcher<? super MethodDescription.SignatureToken> matcher)Creates a new signature token matcher.
-