Uses of Interface
xyz.janboerman.scalaloader.compat.IScalaPluginClassLoader
Packages that use IScalaPluginClassLoader
Package
Description
This package contains a few adapter types that implement
ConfigurationSerializable
.Classes in this package are NOT part of ScalaLoader's public api!
-
Uses of IScalaPluginClassLoader in xyz.janboerman.scalaloader.compat
Methods in xyz.janboerman.scalaloader.compat with type parameters of type IScalaPluginClassLoaderModifier and TypeMethodDescription<ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader>
byte[]Platform.CraftBukkitPlatform.transform
(String jarEntryPath, byte[] classBytes, ScalaPluginClassLoader pluginClassLoader) <ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader>
byte[]Platform.transform
(String jarEntryPath, byte[] original, ScalaPluginClassLoader currentPluginClassLoader) <ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader>
byte[]Platform.CraftBukkitPlatform.transformNative
(Server craftServer, byte[] classBytes, ScalaPluginClassLoader pluginClassLoader) Methods in xyz.janboerman.scalaloader.compat that return IScalaPluginClassLoaderModifier and TypeMethodDescriptiondefault IScalaPluginClassLoader
IScalaPlugin.classLoader()
Get theClassLoader
of this plugin. -
Uses of IScalaPluginClassLoader in xyz.janboerman.scalaloader.configurationserializable.runtime
Methods in xyz.janboerman.scalaloader.configurationserializable.runtime with type parameters of type IScalaPluginClassLoaderModifier and TypeMethodDescriptionstatic <ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader>
ObjectRuntimeConversions.deserialize
(Object serialized, ParameterType type, ScalaPluginClassLoader pluginClassLoader) This method will be called by configuration serializable types for which ScalaLoader does not know how to handle them out of the box.static <ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader>
ObjectRuntimeConversions.serialize
(Object live, ParameterType type, ScalaPluginClassLoader pluginClassLoader) This method will be called by configuration serializable types for which ScalaLoader does not know how to handle them out of the box.Methods in xyz.janboerman.scalaloader.configurationserializable.runtime with parameters of type IScalaPluginClassLoaderModifier and TypeMethodDescriptionstatic void
RuntimeConversions.clearCodecs
(IScalaPluginClassLoader scalaPlugin) Deprecated.internal use only.static <T> boolean
RuntimeConversions.registerCodec
(IScalaPluginClassLoader pluginClassLoader, Class<T> clazz, Codec<T, ?> codec) Register a codec that will be used byRuntimeConversions.serialize(Object, ParameterType, ClassLoader)
andRuntimeConversions.deserialize(Object, ParameterType, ClassLoader)
.static boolean
RuntimeConversions.registerCodec
(IScalaPluginClassLoader pluginClassLoader, Predicate<? super ParameterType> whenToUse, Function<? super ParameterType, ? extends Codec<?, ?>> codecFactory) Register a codec that will be used byRuntimeConversions.serialize(Object, ParameterType, ClassLoader)
andRuntimeConversions.deserialize(Object, ParameterType, ClassLoader)
.static boolean
RuntimeConversions.registerCodec
(IScalaPluginClassLoader pluginClassLoader, ParameterType type, Codec<?, ?> codec) Register a codec that will be used byRuntimeConversions.serialize(Object, ParameterType, ClassLoader)
andRuntimeConversions.deserialize(Object, ParameterType, ClassLoader)
. -
Uses of IScalaPluginClassLoader in xyz.janboerman.scalaloader.configurationserializable.runtime.types
Methods in xyz.janboerman.scalaloader.configurationserializable.runtime.types with type parameters of type IScalaPluginClassLoaderModifier and TypeMethodDescriptionstatic <SPCL extends ClassLoader & IScalaPluginClassLoader>
ObjectEither.deserialize
(Object serializedEither, ParameterType type, SPCL plugin) static <ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader>
ObjectOption.deserialize
(Object serializedOption, ParameterType type, ScalaPluginClassLoader plugin) static <ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader>
ConfigurationSerializableGet an instance that represents the enum value that is configuration-serializable.static <ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader>
booleanstatic <ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader>
booleanstatic <SPCL extends ClassLoader & IScalaPluginClassLoader>
ConfigurationSerializableEither.serialize
(Object scalaEither, ParameterType type, SPCL pluginClassLoader) static <K,
V, ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader>
JavaMap<K, V> JavaMap.serialize
(Object live, ParameterType type, ScalaPluginClassLoader plugin) static <ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader>
ConfigurationSerializableOption.serialize
(Object scalaOption, ParameterType type, ScalaPluginClassLoader plugin) static <ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader>
ScalaCollectionScalaCollection.serialize
(Object live, ParameterType type, ScalaPluginClassLoader plugin) static <ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader>
ScalaMapScalaMap.serialize
(Object live, ParameterType type, ScalaPluginClassLoader plugin) static <ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader>
ConfigurationSerializableTuple.serialize
(Object scalaTuple, ParameterType type, ScalaPluginClassLoader pluginClassLoader) Methods in xyz.janboerman.scalaloader.configurationserializable.runtime.types with parameters of type IScalaPluginClassLoaderModifier and TypeMethodDescriptionstatic <T> JavaCollection
<T> JavaCollection.serialize
(Object live, ParameterType type, IScalaPluginClassLoader plugin) -
Uses of IScalaPluginClassLoader in xyz.janboerman.scalaloader.configurationserializable.transform
Methods in xyz.janboerman.scalaloader.configurationserializable.transform with parameters of type IScalaPluginClassLoaderModifier and TypeMethodDescriptionstatic byte[]
ConfigurationSerializableTransformations.transform
(byte[] clazz, ClassLoader definer, IScalaPluginClassLoader pluginClassLoader) -
Uses of IScalaPluginClassLoader in xyz.janboerman.scalaloader.dependency
Methods in xyz.janboerman.scalaloader.dependency with type parameters of type IScalaPluginClassLoaderModifier and TypeMethodDescription<ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader>
voidLibraryClassLoader.setPlugin
(ScalaPluginClassLoader pluginClassLoader) -
Uses of IScalaPluginClassLoader in xyz.janboerman.scalaloader.paper.plugin
Classes in xyz.janboerman.scalaloader.paper.plugin that implement IScalaPluginClassLoader -
Uses of IScalaPluginClassLoader in xyz.janboerman.scalaloader.plugin
Classes in xyz.janboerman.scalaloader.plugin that implement IScalaPluginClassLoader -
Uses of IScalaPluginClassLoader in xyz.janboerman.scalaloader.util
Methods in xyz.janboerman.scalaloader.util with type parameters of type IScalaPluginClassLoaderModifier and TypeMethodDescriptionstatic <ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader>
byte[]ClassLoaderUtils.transform
(String className, byte[] classBytes, ClassLoader definer, TransformerRegistry registry, ScalaPluginClassLoader plugin, Logger logger)