| Package | Description | 
|---|---|
| net.bytebuddy | Byte Buddy is a library for creating Java classes at runtime of a Java program. | 
| Modifier and Type | Method and Description | 
|---|---|
| ByteBuddy.OptionalMethodInterception | ByteBuddy. withImplementing(Class<?>... type)Defines all dynamic types that are created by this configuration to implement the given interface. | 
| ByteBuddy.OptionalMethodInterception | ByteBuddy.MethodAnnotationTarget. withImplementing(Class<?>... type) | 
| ByteBuddy.OptionalMethodInterception | ByteBuddy. withImplementing(TypeDescription... type)Defines all dynamic types that are created by this configuration to implement the given interface. | 
| ByteBuddy.OptionalMethodInterception | ByteBuddy.MethodAnnotationTarget. withImplementing(TypeDescription... type) | 
Copyright © 2014. All rights reserved.