Class JavaCollection<T>
java.lang.Object
xyz.janboerman.scalaloader.configurationserializable.runtime.types.JavaCollection<T>
- All Implemented Interfaces:
ConfigurationSerializable
,Adapter<Collection<? extends T>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final boolean
isRawtypeCollection
(Object live, ParameterType type) static <T> JavaCollection
<T> serialize
(Object live, ParameterType type, IScalaPluginClassLoader 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
-
JavaCollection
public JavaCollection()
-
-
Method Details
-
isRawtypeCollection
-
serialize
public static <T> JavaCollection<T> serialize(Object live, ParameterType type, IScalaPluginClassLoader plugin)
-