Uses of Interface
net.bytebuddy.dynamic.loading.ByteArrayClassLoader.SynchronizationStrategy
-
Packages that use ByteArrayClassLoader.SynchronizationStrategy Package Description net.bytebuddy.dynamic.loading This package contains classes that are responsible for class loading of classes that are represented bybyte
arrays. -
-
Uses of ByteArrayClassLoader.SynchronizationStrategy in net.bytebuddy.dynamic.loading
Classes in net.bytebuddy.dynamic.loading that implement ByteArrayClassLoader.SynchronizationStrategy Modifier and Type Class Description static class
ByteArrayClassLoader.SynchronizationStrategy.ForJava7CapableVm
A synchronization engine for a VM that is aware of parallel-capable class loaders.static class
ByteArrayClassLoader.SynchronizationStrategy.ForJava8CapableVm
A synchronization engine for a VM that is aware of parallel-capable class loaders using method handles to respect module boundaries.static class
ByteArrayClassLoader.SynchronizationStrategy.ForLegacyVm
A synchronization engine for a VM that is not aware of parallel-capable class loaders.Methods in net.bytebuddy.dynamic.loading that return ByteArrayClassLoader.SynchronizationStrategy Modifier and Type Method Description ByteArrayClassLoader.SynchronizationStrategy
ByteArrayClassLoader.SynchronizationStrategy.ForJava7CapableVm. initialize()
Initializes this synchronization strategy.ByteArrayClassLoader.SynchronizationStrategy
ByteArrayClassLoader.SynchronizationStrategy.ForJava8CapableVm. initialize()
Initializes this synchronization strategy.ByteArrayClassLoader.SynchronizationStrategy
ByteArrayClassLoader.SynchronizationStrategy.ForLegacyVm. initialize()
Initializes this synchronization strategy.ByteArrayClassLoader.SynchronizationStrategy
ByteArrayClassLoader.SynchronizationStrategy.Initializable. initialize()
Initializes this synchronization strategy.
-