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 classA record for a visibility bridge.static classDescribes an entry that defines a method with a default annotation value.static classDescribes an entry that defines a method as byte code.static classDescribes 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 classAn implementation of aTypeWriter.MethodPool.Recordfor implementing an accessor method.protected static classAn abstract method pool entry that delegates the implementation of a method to itself.protected static classAn implementation for a field getter.protected static classAn implementation for a field setter.