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 IScalaPluginClassLoaderIScalaPlugin.classLoader()Get theClassLoaderof 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 TypeInterfaceDescriptioninterfaceAdapter<T>Represents a wrapper for types that dont implementConfigurationSerializableby themselves.classRepresents array types.classRepresents parameterized types.classRepresents 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 ArrayParameterTypeArrayParameterType.from(ParameterType componentType, boolean varArgs) Construct a new ArrayParameterTypestatic ParameterizedParameterTypeParameterizedParameterType.from(Class<?> rawType, ParameterType... typeParameters) Construct a ParameterizedParameterType from a class and its type parameters.static ParameterTypeConstruct 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 TypeClassDescriptionclassclassclassJavaMap<K,V> classNumericRange<I>A Java implementation of Scala's NumericRange.static classstatic classstatic classstatic classstatic classstatic classstatic classclassMethods in xyz.janboerman.scalaloader.configurationserializable.runtime.types with annotations of type CalledModifier and TypeMethodDescriptionintNumericRange.OfInteger.end()final INumericRange.getEnd()Get the upper bound of this range.final INumericRange.getStart()Get the lower bound of this range.final INumericRange.getStep()Get the step size of this range.final booleanNumericRange.isInclusive()Get whether the upper bound is included in this range.intNumericRange.OfInteger.start()intNumericRange.OfInteger.step()Constructors in xyz.janboerman.scalaloader.configurationserializable.runtime.types with annotations of type CalledModifierConstructorDescriptionprotectedEnum()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 TypeMethodDescriptionbooleanCalls the event so, allowing listeners to take action based on the event.voidEventBus.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.voidEventBus.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 ObjectExplicit.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