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 a
DynamicType by
enhancing a given type. |
Modifier and Type | Interface and Description |
---|---|
static interface |
DynamicType.Builder.RecordComponentDefinition.Optional<U>
A
DynamicType.Builder.RecordComponentDefinition as an optional build step. |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
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<S> |
DynamicType.Builder.AbstractBase.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(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.
|
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<U> |
DynamicType.Builder.AbstractBase.Adapter.recordComponent(LatentMatcher<? super RecordComponentDescription> matcher)
Matches a record component that is already declared by the instrumented type.
|
Modifier and Type | Method and Description |
---|---|
DynamicType.Builder.RecordComponentDefinition<T> |
DecoratingDynamicTypeBuilder.recordComponent(LatentMatcher<? super RecordComponentDescription> matcher) |
Copyright © 2014–2020. All rights reserved.