- BASE_CLASS - Static variable in class net.bytebuddy.benchmark.ClassByExtensionBenchmark
-
The base class to be subclassed in all benchmarks.
- BASE_CLASS - Static variable in class net.bytebuddy.benchmark.ClassByImplementationBenchmark
-
The base class to be subclassed in all benchmarks.
- BASE_CLASS - Static variable in class net.bytebuddy.benchmark.TrivialClassCreationBenchmark
-
The base class to be subclassed in all benchmarks.
- baseline() - Method in class net.bytebuddy.benchmark.ClassByExtensionBenchmark
-
Creates a baseline for the benchmark.
- baseline() - Method in class net.bytebuddy.benchmark.ClassByImplementationBenchmark
-
Creates a baseline for the benchmark.
- baseline(Blackhole) - Method in class net.bytebuddy.benchmark.StubInvocationBenchmark
-
Performs a benchmark for a casual class as a baseline.
- baseline(Blackhole) - Method in class net.bytebuddy.benchmark.SuperClassInvocationBenchmark
-
Performs a benchmark for a casual class as a baseline.
- baseline() - Method in class net.bytebuddy.benchmark.TrivialClassCreationBenchmark
-
Returns a non-instrumented class as a baseline.
- benchmarkByteBuddy() - Method in class net.bytebuddy.benchmark.ClassByImplementationBenchmark
-
Performs a benchmark of an interface implementation using Byte Buddy.
- benchmarkByteBuddy(Blackhole) - Method in class net.bytebuddy.benchmark.StubInvocationBenchmark
-
Performs a benchmark for a trivial class creation using Byte Buddy.
- benchmarkByteBuddy() - Method in class net.bytebuddy.benchmark.TrivialClassCreationBenchmark
-
Performs a benchmark for a trivial class creation using Byte Buddy.
- benchmarkByteBuddySpecialized() - Method in class net.bytebuddy.benchmark.ClassByExtensionBenchmark
-
Performs a benchmark of a class extension using Byte Buddy.
- benchmarkByteBuddySpecialized(Blackhole) - Method in class net.bytebuddy.benchmark.SuperClassInvocationBenchmark
-
Performs a benchmark of a super method invocation using Byte Buddy.
- benchmarkByteBuddyWithAccessor() - Method in class net.bytebuddy.benchmark.ClassByExtensionBenchmark
-
Performs a benchmark of a class extension using Byte Buddy.
- benchmarkByteBuddyWithAccessor(Blackhole) - Method in class net.bytebuddy.benchmark.SuperClassInvocationBenchmark
-
Performs a benchmark of a super method invocation using Byte Buddy.
- benchmarkByteBuddyWithAccessorAndReusedDelegator() - Method in class net.bytebuddy.benchmark.ClassByExtensionBenchmark
-
Performs a benchmark of a class extension using Byte Buddy.
- benchmarkByteBuddyWithAccessorAndReusedDelegatorWithTypePool() - Method in class net.bytebuddy.benchmark.ClassByExtensionBenchmark
-
Performs a benchmark of a class extension using Byte Buddy.
- benchmarkByteBuddyWithAccessorWithTypePool() - Method in class net.bytebuddy.benchmark.ClassByExtensionBenchmark
-
Performs a benchmark of a class extension using Byte Buddy.
- benchmarkByteBuddyWithPrefix() - Method in class net.bytebuddy.benchmark.ClassByExtensionBenchmark
-
Performs a benchmark of a class extension using Byte Buddy.
- benchmarkByteBuddyWithPrefix(Blackhole) - Method in class net.bytebuddy.benchmark.SuperClassInvocationBenchmark
-
Performs a benchmark of a super method invocation using Byte Buddy.
- benchmarkByteBuddyWithPrefixAndReusedDelegator() - Method in class net.bytebuddy.benchmark.ClassByExtensionBenchmark
-
Performs a benchmark of a class extension using Byte Buddy.
- benchmarkByteBuddyWithPrefixAndReusedDelegatorWithTypePool() - Method in class net.bytebuddy.benchmark.ClassByExtensionBenchmark
-
Performs a benchmark of a class extension using Byte Buddy.
- benchmarkByteBuddyWithPrefixWithTypePool() - Method in class net.bytebuddy.benchmark.ClassByExtensionBenchmark
-
Performs a benchmark of a class extension using Byte Buddy.
- benchmarkByteBuddyWithProxy() - Method in class net.bytebuddy.benchmark.ClassByExtensionBenchmark
-
Performs a benchmark of a class extension using Byte Buddy.
- benchmarkByteBuddyWithProxy(Blackhole) - Method in class net.bytebuddy.benchmark.SuperClassInvocationBenchmark
-
Performs a benchmark of a super method invocation using Byte Buddy.
- benchmarkByteBuddyWithProxyAndReusedDelegator() - Method in class net.bytebuddy.benchmark.ClassByExtensionBenchmark
-
Performs a benchmark of a class extension using Byte Buddy.
- benchmarkByteBuddyWithProxyAndReusedDelegatorWithTypePool() - Method in class net.bytebuddy.benchmark.ClassByExtensionBenchmark
-
Performs a benchmark of a class extension using Byte Buddy.
- benchmarkByteBuddyWithProxyWithTypePool() - Method in class net.bytebuddy.benchmark.ClassByExtensionBenchmark
-
Performs a benchmark of a class extension using Byte Buddy.
- benchmarkByteBuddyWithTypePool() - Method in class net.bytebuddy.benchmark.ClassByImplementationBenchmark
-
Performs a benchmark of an interface implementation using Byte Buddy.
- benchmarkCglib() - Method in class net.bytebuddy.benchmark.ClassByExtensionBenchmark
-
Performs a benchmark of a class extension using cglib.
- benchmarkCglib() - Method in class net.bytebuddy.benchmark.ClassByImplementationBenchmark
-
Performs a benchmark of an interface implementation using cglib.
- benchmarkCglib(Blackhole) - Method in class net.bytebuddy.benchmark.StubInvocationBenchmark
-
Performs a benchmark for a trivial class creation using cglib.
- benchmarkCglib(Blackhole) - Method in class net.bytebuddy.benchmark.SuperClassInvocationBenchmark
-
Performs a benchmark of a super method invocation using cglib.
- benchmarkCglib() - Method in class net.bytebuddy.benchmark.TrivialClassCreationBenchmark
-
Performs a benchmark for a trivial class creation using cglib.
- benchmarkJavassist() - Method in class net.bytebuddy.benchmark.ClassByExtensionBenchmark
-
Performs a benchmark of a class extension using javassist proxies.
- benchmarkJavassist() - Method in class net.bytebuddy.benchmark.ClassByImplementationBenchmark
-
Performs a benchmark of an interface implementation using javassist proxies.
- benchmarkJavassist(Blackhole) - Method in class net.bytebuddy.benchmark.StubInvocationBenchmark
-
Performs a benchmark for a trivial class creation using javassist.
- benchmarkJavassist(Blackhole) - Method in class net.bytebuddy.benchmark.SuperClassInvocationBenchmark
-
Performs a benchmark of a super method invocation using javassist.
- benchmarkJavassist() - Method in class net.bytebuddy.benchmark.TrivialClassCreationBenchmark
-
Performs a benchmark for a trivial class creation using javassist proxies.
- benchmarkJdkProxy() - Method in class net.bytebuddy.benchmark.ClassByImplementationBenchmark
-
Performs a benchmark of an interface implementation using the Java Class Library's utilities.
- benchmarkJdkProxy(Blackhole) - Method in class net.bytebuddy.benchmark.StubInvocationBenchmark
-
Performs a benchmark for a trivial class creation using the Java Class Library's utilities.
- benchmarkJdkProxy() - Method in class net.bytebuddy.benchmark.TrivialClassCreationBenchmark
-
Performs a benchmark for a trivial class creation using the Java Class Library's utilities.