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 aDynamicTypeby 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 interfaceDynamicType.Builder.RecordComponentDefinition.Optional<U>ADynamicType.Builder.RecordComponentDefinitionas an optional build step.Classes in net.bytebuddy.dynamic that implement DynamicType.Builder.RecordComponentDefinition Modifier and Type Class Description protected classDynamicType.Builder.AbstractBase.Adapter.RecordComponentDefinitionAdapterAn adapter for defining a record component.protected classDynamicType.Builder.AbstractBase.Adapter.RecordComponentMatchAdapterAn adapter for matching record components.static classDynamicType.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)
-