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