Uses of Package
io.annot8.core.helpers.builders
-
Packages that use io.annot8.core.helpers.builders Package Description io.annot8.core.annotations This package contains the core interfaces for annotations and groups of annotations.io.annot8.core.capabilities This package contains the core interface for capabilities.io.annot8.core.data This package contains the core data objects used by Annot8io.annot8.core.properties This package contains the core interface for properties. -
Classes in io.annot8.core.helpers.builders used by io.annot8.core.annotations Class Description WithFromBuilder Helper interface to indicate that a builder can create an object based off an existing object of the same typeWithIdBuilder Helper interface to indicate that a builder should assign a provided ID to an objectWithNewIdBuilder Helper interface to indicate that a builder should assign a new ID to an objectWithPropertiesBuilder Helper interface to indicate that a builder should support adding properties to an objectWithSave Helper interface to indicate that a builder has a save method.WithTypeBuilder Helper interface to indicate that a builder should support setting a type on an object -
Classes in io.annot8.core.helpers.builders used by io.annot8.core.capabilities Class Description WithSave Helper interface to indicate that a builder has a save method. -
Classes in io.annot8.core.helpers.builders used by io.annot8.core.data Class Description WithFromBuilder Helper interface to indicate that a builder can create an object based off an existing object of the same typeWithIdBuilder Helper interface to indicate that a builder should assign a provided ID to an objectWithPropertiesBuilder Helper interface to indicate that a builder should support adding properties to an objectWithSave Helper interface to indicate that a builder has a save method. -
Classes in io.annot8.core.helpers.builders used by io.annot8.core.properties Class Description WithFromBuilder Helper interface to indicate that a builder can create an object based off an existing object of the same typeWithPropertiesBuilder Helper interface to indicate that a builder should support adding properties to an objectWithSave Helper interface to indicate that a builder has a save method.