- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for defineMethod (0.7 seconds)
-
build-tools-internal/src/integTest/java/org/elasticsearch/gradle/internal/test/TestClasspathUtils.java
DynamicType.Unloaded<?> dynamicType = new ByteBuddy() .subclass(Object.class) .name("org.elasticsearch.jdk.JdkJarHellCheck") .defineMethod("main", void.class, Visibility.PUBLIC, Ownership.STATIC) .withParameters(String[].class) .intercept(mainImplementation) .make(); try {
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Jun 07 15:14:44 GMT 2021 - 2.9K bytes - Click Count (0)