Uses of Interface
net.bytebuddy.dynamic.loading.ByteArrayClassLoader.SynchronizationStrategy.Initializable
Packages that use ByteArrayClassLoader.SynchronizationStrategy.Initializable
Package
Description
This package contains classes that are responsible for class loading of classes that are represented by
byte
arrays.-
Uses of ByteArrayClassLoader.SynchronizationStrategy.Initializable in net.bytebuddy.dynamic.loading
Classes in net.bytebuddy.dynamic.loading that implement ByteArrayClassLoader.SynchronizationStrategy.InitializableModifier and TypeClassDescriptionstatic class
A synchronization engine for a VM that is aware of parallel-capable class loaders.static class
A synchronization engine for a VM that is aware of parallel-capable class loaders using method handles to respect module boundaries.static enum
A synchronization engine for a VM that is not aware of parallel-capable class loaders.Fields in net.bytebuddy.dynamic.loading declared as ByteArrayClassLoader.SynchronizationStrategy.InitializableModifier and TypeFieldDescriptionprotected static final ByteArrayClassLoader.SynchronizationStrategy.Initializable
ByteArrayClassLoader.SYNCHRONIZATION_STRATEGY
The synchronization engine for the executing JVM.Methods in net.bytebuddy.dynamic.loading that return ByteArrayClassLoader.SynchronizationStrategy.InitializableModifier and TypeMethodDescriptionByteArrayClassLoader.SynchronizationStrategy.CreationAction.run()