Uses of Enum Class
xyz.janboerman.scalaloader.configurationserializable.DeserializationMethod
Packages that use DeserializationMethod
-
Uses of DeserializationMethod in xyz.janboerman.scalaloader.configurationserializable
Subclasses with type arguments of type DeserializationMethod in xyz.janboerman.scalaloader.configurationserializableModifier and TypeClassDescriptionenumLets you specify which of the three deserialization methods should be generated.Methods in xyz.janboerman.scalaloader.configurationserializable that return DeserializationMethodModifier and TypeMethodDescriptionstatic DeserializationMethodReturns the enum constant of this class with the specified name.static DeserializationMethod[]DeserializationMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.