Class ScalaMap
java.lang.Object
xyz.janboerman.scalaloader.configurationserializable.runtime.types.ScalaMap
- All Implemented Interfaces:
ConfigurationSerializable
,Adapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader>
booleanstatic <ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader>
ScalaMapserialize
(Object live, ParameterType type, ScalaPluginClassLoader plugin) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface xyz.janboerman.scalaloader.configurationserializable.runtime.Adapter
getValue
Methods inherited from interface org.bukkit.configuration.serialization.ConfigurationSerializable
serialize
-
Constructor Details
-
ScalaMap
public ScalaMap()
-
-
Method Details
-
isMap
public static <ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader> boolean isMap(Object live, ScalaPluginClassLoader plugin) -
serialize
public static <ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader> ScalaMap serialize(Object live, ParameterType type, ScalaPluginClassLoader plugin)
-