Uses of Class
net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Record.ForDefinedMethod
-
Packages that use TypeWriter.MethodPool.Record.ForDefinedMethod Package Description 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.implementation The implementation package contains any logic for intercepting method calls. -
-
Uses of TypeWriter.MethodPool.Record.ForDefinedMethod in net.bytebuddy.dynamic.scaffold
Subclasses of TypeWriter.MethodPool.Record.ForDefinedMethod in net.bytebuddy.dynamic.scaffold Modifier and Type Class Description static class
TypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridge
A record for a visibility bridge.static class
TypeWriter.MethodPool.Record.ForDefinedMethod.WithAnnotationDefaultValue
Describes an entry that defines a method with a default annotation value.static class
TypeWriter.MethodPool.Record.ForDefinedMethod.WithBody
Describes an entry that defines a method as byte code.static class
TypeWriter.MethodPool.Record.ForDefinedMethod.WithoutBody
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
Subclasses of TypeWriter.MethodPool.Record.ForDefinedMethod in net.bytebuddy.implementation Modifier and Type Class Description protected static class
Implementation.Context.Default.AccessorMethodDelegation
An implementation of aTypeWriter.MethodPool.Record
for implementing an accessor method.protected static class
Implementation.Context.Default.DelegationRecord
An abstract method pool entry that delegates the implementation of a method to itself.protected static class
Implementation.Context.Default.FieldGetterDelegation
An implementation for a field getter.protected static class
Implementation.Context.Default.FieldSetterDelegation
An implementation for a field setter.
-