Uses of Package
io.annot8.api.helpers.builders
-
Packages that use io.annot8.api.helpers.builders Package Description io.annot8.api.annotations This package contains the api interfaces for annotations and groups of annotations.io.annot8.api.data This package contains the api data objects used by Annot8io.annot8.api.properties This package contains the api interface for properties. -
Classes in io.annot8.api.helpers.builders used by io.annot8.api.annotations Class Description WithFromBuilder Helper interface to indicate that a builder can createContent 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 processor 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 processor setting a type on an object -
Classes in io.annot8.api.helpers.builders used by io.annot8.api.data Class Description WithFromBuilder Helper interface to indicate that a builder can createContent 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 processor adding properties to an objectWithSave Helper interface to indicate that a builder has a save method. -
Classes in io.annot8.api.helpers.builders used by io.annot8.api.properties Class Description WithFromBuilder Helper interface to indicate that a builder can createContent an object based off an existing object of the same typeWithPropertiesBuilder Helper interface to indicate that a builder should processor adding properties to an objectWithSave Helper interface to indicate that a builder has a save method.