| 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.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
DynamicType.Builder.AbstractBase.DefaultOptionalMatchedMethodInterception
Allows for the direct implementation of an interface after its implementation was specified.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicType.Builder.OptionalMatchedMethodInterception<T> |
DynamicType.Builder.implement(Class<?>... interfaceType)
Adds the given interfaces to be implemented by the created type.
|
DynamicType.Builder.OptionalMatchedMethodInterception<S> |
DynamicType.Builder.AbstractBase.implement(Class<?>... interfaceType) |
DynamicType.Builder.OptionalMatchedMethodInterception<U> |
DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder.implement(Class<?>... interfaceType) |
DynamicType.Builder.OptionalMatchedMethodInterception<T> |
DynamicType.Builder.implement(Collection<? extends TypeDescription> interfaceTypes)
Adds the given interfaces to be implemented by the created type.
|
DynamicType.Builder.OptionalMatchedMethodInterception<S> |
DynamicType.Builder.AbstractBase.implement(Collection<? extends TypeDescription> interfaceTypes) |
DynamicType.Builder.OptionalMatchedMethodInterception<U> |
DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder.implement(Collection<? extends TypeDescription> typeDescriptions) |
DynamicType.Builder.OptionalMatchedMethodInterception<T> |
DynamicType.Builder.implement(Iterable<? extends Class<?>> interfaceTypes)
Adds the given interfaces to be implemented by the created type.
|
DynamicType.Builder.OptionalMatchedMethodInterception<S> |
DynamicType.Builder.AbstractBase.implement(Iterable<? extends Class<?>> interfaceTypes) |
DynamicType.Builder.OptionalMatchedMethodInterception<U> |
DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder.implement(Iterable<? extends Class<?>> interfaceTypes) |
DynamicType.Builder.OptionalMatchedMethodInterception<T> |
DynamicType.Builder.implement(TypeDescription... interfaceType)
Adds the given interfaces to be implemented by the created type.
|
DynamicType.Builder.OptionalMatchedMethodInterception<S> |
DynamicType.Builder.AbstractBase.implement(TypeDescription... interfaceType) |
DynamicType.Builder.OptionalMatchedMethodInterception<U> |
DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder.implement(TypeDescription... interfaceType) |
Copyright © 2014–2015. All rights reserved.