public class net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher implements net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Configurable<java.lang.ClassLoader>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher
super_class: java.lang.Object
{
private final java.security.ProtectionDomain protectionDomain;
descriptor: Ljava/security/ProtectionDomain;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
RuntimeVisibleAnnotations:
net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling(value = net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling$Sort.REVERSE_NULLABILITY:Lnet/bytebuddy/build/HashCodeAndEqualsPlugin$ValueHandling$Sort;)
private final net.bytebuddy.dynamic.loading.PackageDefinitionStrategy packageDefinitionStrategy;
descriptor: Lnet/bytebuddy/dynamic/loading/PackageDefinitionStrategy;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean forbidExisting;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
protected void <init>();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getstatic net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.NO_PROTECTION_DOMAIN:Ljava/security/ProtectionDomain;
getstatic net.bytebuddy.dynamic.loading.PackageDefinitionStrategy$NoOp.INSTANCE:Lnet/bytebuddy/dynamic/loading/PackageDefinitionStrategy$NoOp;
iconst_1
invokespecial net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.<init>:(Ljava/security/ProtectionDomain;Lnet/bytebuddy/dynamic/loading/PackageDefinitionStrategy;Z)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lnet/bytebuddy/dynamic/loading/ClassLoadingStrategy$Default$InjectionDispatcher;
private void <init>(java.security.ProtectionDomain, net.bytebuddy.dynamic.loading.PackageDefinitionStrategy, boolean);
descriptor: (Ljava/security/ProtectionDomain;Lnet/bytebuddy/dynamic/loading/PackageDefinitionStrategy;Z)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.protectionDomain:Ljava/security/ProtectionDomain;
2: aload 0
aload 2
putfield net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.packageDefinitionStrategy:Lnet/bytebuddy/dynamic/loading/PackageDefinitionStrategy;
3: aload 0
iload 3
putfield net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.forbidExisting:Z
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lnet/bytebuddy/dynamic/loading/ClassLoadingStrategy$Default$InjectionDispatcher;
0 5 1 protectionDomain Ljava/security/ProtectionDomain;
0 5 2 packageDefinitionStrategy Lnet/bytebuddy/dynamic/loading/PackageDefinitionStrategy;
0 5 3 forbidExisting Z
MethodParameters:
Name Flags
protectionDomain
packageDefinitionStrategy
forbidExisting
public java.util.Map<net.bytebuddy.description.type.TypeDescription, java.lang.Class<?>> load(java.lang.ClassLoader, java.util.Map<net.bytebuddy.description.type.TypeDescription, byte[]>);
descriptor: (Ljava/lang/ClassLoader;Ljava/util/Map;)Ljava/util/Map;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection
dup
aload 1
1: aload 0
getfield net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.protectionDomain:Ljava/security/ProtectionDomain;
2: aload 0
getfield net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.packageDefinitionStrategy:Lnet/bytebuddy/dynamic/loading/PackageDefinitionStrategy;
3: aload 0
getfield net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.forbidExisting:Z
4: invokespecial net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.<init>:(Ljava/lang/ClassLoader;Ljava/security/ProtectionDomain;Lnet/bytebuddy/dynamic/loading/PackageDefinitionStrategy;Z)V
5: aload 2
invokevirtual net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.inject:(Ljava/util/Map;)Ljava/util/Map;
6: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lnet/bytebuddy/dynamic/loading/ClassLoadingStrategy$Default$InjectionDispatcher;
0 7 1 classLoader Ljava/lang/ClassLoader;
0 7 2 types Ljava/util/Map<Lnet/bytebuddy/description/type/TypeDescription;[B>;
Signature: (Ljava/lang/ClassLoader;Ljava/util/Map<Lnet/bytebuddy/description/type/TypeDescription;[B>;)Ljava/util/Map<Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/Class<*>;>;
MethodParameters:
Name Flags
classLoader
types
public net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Configurable<java.lang.ClassLoader> with(java.security.ProtectionDomain);
descriptor: (Ljava/security/ProtectionDomain;)Lnet/bytebuddy/dynamic/loading/ClassLoadingStrategy$Configurable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher
dup
aload 1
aload 0
getfield net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.packageDefinitionStrategy:Lnet/bytebuddy/dynamic/loading/PackageDefinitionStrategy;
aload 0
getfield net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.forbidExisting:Z
invokespecial net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.<init>:(Ljava/security/ProtectionDomain;Lnet/bytebuddy/dynamic/loading/PackageDefinitionStrategy;Z)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/dynamic/loading/ClassLoadingStrategy$Default$InjectionDispatcher;
0 1 1 protectionDomain Ljava/security/ProtectionDomain;
Signature: (Ljava/security/ProtectionDomain;)Lnet/bytebuddy/dynamic/loading/ClassLoadingStrategy$Configurable<Ljava/lang/ClassLoader;>;
MethodParameters:
Name Flags
protectionDomain
public net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Configurable<java.lang.ClassLoader> with(net.bytebuddy.dynamic.loading.PackageDefinitionStrategy);
descriptor: (Lnet/bytebuddy/dynamic/loading/PackageDefinitionStrategy;)Lnet/bytebuddy/dynamic/loading/ClassLoadingStrategy$Configurable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher
dup
aload 0
getfield net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.protectionDomain:Ljava/security/ProtectionDomain;
aload 1
aload 0
getfield net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.forbidExisting:Z
invokespecial net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.<init>:(Ljava/security/ProtectionDomain;Lnet/bytebuddy/dynamic/loading/PackageDefinitionStrategy;Z)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/dynamic/loading/ClassLoadingStrategy$Default$InjectionDispatcher;
0 1 1 packageDefinitionStrategy Lnet/bytebuddy/dynamic/loading/PackageDefinitionStrategy;
Signature: (Lnet/bytebuddy/dynamic/loading/PackageDefinitionStrategy;)Lnet/bytebuddy/dynamic/loading/ClassLoadingStrategy$Configurable<Ljava/lang/ClassLoader;>;
MethodParameters:
Name Flags
packageDefinitionStrategy
public net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Configurable<java.lang.ClassLoader> allowExistingTypes();
descriptor: ()Lnet/bytebuddy/dynamic/loading/ClassLoadingStrategy$Configurable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: new net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher
dup
aload 0
getfield net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.protectionDomain:Ljava/security/ProtectionDomain;
aload 0
getfield net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.packageDefinitionStrategy:Lnet/bytebuddy/dynamic/loading/PackageDefinitionStrategy;
iconst_0
invokespecial net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.<init>:(Ljava/security/ProtectionDomain;Lnet/bytebuddy/dynamic/loading/PackageDefinitionStrategy;Z)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/dynamic/loading/ClassLoadingStrategy$Default$InjectionDispatcher;
Signature: ()Lnet/bytebuddy/dynamic/loading/ClassLoadingStrategy$Configurable<Ljava/lang/ClassLoader;>;
public net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Configurable<java.lang.ClassLoader> opened();
descriptor: ()Lnet/bytebuddy/dynamic/loading/ClassLoadingStrategy$Configurable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/dynamic/loading/ClassLoadingStrategy$Default$InjectionDispatcher;
Signature: ()Lnet/bytebuddy/dynamic/loading/ClassLoadingStrategy$Configurable<Ljava/lang/ClassLoader;>;
}
Signature: Ljava/lang/Object;Lnet/bytebuddy/dynamic/loading/ClassLoadingStrategy$Configurable<Ljava/lang/ClassLoader;>;
SourceFile: "ClassLoadingStrategy.java"
NestHost: net.bytebuddy.dynamic.loading.ClassLoadingStrategy
InnerClasses:
public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
public abstract ValueHandling = net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling of net.bytebuddy.build.HashCodeAndEqualsPlugin
public final Sort = net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling$Sort of net.bytebuddy.build.HashCodeAndEqualsPlugin$ValueHandling
public UsingReflection = net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection of net.bytebuddy.dynamic.loading.ClassInjector
public abstract Configurable = net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Configurable of net.bytebuddy.dynamic.loading.ClassLoadingStrategy
public final Default = net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default of net.bytebuddy.dynamic.loading.ClassLoadingStrategy
protected InjectionDispatcher = net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher of net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default
public final NoOp = net.bytebuddy.dynamic.loading.PackageDefinitionStrategy$NoOp of net.bytebuddy.dynamic.loading.PackageDefinitionStrategy
RuntimeVisibleAnnotations:
net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()