Uses of Class
net.bytebuddy.implementation.Implementation.Context.Default.DelegationRecord
Packages that use Implementation.Context.Default.DelegationRecord
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of Implementation.Context.Default.DelegationRecord in net.bytebuddy.implementation
Modifier and TypeClassDescriptionprotected static classAn implementation of aTypeWriter.MethodPool.Recordfor implementing an accessor method.protected static classAn implementation for a field getter.protected static classAn implementation for a field setter.Methods in net.bytebuddy.implementation that return Implementation.Context.Default.DelegationRecordModifier and TypeMethodDescriptionImplementation.Context.Default.AccessorMethodDelegation.with(MethodAccessorFactory.AccessType accessType) protected abstract Implementation.Context.Default.DelegationRecordImplementation.Context.Default.DelegationRecord.with(MethodAccessorFactory.AccessType accessType) Returns this delegation record with the minimal visibility represented by the supplied access type.Implementation.Context.Default.FieldGetterDelegation.with(MethodAccessorFactory.AccessType accessType) Implementation.Context.Default.FieldSetterDelegation.with(MethodAccessorFactory.AccessType accessType)