Module io.annot8.core
Package io.annot8.core.helpers.builders
This package contains helper interfaces used internally by builders within the Annot8 core module
-
Interface Summary Interface Description WithBuild<A> Helper interface to indicate that a builder has a build method.WithFromBuilder<E,A> Helper interface to indicate that a builder can create an object based off an existing object of the same typeWithIdBuilder<A> Helper interface to indicate that a builder should assign a provided ID to an objectWithNewIdBuilder<A> Helper interface to indicate that a builder should assign a new ID to an objectWithPropertiesBuilder<A> Helper interface to indicate that a builder should support adding properties to an objectWithSave<A> Helper interface to indicate that a builder has a save method.WithTypeBuilder<A> Helper interface to indicate that a builder should support setting a type on an object