Uses of Interface
eu.cloudnetservice.driver.document.property.DocPropertyHolder.Mutable
Packages that use DocPropertyHolder.Mutable
Package
Description
-
Uses of DocPropertyHolder.Mutable in eu.cloudnetservice.driver.document
Subinterfaces of DocPropertyHolder.Mutable in eu.cloudnetservice.driver.documentModifier and TypeInterfaceDescriptionstatic interfaceA mutable version of a document. -
Uses of DocPropertyHolder.Mutable in eu.cloudnetservice.driver.document.empty
Classes in eu.cloudnetservice.driver.document.empty that implement DocPropertyHolder.MutableModifier and TypeClassDescriptionfinal classA document implementation that just ignores all calls made to it. -
Uses of DocPropertyHolder.Mutable in eu.cloudnetservice.driver.document.gson
Classes in eu.cloudnetservice.driver.document.gson that implement DocPropertyHolder.MutableModifier and TypeClassDescription(package private) final classMutable version of a gson document implementing the full mutable document functionality. -
Uses of DocPropertyHolder.Mutable in eu.cloudnetservice.driver.document.property
Classes in eu.cloudnetservice.driver.document.property with type parameters of type DocPropertyHolder.MutableModifier and TypeInterfaceDescriptionstatic interfaceDefaultedDocPropertyHolder.Mutable<S extends DocPropertyHolder.Mutable<S>>An implementation of a mutable doc property holder that defaults all method calls to the underlying document that is returned by theDocPropertyHolder.propertyHolder()method.static interfaceA subclass of a mutable doc property holder which allows to modify the underlying property document of this holder easily.static interfaceDocPropertyHolder.Mutable<S extends DocPropertyHolder.Mutable<S>>A mutable version of a doc property holder which allows modifications to it.Subinterfaces of DocPropertyHolder.Mutable in eu.cloudnetservice.driver.document.propertyModifier and TypeInterfaceDescriptionstatic interfaceDefaultedDocPropertyHolder.Mutable<S extends DocPropertyHolder.Mutable<S>>An implementation of a mutable doc property holder that defaults all method calls to the underlying document that is returned by theDocPropertyHolder.propertyHolder()method.static interfaceA subclass of a mutable doc property holder which allows to modify the underlying property document of this holder easily. -
Uses of DocPropertyHolder.Mutable in eu.cloudnetservice.driver.service
Classes in eu.cloudnetservice.driver.service that implement DocPropertyHolder.MutableModifier and TypeClassDescriptionstatic classRepresents a builder for a group configuration.static classRepresents a builder for a service configuration.static classServiceConfigurationBase.Builder<T extends ServiceConfigurationBase,B extends ServiceConfigurationBase.Builder<T, B>> The base builder class for everything which is a service configuration.static classA builder for a service task.