Uses of Class
net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Record.ForDefinedMethod
Packages that use TypeWriter.MethodPool.Record.ForDefinedMethod
Package
Description
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
The implementation package contains any logic for intercepting method calls.
-
Uses of TypeWriter.MethodPool.Record.ForDefinedMethod in net.bytebuddy.dynamic.scaffold
Modifier and TypeClassDescriptionstatic class
A record for a visibility bridge.static class
Describes an entry that defines a method with a default annotation value.static class
Describes an entry that defines a method as byte code.static class
Describes an entry that defines a method but without byte code and without an annotation value. -
Uses of TypeWriter.MethodPool.Record.ForDefinedMethod in net.bytebuddy.implementation
Modifier and TypeClassDescriptionprotected static class
An implementation of aTypeWriter.MethodPool.Record
for implementing an accessor method.protected static class
An abstract method pool entry that delegates the implementation of a method to itself.protected static class
An implementation for a field getter.protected static class
An implementation for a field setter.