Class JavaMap<K,V>
java.lang.Object
xyz.janboerman.scalaloader.configurationserializable.runtime.types.JavaMap<K,V>
- All Implemented Interfaces:
ConfigurationSerializable
,Adapter<Map<? extends K,
? extends V>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isRawtypeMap
(Object o, ParameterType paramType) static <K,
V, ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader>
JavaMap<K, V> serialize
(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
-
JavaMap
public JavaMap()
-
-
Method Details
-
isRawtypeMap
-
serialize
public static <K,V, JavaMap<K,ScalaPluginClassLoader extends ClassLoader & IScalaPluginClassLoader> V> serialize(Object live, ParameterType type, ScalaPluginClassLoader plugin)
-