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.MethodAnnotationTarget |
ByteBuddy.MethodAnnotationTarget.annotateMethod(Annotation... annotation)
Defines an method annotation for the currently selected methods.
|
ByteBuddy.MethodAnnotationTarget |
ByteBuddy.MethodAnnotationTarget.annotateParameter(int parameterIndex,
Annotation... annotation)
Defines an method annotation for a parameter of the currently selected methods.
|
ByteBuddy.MethodAnnotationTarget |
ByteBuddy.MethodAnnotationTarget.attribute(MethodAttributeAppender.Factory attributeAppenderFactory)
Defines a given attribute appender factory to be applied for the currently selected methods.
|
ByteBuddy.MethodAnnotationTarget |
ByteBuddy.MethodInterceptable.intercept(Instrumentation instrumentation)
Intercepts the given method with the given instrumentation.
|
ByteBuddy.MethodAnnotationTarget |
ByteBuddy.OptionalMethodInterception.intercept(Instrumentation instrumentation) |
ByteBuddy.MethodAnnotationTarget |
ByteBuddy.MatchedMethodInterception.intercept(Instrumentation instrumentation) |
ByteBuddy.MethodAnnotationTarget |
ByteBuddy.MethodInterceptable.withoutCode()
Defines the currently selected methods as
abstract . |
ByteBuddy.MethodAnnotationTarget |
ByteBuddy.OptionalMethodInterception.withoutCode() |
ByteBuddy.MethodAnnotationTarget |
ByteBuddy.MatchedMethodInterception.withoutCode() |
Copyright © 2014. All rights reserved.