Package eu.cloudnetservice.driver.impl.document.gson
package eu.cloudnetservice.driver.impl.document.gson
-
ClassDescriptionA type adapter factory implementation that first validates that the correct type can be provided by it and then calls the given delegate function, passing the target gson instance to it.A type adapter that can serialize documents of any type into a json object and read documents into a json type.A type adapter that can serialize and deserialize durations into/from json.An exclusion strategy implementation that takes the
DocumentValueIgnoreannotation into account.A document factory for json documents based on gson.A field naming strategy implementation for gson to take theDocumentFieldRenameannotation into account.A holder for the different gson instances that are used internally.Immutable version of a gson document implementing the full document functionality.Mutable version of a gson document implementing the full mutable document functionality.A type adapter that can serialize and deserialize paths of any type into/from json.A type adapter that can serialize and deserialize patterns into/from json.TimeTypeAdapter<T extends TemporalAccessor>