Serialized Form
-
Package eu.cloudnetservice.driver.document
-
Exception eu.cloudnetservice.driver.document.DocumentParseException
class DocumentParseException extends RuntimeException implements Serializable- serialVersionUID:
- -3831380795139686659L
-
Exception eu.cloudnetservice.driver.document.DocumentSerialisationException
class DocumentSerialisationException extends RuntimeException implements Serializable- serialVersionUID:
- 7960311498621002589L
-
-
Package eu.cloudnetservice.driver.document.empty
-
Class eu.cloudnetservice.driver.document.empty.EmptyDocument
class EmptyDocument extends Object implements Serializable-
Serialization Methods
-
readObject
public <T> @UnknownNullability T readObject(@NonNull @NonNull String key, @NonNull @NonNull io.leangen.geantyref.TypeToken<T> type, @Nullable T def) Reads the associated value of the given key and converts it to the given type model. Note that this method is able to read all kinds of types, including arrays, primitives i.a. If an object is requested and a key is missing from the underlying mapping, it is up to the implementation to handle the case. In normal cases a default (fallback) value should get used instead.- Type Parameters:
T- the type to model from the underlying data.- Parameters:
key- the key of the underlying object to convert.type- the type to convert the underlying data mapping to.def- the default value to return if no mapping exists for the given key.
-
readObject
public <T> @UnknownNullability T readObject(@NonNull @NonNull String key, @NonNull @NonNull Class<T> type, @Nullable T def) Reads the associated value of the given key and converts it to the given type model. Note that this method is able to read all kinds of types, including arrays, primitives i.a. If an object is requested and a key is missing from the underlying mapping, it is up to the implementation to handle the case. In normal cases a default (fallback) value should get used instead.- Type Parameters:
T- the type to model from the underlying data.- Parameters:
key- the key of the underlying object to convert.type- the type to convert the underlying data mapping to.def- the default value to return if no mapping exists for the given key.
-
readObject
public <T> @UnknownNullability T readObject(@NonNull @NonNull String key, @NonNull @NonNull Type type, @Nullable T def) Reads the associated value of the given key and converts it to the given type model. Note that this method is able to read all kinds of types, including arrays, primitives i.a. If an object is requested and a key is missing from the underlying mapping, it is up to the implementation to handle the case. In normal cases a default (fallback) value should get used instead.- Type Parameters:
T- the type to model from the underlying data.- Parameters:
key- the key of the underlying object to convert.type- the type to convert the underlying data mapping to.def- the default value to return if no mapping exists for the given key.
-
-
-
-
Package eu.cloudnetservice.driver.event
-
Exception eu.cloudnetservice.driver.event.EventListenerException
class EventListenerException extends RuntimeException implements Serializable
-
-
Package eu.cloudnetservice.driver.module
-
Exception eu.cloudnetservice.driver.module.ModuleConfigurationNotFoundException
class ModuleConfigurationNotFoundException extends RuntimeException implements Serializable -
Exception eu.cloudnetservice.driver.module.ModuleDependencyNotFoundException
class ModuleDependencyNotFoundException extends RuntimeException implements Serializable -
Exception eu.cloudnetservice.driver.module.ModuleDependencyOutdatedException
class ModuleDependencyOutdatedException extends RuntimeException implements Serializable
-
-
Package eu.cloudnetservice.driver.module.driver
-
Exception eu.cloudnetservice.driver.module.driver.ModuleConfigurationInvalidException
class ModuleConfigurationInvalidException extends RuntimeException implements Serializable
-
-
Package eu.cloudnetservice.driver.network.http
-
Exception eu.cloudnetservice.driver.network.http.HttpHandleException
class HttpHandleException extends RuntimeException implements Serializable-
Serialized Fields
-
responseBody
byte[] responseBody
-
responseCode
HttpResponseCode responseCode
-
-
-
-
Package eu.cloudnetservice.driver.network.http.annotation.parser
-
Exception eu.cloudnetservice.driver.network.http.annotation.parser.AnnotationHttpHandleException
class AnnotationHttpHandleException extends HttpHandleException implements Serializable
-
-
Package eu.cloudnetservice.driver.network.rpc.exception
-
Exception eu.cloudnetservice.driver.network.rpc.exception.CannotDecideException
class CannotDecideException extends RuntimeException implements Serializable -
Exception eu.cloudnetservice.driver.network.rpc.exception.ClassCreationException
class ClassCreationException extends RuntimeException implements Serializable -
Exception eu.cloudnetservice.driver.network.rpc.exception.MissingAllArgsConstructorException
class MissingAllArgsConstructorException extends IllegalStateException implements Serializable -
Exception eu.cloudnetservice.driver.network.rpc.exception.MissingNoArgsConstructorException
class MissingNoArgsConstructorException extends IllegalStateException implements Serializable -
Exception eu.cloudnetservice.driver.network.rpc.exception.MissingObjectSerializerException
class MissingObjectSerializerException extends IllegalStateException implements Serializable -
Exception eu.cloudnetservice.driver.network.rpc.exception.RPCException
class RPCException extends RuntimeException implements Serializable -
Exception eu.cloudnetservice.driver.network.rpc.exception.RPCExecutionException
class RPCExecutionException extends RuntimeException implements Serializable
-