Uses of Annotation Interface
xyz.janboerman.scalaloader.bytecode.Called
Packages that use Called
Package
Description
This package contains a few adapter types that implement
ConfigurationSerializable
.Contains classes used for finding implicit instances.
-
Uses of Called in xyz.janboerman.scalaloader.compat
Methods in xyz.janboerman.scalaloader.compat with annotations of type CalledModifier and TypeMethodDescriptiondefault IScalaPluginClassLoader
IScalaPlugin.classLoader()
Get theClassLoader
of this plugin.Migration.legacyGetChildren
(ScalaPluginDescription.Permission permission) -
Uses of Called in xyz.janboerman.scalaloader.configurationserializable.runtime
Classes in xyz.janboerman.scalaloader.configurationserializable.runtime with annotations of type CalledModifier and TypeInterfaceDescriptioninterface
Adapter<T>
Represents a wrapper for types that dont implementConfigurationSerializable
by themselves.class
Represents array types.class
Represents parameterized types.class
Represents a plain type.Methods in xyz.janboerman.scalaloader.configurationserializable.runtime with annotations of type CalledModifier 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 ArrayParameterType
ArrayParameterType.from
(ParameterType componentType, boolean varArgs) Construct a new ArrayParameterTypestatic ParameterizedParameterType
ParameterizedParameterType.from
(Class<?> rawType, ParameterType... typeParameters) Construct a ParameterizedParameterType from a class and its type parameters.static ParameterType
Construct a ParameterType from aClass
.Adapter.getValue()
Get the value that is wrapped by this adapter.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. -
Uses of Called in xyz.janboerman.scalaloader.configurationserializable.runtime.types
Classes in xyz.janboerman.scalaloader.configurationserializable.runtime.types with annotations of type CalledModifier and TypeClassDescriptionclass
class
class
JavaMap<K,
V> class
NumericRange<I>
A Java implementation of Scala's NumericRange.static class
static class
static class
static class
static class
static class
static class
class
Methods in xyz.janboerman.scalaloader.configurationserializable.runtime.types with annotations of type CalledModifier and TypeMethodDescriptionint
NumericRange.OfInteger.end()
final I
NumericRange.getEnd()
Get the upper bound of this range.final I
NumericRange.getStart()
Get the lower bound of this range.final I
NumericRange.getStep()
Get the step size of this range.final boolean
NumericRange.isInclusive()
Get whether the upper bound is included in this range.int
NumericRange.OfInteger.start()
int
NumericRange.OfInteger.step()
Constructors in xyz.janboerman.scalaloader.configurationserializable.runtime.types with annotations of type CalledModifierConstructorDescriptionprotected
Enum()
JavaMap()
OfBigInteger
(BigInteger start, BigInteger step, BigInteger end, boolean inclusive) OfInteger
(int start, int step, int end, boolean inclusive) ScalaMap()
ScalaSeq()
ScalaSet()
-
Uses of Called in xyz.janboerman.scalaloader.event
Methods in xyz.janboerman.scalaloader.event with annotations of type CalledModifier and TypeMethodDescriptionboolean
Calls the event so, allowing listeners to take action based on the event.void
EventBus.registerEvent
(Class<? extends Event> event, Listener listener, EventPriority priority, EventExecutor executor, Plugin plugin) Register an event executor that is executed when an event is called.void
EventBus.registerEvent
(Class<? extends Event> event, Listener listener, EventPriority priority, EventExecutor executor, Plugin plugin, boolean ignoreCancelled) Register an event executor that is executed when an event is called. -
Uses of Called in xyz.janboerman.scalaloader.explicit
Classes in xyz.janboerman.scalaloader.explicit with annotations of type CalledMethods in xyz.janboerman.scalaloader.explicit with annotations of type CalledModifier and TypeMethodDescriptionstatic Object
Explicit.getTypeClassInstance
(Class<?> typeClassTrait, Class<?> instanceFor, ClassLoader classLoader) -
Uses of Called in xyz.janboerman.scalaloader.plugin
Classes in xyz.janboerman.scalaloader.plugin with annotations of type Called