public class ClassLoaderNameMatcher
extends net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<java.lang.ClassLoader>
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassLoaderNameMatcher.RefinedClassLoaderMatcher |
| Modifier and Type | Method and Description |
|---|---|
static net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<java.lang.ClassLoader> |
isGroovyClassLoader() |
static net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<java.lang.ClassLoader> |
isKanelaClassLoader() |
static net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<java.lang.ClassLoader> |
isReflectionClassLoader() |
static net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<java.lang.ClassLoader> |
isSBTCachedClassLoader() |
static net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<java.lang.ClassLoader> |
isSBTClassLoader() |
static net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<java.lang.ClassLoader> |
isSBTCompilerClassLoader() |
static net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<java.lang.ClassLoader> |
isSBTPluginClassLoader() |
boolean |
matches(java.lang.ClassLoader target) |
static net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<java.lang.ClassLoader> |
withName(java.lang.String name) |
public static net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<java.lang.ClassLoader> withName(java.lang.String name)
public static net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<java.lang.ClassLoader> isReflectionClassLoader()
public static net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<java.lang.ClassLoader> isGroovyClassLoader()
public static net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<java.lang.ClassLoader> isSBTClassLoader()
public static net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<java.lang.ClassLoader> isSBTPluginClassLoader()
public static net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<java.lang.ClassLoader> isSBTCachedClassLoader()
public static net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<java.lang.ClassLoader> isSBTCompilerClassLoader()
public static net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<java.lang.ClassLoader> isKanelaClassLoader()
public boolean matches(java.lang.ClassLoader target)