Package | Description |
---|---|
net.bytebuddy |
Byte Buddy is a library for creating Java classes at runtime of a Java program.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteBuddy.MatchedMethodInterception
A matched method interception for a non-optional method definition.
|
static class |
ByteBuddy.OptionalMethodInterception
An optional method interception that allows to intercept a method selection only if this is needed.
|
Copyright © 2014–2015. All rights reserved.