Uses of Interface
net.bytebuddy.dynamic.DynamicType.Builder.RecordComponentDefinition
-
Packages that use DynamicType.Builder.RecordComponentDefinition Package Description net.bytebuddy.dynamic 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.net.bytebuddy.dynamic.scaffold.inline All classes and types in this package are related to creating aDynamicType
by enhancing a given type. -
-
Uses of DynamicType.Builder.RecordComponentDefinition in net.bytebuddy.dynamic
Subinterfaces of DynamicType.Builder.RecordComponentDefinition in net.bytebuddy.dynamic Modifier and Type Interface Description static interface
DynamicType.Builder.RecordComponentDefinition.Optional<U>
ADynamicType.Builder.RecordComponentDefinition
as an optional build step.Classes in net.bytebuddy.dynamic that implement DynamicType.Builder.RecordComponentDefinition Modifier and Type Class Description protected class
DynamicType.Builder.AbstractBase.Adapter.RecordComponentDefinitionAdapter
An adapter for defining a record component.protected class
DynamicType.Builder.AbstractBase.Adapter.RecordComponentMatchAdapter
An adapter for matching record components.static class
DynamicType.Builder.RecordComponentDefinition.Optional.AbstractBase<U>
An abstract base implementation of a record definition.Methods in net.bytebuddy.dynamic that return DynamicType.Builder.RecordComponentDefinition Modifier and Type Method Description DynamicType.Builder.RecordComponentDefinition<U>
DynamicType.Builder.AbstractBase.Adapter. recordComponent(LatentMatcher<? super RecordComponentDescription> matcher)
Matches a record component that is already declared by the instrumented type.DynamicType.Builder.RecordComponentDefinition<U>
DynamicType.Builder.AbstractBase.Delegator. recordComponent(ElementMatcher<? super RecordComponentDescription> matcher)
Matches a record component that is already declared by the instrumented type.DynamicType.Builder.RecordComponentDefinition<U>
DynamicType.Builder.AbstractBase.Delegator. recordComponent(LatentMatcher<? super RecordComponentDescription> matcher)
Matches a record component that is already declared by the instrumented type.DynamicType.Builder.RecordComponentDefinition<S>
DynamicType.Builder.AbstractBase. recordComponent(ElementMatcher<? super RecordComponentDescription> matcher)
Matches a record component that is already declared by the instrumented type.DynamicType.Builder.RecordComponentDefinition<T>
DynamicType.Builder. recordComponent(ElementMatcher<? super RecordComponentDescription> matcher)
Matches a record component that is already declared by the instrumented type.DynamicType.Builder.RecordComponentDefinition<T>
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.RecordComponentDefinition Modifier and Type Method Description DynamicType.Builder.RecordComponentDefinition<T>
DecoratingDynamicTypeBuilder. recordComponent(LatentMatcher<? super RecordComponentDescription> matcher)
-