Uses of Interface
net.bytebuddy.dynamic.DynamicType.Builder.MethodDefinition.ImplementationDefinition.Optional
Packages that use DynamicType.Builder.MethodDefinition.ImplementationDefinition.Optional
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.MethodDefinition.ImplementationDefinition.Optional in net.bytebuddy.dynamic
Classes in net.bytebuddy.dynamic that implement DynamicType.Builder.MethodDefinition.ImplementationDefinition.OptionalModifier and TypeClassDescriptionprotected class
An adapter for optionally matching methods defined by declared interfaces.Methods in net.bytebuddy.dynamic that return DynamicType.Builder.MethodDefinition.ImplementationDefinition.OptionalModifier and TypeMethodDescriptionDynamicType.Builder.AbstractBase.Adapter.implement
(Collection<? extends TypeDefinition> interfaceTypes) Implements the supplied interfaces for the instrumented type.DynamicType.Builder.AbstractBase.Delegator.implement
(Collection<? extends TypeDefinition> interfaceTypes) Implements the supplied interfaces for the instrumented type.Implements the supplied interfaces for the instrumented type.Implements the supplied interfaces for the instrumented type.DynamicType.Builder.AbstractBase.implement
(TypeDefinition... interfaceType) Implements the supplied interfaces for the instrumented type.Implements the supplied interfaces for the instrumented type.DynamicType.Builder.implement
(Collection<? extends TypeDefinition> interfaceTypes) Implements the supplied interfaces for the instrumented type.Implements the supplied interfaces for the instrumented type.DynamicType.Builder.implement
(TypeDefinition... interfaceType) Implements the supplied interfaces for the instrumented type. -
Uses of DynamicType.Builder.MethodDefinition.ImplementationDefinition.Optional in net.bytebuddy.dynamic.scaffold.inline
Methods in net.bytebuddy.dynamic.scaffold.inline that return DynamicType.Builder.MethodDefinition.ImplementationDefinition.OptionalModifier and TypeMethodDescriptionDecoratingDynamicTypeBuilder.implement
(Collection<? extends TypeDefinition> interfaceTypes) Implements the supplied interfaces for the instrumented type.