Uses of Interface
net.bytebuddy.dynamic.DynamicType.Builder.RecordComponentDefinition
Packages that use DynamicType.Builder.RecordComponentDefinition
Package
Description
This package contains classes and interfaces that are connected to writing the byte stream that represents a Java
type that is dynamically created and for loading this type into a running JVM process.
All classes and types in this package are related to creating a
DynamicType by
enhancing a given type.-
Uses of DynamicType.Builder.RecordComponentDefinition in net.bytebuddy.dynamic
Subinterfaces of DynamicType.Builder.RecordComponentDefinition in net.bytebuddy.dynamicModifier and TypeInterfaceDescriptionstatic interfaceADynamicType.Builder.RecordComponentDefinitionas an optional build step.Classes in net.bytebuddy.dynamic that implement DynamicType.Builder.RecordComponentDefinitionModifier and TypeClassDescriptionprotected classAn adapter for defining a record component.protected classAn adapter for matching record components.static classAn abstract base implementation of a record definition.Methods in net.bytebuddy.dynamic that return DynamicType.Builder.RecordComponentDefinitionModifier and TypeMethodDescriptionDynamicType.Builder.AbstractBase.Adapter.recordComponent(LatentMatcher<? super RecordComponentDescription> matcher) Matches a record component that is already declared by the instrumented type.DynamicType.Builder.AbstractBase.Delegator.recordComponent(ElementMatcher<? super RecordComponentDescription> matcher) Matches a record component that is already declared by the instrumented type.DynamicType.Builder.AbstractBase.Delegator.recordComponent(LatentMatcher<? super RecordComponentDescription> matcher) Matches a record component that is already declared by the instrumented type.DynamicType.Builder.AbstractBase.recordComponent(ElementMatcher<? super RecordComponentDescription> matcher) Matches a record component that is already declared by the instrumented type.DynamicType.Builder.recordComponent(ElementMatcher<? super RecordComponentDescription> matcher) Matches a record component that is already declared by the instrumented type.DynamicType.Builder.recordComponent(LatentMatcher<? super RecordComponentDescription> matcher) Matches a record component that is already declared by the instrumented type. -
Uses of DynamicType.Builder.RecordComponentDefinition in net.bytebuddy.dynamic.scaffold.inline
Methods in net.bytebuddy.dynamic.scaffold.inline that return DynamicType.Builder.RecordComponentDefinitionModifier and TypeMethodDescriptionDecoratingDynamicTypeBuilder.recordComponent(LatentMatcher<? super RecordComponentDescription> matcher) Matches a record component that is already declared by the instrumented type.