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.MatchedMethodInterception |
ByteBuddy.constructor(MethodMatcher methodMatcher)
Intercepts a given constructor selection
|
ByteBuddy.MatchedMethodInterception |
ByteBuddy.invokable(MethodMatcher methodMatcher)
Intercepts a given selection of byte code methods that can be a method or a constructor.
|
ByteBuddy.MatchedMethodInterception |
ByteBuddy.MethodAnnotationTarget.invokable(MethodMatcher methodMatcher) |
ByteBuddy.MatchedMethodInterception |
ByteBuddy.method(MethodMatcher methodMatcher)
Intercepts a given method selection
|
Copyright © 2014. All rights reserved.