public class ClassLoaderNameMatcher
extends net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<java.lang.ClassLoader>
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassLoaderNameMatcher.RefinedClassLoaderMatcher |
net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<V>, net.bytebuddy.matcher.ElementMatcher.Junction.Conjunction<W>, net.bytebuddy.matcher.ElementMatcher.Junction.Disjunction<W>, net.bytebuddy.matcher.ElementMatcher.Junction.ForNonNullValues<W>| 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> |
isLagomClassLoader() |
static net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<java.lang.ClassLoader> |
isLagomServiceLocatorClassLoader() |
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> isLagomClassLoader()
public static net.bytebuddy.matcher.ElementMatcher.Junction.AbstractBase<java.lang.ClassLoader> isLagomServiceLocatorClassLoader()
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)