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 classTypeWriter.MethodPool.Record.ForDefinedMethod.OfVisibilityBridgeA record for a visibility bridge.static classTypeWriter.MethodPool.Record.ForDefinedMethod.WithAnnotationDefaultValueDescribes an entry that defines a method with a default annotation value.static classTypeWriter.MethodPool.Record.ForDefinedMethod.WithBodyDescribes an entry that defines a method as byte code.static classTypeWriter.MethodPool.Record.ForDefinedMethod.WithoutBodyDescribes 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 classImplementation.Context.Default.AccessorMethodDelegationAn implementation of aTypeWriter.MethodPool.Recordfor implementing an accessor method.protected static classImplementation.Context.Default.DelegationRecordAn abstract method pool entry that delegates the implementation of a method to itself.protected static classImplementation.Context.Default.FieldGetterDelegationAn implementation for a field getter.protected static classImplementation.Context.Default.FieldSetterDelegationAn implementation for a field setter.
-