Hierarchy For All Packages
Package Hierarchies:- io.annot8.api.annotations,
- io.annot8.api.bounds,
- io.annot8.api.capabilities,
- io.annot8.api.components,
- io.annot8.api.components.annotations,
- io.annot8.api.components.responses,
- io.annot8.api.context,
- io.annot8.api.data,
- io.annot8.api.exceptions,
- io.annot8.api.filters,
- io.annot8.api.helpers,
- io.annot8.api.helpers.builders,
- io.annot8.api.pipelines,
- io.annot8.api.properties,
- io.annot8.api.references,
- io.annot8.api.settings,
- io.annot8.api.stores
Class Hierarchy
- java.lang.Object
- io.annot8.api.filters.AndFilter<T> (implements io.annot8.api.filters.Filter<T>)
- io.annot8.api.pipelines.NoOpOrderer (implements io.annot8.api.pipelines.PipelineOrderer)
- io.annot8.api.settings.NoSettings (implements io.annot8.api.settings.Settings)
- io.annot8.api.filters.NotFilter<T> (implements io.annot8.api.filters.Filter<T>)
- io.annot8.api.filters.OrFilter<T> (implements io.annot8.api.filters.Filter<T>)
- io.annot8.api.components.responses.ProcessorResponse.ProcessorResponseBuilder (implements io.annot8.api.components.responses.ProcessorResponse)
- io.annot8.api.components.responses.SourceResponse.SourceResponseBuilder (implements io.annot8.api.components.responses.SourceResponse)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- io.annot8.api.exceptions.Annot8Exception
- java.lang.RuntimeException
- io.annot8.api.exceptions.Annot8RuntimeException
- io.annot8.api.exceptions.AlreadyExistsException
- io.annot8.api.exceptions.BadConfigurationException
- io.annot8.api.exceptions.IncompleteException
- io.annot8.api.exceptions.InvalidBoundsException
- io.annot8.api.exceptions.ProcessingException
- io.annot8.api.exceptions.UnsupportedContentException
- io.annot8.api.exceptions.Annot8RuntimeException
- java.lang.Exception
Interface Hierarchy
- io.annot8.api.components.Annot8ComponentDescriptor<T,S>
- io.annot8.api.components.ProcessorDescriptor<T,S>
- io.annot8.api.components.SourceDescriptor<T,S>
- io.annot8.api.references.AnnotationReference
- java.lang.AutoCloseable
- io.annot8.api.bounds.Bounds
- io.annot8.api.capabilities.Capabilities
- io.annot8.api.capabilities.Capability
- io.annot8.api.capabilities.AnnotationCapability
- io.annot8.api.capabilities.ContentCapability
- io.annot8.api.capabilities.GroupCapability
- io.annot8.api.context.Context
- io.annot8.api.filters.Filter<T>
- io.annot8.api.references.GroupReference
- io.annot8.api.data.ItemFactory
- io.annot8.api.pipelines.Pipeline.Builder
- io.annot8.api.pipelines.PipelineDescriptor.Builder
- io.annot8.api.pipelines.PipelineOrderer
- io.annot8.api.components.responses.ProcessorResponse
- io.annot8.api.properties.Properties
- io.annot8.api.properties.ImmutableProperties
- io.annot8.api.properties.MutableProperties
- java.lang.Runnable
- io.annot8.api.pipelines.PipelineRunner
- io.annot8.api.settings.Settings
- io.annot8.api.components.responses.SourceResponse
- io.annot8.api.helpers.builders.WithBuild<A>
- io.annot8.api.helpers.WithDescription
- io.annot8.api.data.Content<D> (also extends io.annot8.api.helpers.WithId, io.annot8.api.helpers.WithProperties)
- io.annot8.api.pipelines.PipelineDescriptor (also extends io.annot8.api.helpers.WithName)
- io.annot8.api.helpers.WithFilter<T>
- io.annot8.api.stores.AnnotationStore
- io.annot8.api.stores.GroupStore
- io.annot8.api.data.Item (also extends io.annot8.api.helpers.WithGroups, io.annot8.api.helpers.WithId, io.annot8.api.helpers.WithMutableProperties)
- io.annot8.api.helpers.builders.WithFromBuilder<E,A>
- io.annot8.api.annotations.Annotation.Builder (also extends io.annot8.api.helpers.builders.WithIdBuilder<A>, io.annot8.api.helpers.builders.WithNewIdBuilder<A>, io.annot8.api.helpers.builders.WithPropertiesBuilder<A>, io.annot8.api.helpers.builders.WithSave<A>, io.annot8.api.helpers.builders.WithTypeBuilder<A>)
- io.annot8.api.data.Content.Builder<A,D> (also extends io.annot8.api.helpers.builders.WithIdBuilder<A>, io.annot8.api.helpers.builders.WithPropertiesBuilder<A>, io.annot8.api.helpers.builders.WithSave<A>)
- io.annot8.api.annotations.Group.Builder (also extends io.annot8.api.helpers.builders.WithIdBuilder<A>, io.annot8.api.helpers.builders.WithNewIdBuilder<A>, io.annot8.api.helpers.builders.WithPropertiesBuilder<A>, io.annot8.api.helpers.builders.WithSave<A>, io.annot8.api.helpers.builders.WithTypeBuilder<A>)
- io.annot8.api.properties.ImmutableProperties.Builder (also extends io.annot8.api.helpers.builders.WithPropertiesBuilder<A>, io.annot8.api.helpers.builders.WithSave<A>)
- io.annot8.api.helpers.WithGroups
- io.annot8.api.data.Item (also extends io.annot8.api.helpers.WithFilter<T>, io.annot8.api.helpers.WithId, io.annot8.api.helpers.WithMutableProperties)
- io.annot8.api.helpers.WithId
- io.annot8.api.annotations.Annotation (also extends io.annot8.api.helpers.WithProperties, io.annot8.api.helpers.WithType)
- io.annot8.api.data.Content<D> (also extends io.annot8.api.helpers.WithDescription, io.annot8.api.helpers.WithProperties)
- io.annot8.api.annotations.Group (also extends io.annot8.api.helpers.WithProperties, io.annot8.api.helpers.WithType)
- io.annot8.api.data.Item (also extends io.annot8.api.helpers.WithFilter<T>, io.annot8.api.helpers.WithGroups, io.annot8.api.helpers.WithMutableProperties)
- io.annot8.api.helpers.builders.WithIdBuilder<A>
- io.annot8.api.annotations.Annotation.Builder (also extends io.annot8.api.helpers.builders.WithFromBuilder<E,A>, io.annot8.api.helpers.builders.WithNewIdBuilder<A>, io.annot8.api.helpers.builders.WithPropertiesBuilder<A>, io.annot8.api.helpers.builders.WithSave<A>, io.annot8.api.helpers.builders.WithTypeBuilder<A>)
- io.annot8.api.data.Content.Builder<A,D> (also extends io.annot8.api.helpers.builders.WithFromBuilder<E,A>, io.annot8.api.helpers.builders.WithPropertiesBuilder<A>, io.annot8.api.helpers.builders.WithSave<A>)
- io.annot8.api.annotations.Group.Builder (also extends io.annot8.api.helpers.builders.WithFromBuilder<E,A>, io.annot8.api.helpers.builders.WithNewIdBuilder<A>, io.annot8.api.helpers.builders.WithPropertiesBuilder<A>, io.annot8.api.helpers.builders.WithSave<A>, io.annot8.api.helpers.builders.WithTypeBuilder<A>)
- io.annot8.api.helpers.WithMutableProperties
- io.annot8.api.data.Item (also extends io.annot8.api.helpers.WithFilter<T>, io.annot8.api.helpers.WithGroups, io.annot8.api.helpers.WithId)
- io.annot8.api.helpers.WithName
- io.annot8.api.pipelines.PipelineDescriptor (also extends io.annot8.api.helpers.WithDescription)
- io.annot8.api.helpers.builders.WithNewIdBuilder<A>
- io.annot8.api.annotations.Annotation.Builder (also extends io.annot8.api.helpers.builders.WithFromBuilder<E,A>, io.annot8.api.helpers.builders.WithIdBuilder<A>, io.annot8.api.helpers.builders.WithPropertiesBuilder<A>, io.annot8.api.helpers.builders.WithSave<A>, io.annot8.api.helpers.builders.WithTypeBuilder<A>)
- io.annot8.api.annotations.Group.Builder (also extends io.annot8.api.helpers.builders.WithFromBuilder<E,A>, io.annot8.api.helpers.builders.WithIdBuilder<A>, io.annot8.api.helpers.builders.WithPropertiesBuilder<A>, io.annot8.api.helpers.builders.WithSave<A>, io.annot8.api.helpers.builders.WithTypeBuilder<A>)
- io.annot8.api.helpers.WithProperties
- io.annot8.api.annotations.Annotation (also extends io.annot8.api.helpers.WithId, io.annot8.api.helpers.WithType)
- io.annot8.api.data.Content<D> (also extends io.annot8.api.helpers.WithDescription, io.annot8.api.helpers.WithId)
- io.annot8.api.annotations.Group (also extends io.annot8.api.helpers.WithId, io.annot8.api.helpers.WithType)
- io.annot8.api.helpers.builders.WithPropertiesBuilder<A>
- io.annot8.api.annotations.Annotation.Builder (also extends io.annot8.api.helpers.builders.WithFromBuilder<E,A>, io.annot8.api.helpers.builders.WithIdBuilder<A>, io.annot8.api.helpers.builders.WithNewIdBuilder<A>, io.annot8.api.helpers.builders.WithSave<A>, io.annot8.api.helpers.builders.WithTypeBuilder<A>)
- io.annot8.api.data.Content.Builder<A,D> (also extends io.annot8.api.helpers.builders.WithFromBuilder<E,A>, io.annot8.api.helpers.builders.WithIdBuilder<A>, io.annot8.api.helpers.builders.WithSave<A>)
- io.annot8.api.annotations.Group.Builder (also extends io.annot8.api.helpers.builders.WithFromBuilder<E,A>, io.annot8.api.helpers.builders.WithIdBuilder<A>, io.annot8.api.helpers.builders.WithNewIdBuilder<A>, io.annot8.api.helpers.builders.WithSave<A>, io.annot8.api.helpers.builders.WithTypeBuilder<A>)
- io.annot8.api.properties.ImmutableProperties.Builder (also extends io.annot8.api.helpers.builders.WithFromBuilder<E,A>, io.annot8.api.helpers.builders.WithSave<A>)
- io.annot8.api.helpers.builders.WithSave<A>
- io.annot8.api.annotations.Annotation.Builder (also extends io.annot8.api.helpers.builders.WithFromBuilder<E,A>, io.annot8.api.helpers.builders.WithIdBuilder<A>, io.annot8.api.helpers.builders.WithNewIdBuilder<A>, io.annot8.api.helpers.builders.WithPropertiesBuilder<A>, io.annot8.api.helpers.builders.WithTypeBuilder<A>)
- io.annot8.api.data.Content.Builder<A,D> (also extends io.annot8.api.helpers.builders.WithFromBuilder<E,A>, io.annot8.api.helpers.builders.WithIdBuilder<A>, io.annot8.api.helpers.builders.WithPropertiesBuilder<A>)
- io.annot8.api.annotations.Group.Builder (also extends io.annot8.api.helpers.builders.WithFromBuilder<E,A>, io.annot8.api.helpers.builders.WithIdBuilder<A>, io.annot8.api.helpers.builders.WithNewIdBuilder<A>, io.annot8.api.helpers.builders.WithPropertiesBuilder<A>, io.annot8.api.helpers.builders.WithTypeBuilder<A>)
- io.annot8.api.properties.ImmutableProperties.Builder (also extends io.annot8.api.helpers.builders.WithFromBuilder<E,A>, io.annot8.api.helpers.builders.WithPropertiesBuilder<A>)
- io.annot8.api.helpers.WithType
- io.annot8.api.annotations.Annotation (also extends io.annot8.api.helpers.WithId, io.annot8.api.helpers.WithProperties)
- io.annot8.api.annotations.Group (also extends io.annot8.api.helpers.WithId, io.annot8.api.helpers.WithProperties)
- io.annot8.api.helpers.builders.WithTypeBuilder<A>
- io.annot8.api.annotations.Annotation.Builder (also extends io.annot8.api.helpers.builders.WithFromBuilder<E,A>, io.annot8.api.helpers.builders.WithIdBuilder<A>, io.annot8.api.helpers.builders.WithNewIdBuilder<A>, io.annot8.api.helpers.builders.WithPropertiesBuilder<A>, io.annot8.api.helpers.builders.WithSave<A>)
- io.annot8.api.annotations.Group.Builder (also extends io.annot8.api.helpers.builders.WithFromBuilder<E,A>, io.annot8.api.helpers.builders.WithIdBuilder<A>, io.annot8.api.helpers.builders.WithNewIdBuilder<A>, io.annot8.api.helpers.builders.WithPropertiesBuilder<A>, io.annot8.api.helpers.builders.WithSave<A>)
Annotation Type Hierarchy
- io.annot8.api.components.annotations.ComponentDescription (implements java.lang.annotation.Annotation)
- io.annot8.api.components.annotations.ComponentName (implements java.lang.annotation.Annotation)
- io.annot8.api.settings.Description (implements java.lang.annotation.Annotation)
- io.annot8.api.components.annotations.SettingsClass (implements java.lang.annotation.Annotation)
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- io.annot8.api.components.responses.ProcessorResponse.Status
- io.annot8.api.components.responses.SourceResponse.Status
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)