mixins.| Interface | Description |
|---|---|
| Abortable |
Aborts any continuing operation of the implementing instance.
|
| ActionAccessor<A> |
Provides an accessor for a action property.
|
| ActionAccessor.ActionBuilder<A,B extends ActionAccessor.ActionBuilder<A,B>> |
Provides a builder method for a action property returning the builder for
applying multiple build operations.
|
| ActionAccessor.ActionMutator<A> |
Provides a mutator for a action property.
|
| ActionAccessor.ActionProperty<A> |
Provides a action property.
|
| AliasAccessor |
Provides an accessor for a alias property.
|
| AliasAccessor.AliasBuilder<B extends AliasAccessor.AliasBuilder<B>> |
Provides a builder method for a alias property returning the builder for
applying multiple build operations.
|
| AliasAccessor.AliasMutator |
Provides a mutator for a alias property.
|
| AliasAccessor.AliasProperty |
Provides a alias property.
|
| ArgumentsAccessor<ARG> |
Provides access to a arguments property for e.g. key / arguments pair.
|
| ArgumentsAccessor.ArgumentsMutator<ARG> |
Extends the
ArgumentsAccessor with a setter method. |
| ArgumentsAccessor.ArgumentsProperty<ARG> |
Extends the
ArgumentsAccessor with a setter method. |
| AuthorityAccessor<AUTH> |
Provides an accessor for a credential property for e.g. key / credential
pair.
|
| AuthorityAccessor.AuthorityMutator<AUTH> |
Provides a mutator for a credential property for e.g. key / credential
pair.
|
| AuthorityAccessor.CredentialProperty<AUTH> |
* Provides a credential property for e.g. key / credential pair.
|
| BottomDividerEdgeAccessor<T> |
Accessor for accessing the bottom divider edge; we need it in the
TableBody as well as in the TableHeader and clearly in the
TableTail. |
| BottomLeftEdgeAccessor<T> |
The Interface BottomLeftEdgeAccessor.
|
| BottomRightEdgeAccessor<T> |
The Interface BottomRightEdgeAccessor.
|
| BusyAccessor |
Provides an accessor for a busy property.
|
| BusyAccessor.BusyMutator |
Provides a mutator for a busy property.
|
| BusyAccessor.BusyProperty |
Provides a busy property.
|
| ChannelAccessor |
Provides an accessor for a channel property.
|
| ChannelAccessor.ChannelBuilder<B extends ChannelAccessor.ChannelBuilder<B>> |
Provides a builder method for a channel property returning the builder
for applying multiple build operations.
|
| ChannelAccessor.ChannelMutator |
Provides a mutator for a channel property.
|
| ChannelAccessor.ChannelProperty |
Provides a channel property.
|
| CharAccessor |
Provides an accessor for a char property.
|
| CharAccessor.CharBuilder<B extends CharAccessor.CharBuilder<B>> |
Provides a builder method for a char property returning the builder for
applying multiple build operations.
|
| CharAccessor.CharMutator |
Provides a mutator for a char property.
|
| CharAccessor.CharProperty |
Provides a char property.
|
| CharSetAccessor |
Provides an accessor for a char set property.
|
| CharSetAccessor.CharSetBuilder<B extends CharSetAccessor.CharSetBuilder<B>> |
Provides a builder method for a char set property returning the builder
for applying multiple build operations.
|
| CharSetAccessor.CharSetMutator |
Provides a mutator for a char set property.
|
| CharSetAccessor.CharSetProperty |
Provides a char set property.
|
| CodeAccessor<T> |
Provides access to a code property for e.g. key / code pair.
|
| CodeAccessor.CodeBuilder<V,B extends CodeAccessor.CodeBuilder<V,B>> |
Provides a builder method for a the property returning the builder for
applying multiple build operations.
|
| CodeAccessor.CodeMutator<V> |
Extends the
CodeAccessor with a setter method. |
| CodeAccessor.CodeProperty<V> |
Extends the
CodeAccessor with a setter method. |
| ColumnWidthAccessor |
Provides an accessor for a column width property.
|
| ColumnWidthAccessor.ColumnWidthBuilder<B extends ColumnWidthAccessor.ColumnWidthBuilder<B>> |
Provides a builder method for a column width property returning the
builder for applying multiple build operations.
|
| ColumnWidthAccessor.ColumnWidthMutator |
Provides a mutator for a column width property.
|
| ColumnWidthAccessor.ColumnWidthProperty |
Provides a column width property.
|
| ContextAccessor<CTX> |
Provides an accessor for a context property.
|
| ContextAccessor.ContextMutator<CTX> |
Provides a mutator for a context property.
|
| ContextAccessor.ContextProperty<CTX> |
Provides a context property.
|
| CreatedDateAccessor |
Provides an accessor for a "created" date property.
|
| CreatedDateAccessor.CreatedDateMutator |
Provides a mutator for a "created" date property.
|
| CreatedDateAccessor.CreatedDateProperty |
Extends the
CreatedDateAccessor with a setter method. |
| CredentialsAccessor |
Provides an accessor for the login properties.
|
| CredentialsAccessor.CredentialsBuilder<B extends CredentialsAccessor.CredentialsBuilder<B>> |
Provides a mutator for the login properties.
|
| CredentialsAccessor.CredentialsMutator |
Provides a mutator for the login properties.
|
| CredentialsAccessor.CredentialsProperty |
Provides the login properties.
|
| DecryptPrefixAccessor |
Provides an accessor for a Decrypt-Prefix property.
|
| DecryptPrefixAccessor.DecryptPrefixBuilder<B extends DecryptPrefixAccessor.DecryptPrefixBuilder<B>> |
Provides a builder method for a Decrypt-Prefix property returning the
builder for applying multiple build operations.
|
| DecryptPrefixAccessor.DecryptPrefixMutator |
Provides a mutator for a Decrypt-Prefix property.
|
| DecryptPrefixAccessor.DecryptPrefixProperty |
Provides a Decrypt-Prefix property.
|
| DelimiterAccessor |
Provides an accessor for a delimiter property.
|
| DelimiterAccessor.DelimiterBuilder<B extends DelimiterAccessor.DelimiterBuilder<B>> |
Provides a builder method for a delimiter property returning the builder
for applying multiple build operations.
|
| DelimiterAccessor.DelimiterMutator |
Provides a mutator for a delimiter property.
|
| DelimiterAccessor.DelimiterProperty |
Provides a delimiter property.
|
| DescriptionAccessor |
Provides an accessor for a description property.
|
| DescriptionAccessor.DescriptionBuilder<B extends DescriptionAccessor.DescriptionBuilder<B>> |
Provides a builder method for a description property returning the
builder for applying multiple build operations.
|
| DescriptionAccessor.DescriptionMutator |
Provides a mutator for a description property.
|
| DescriptionAccessor.DescriptionProperty |
Provides a description property.
|
| Disposable |
Any type not being a mature component, which nevertheless can be destroyed,
implements this
Disposable interface. |
| Disposable.Disposedable |
The
Disposable.Disposedable interface defines those methods related to the
dispose life-cycle as well as evaluating the disposed status with
DisposedAccessor.isDisposed(). |
| DisposedAccessor |
Provides an accessor for a dispose property.
|
| DisposedAccessor.DisposedMutator |
Provides a mutator for a dispose property.
|
| DisposedAccessor.DisposedProperty |
Provides a mutator for a dispose property.
|
| DomainAccessor |
Provides an accessor for a domain property.
|
| DomainAccessor.DomainBuilder<B extends DomainAccessor.DomainBuilder<?>> |
Provides a mutator for an domain property.
|
| DomainAccessor.DomainMutator |
Provides a mutator for a domain property.
|
| DomainAccessor.DomainProperty |
Provides a domain property.
|
| Dumpable |
Dumps the state of the instance into a
Map. |
| EncodingAccessor |
Provides an accessor for a encoding property.
|
| EncodingAccessor.EncodingBuilder<B extends EncodingAccessor.EncodingBuilder<B>> |
Provides a builder method for a encoding property returning the builder
for applying multiple build operations.
|
| EncodingAccessor.EncodingMutator |
Provides a mutator for a encoding property.
|
| EncodingAccessor.EncodingProperty |
Provides a encoding property.
|
| EncryptPrefixAccessor |
Provides an accessor for a Encrypt-Prefix property.
|
| EncryptPrefixAccessor.EncryptPrefixBuilder<B extends EncryptPrefixAccessor.EncryptPrefixBuilder<B>> |
Provides a builder method for a Encrypt-Prefix property returning the
builder for applying multiple build operations.
|
| EncryptPrefixAccessor.EncryptPrefixMutator |
Provides a mutator for a Encrypt-Prefix property.
|
| EncryptPrefixAccessor.EncryptPrefixProperty |
Provides a Encrypt-Prefix property.
|
| ErrorPrintStreamAccessor |
Provides an accessor for an error
PrintStream property. |
| ErrorPrintStreamAccessor.ErrorPrintStreamBuilder<B extends ErrorPrintStreamAccessor.ErrorPrintStreamBuilder<?>> |
Provides a mutator for an error
PrintStream property. |
| ErrorPrintStreamAccessor.ErrorPrintStreamMutator |
Provides a mutator for an error
PrintStream property. |
| ErrorPrintStreamAccessor.ErrorPrintStreamProperty |
Provides an error
PrintStream property. |
| FilenameExtensionAccessor |
Provides an accessor for a filename extension property.
|
| FilenameExtensionAccessor.FilenameExtensionBuilder<B extends FilenameExtensionAccessor.FilenameExtensionBuilder<B>> |
Provides a builder method for a filename extension property returning the
builder for applying multiple build operations.
|
| FilenameExtensionAccessor.FilenameExtensionMutator |
Provides a mutator for a filename extension property.
|
| FilenameExtensionAccessor.FilenameExtensionProperty |
Provides a filename extension property.
|
| FilenameExtensionsAccessor |
Provides an accessor for a filenames extension property.
|
| FilenameExtensionsAccessor.FilenameExtensionsBuilder<B extends FilenameExtensionsAccessor.FilenameExtensionsBuilder<B>> |
Provides a builder method for a filenames extension property returning
the builder for applying multiple build operations.
|
| FilenameExtensionsAccessor.FilenameExtensionsMutator |
Provides a mutator for a filenames extension property.
|
| FilenameExtensionsAccessor.FilenameExtensionsProperty |
Provides a filenames extension property.
|
| FullNameAccessor |
Provides an accessor for a full name property.
|
| FullNameAccessor.FullNameBuilder<B extends FullNameAccessor.FullNameBuilder<B>> |
Provides a builder method for a full name property returning the builder
for applying multiple build operations.
|
| FullNameAccessor.FullNameMutator |
Provides a mutator for a full name property.
|
| FullNameAccessor.FullNameProperty |
Provides a full name property.
|
| GroupAccessor |
Provides an accessor for a group property.
|
| GroupAccessor.GroupBuilder<B extends GroupAccessor.GroupBuilder<B>> |
Provides a builder method for a group property returning the builder for
applying multiple build operations.
|
| GroupAccessor.GroupMutator |
Provides a mutator for a group property.
|
| GroupAccessor.GroupProperty |
Provides a group property.
|
| IdAccessor<T> |
Provides an accessor for a ID property.
|
| IdAccessor.IdMutator<T> |
Provides a mutator for a ID property.
|
| IdAccessor.IdProperty<T> |
Provides a ID property.
|
| IdentityAccessor |
Provides an accessor for a identity property.
|
| IdentityAccessor.IdentityBuilder<B extends IdentityAccessor.IdentityBuilder<B>> |
Provides a builder method for a identity property returning the builder
for applying multiple build operations.
|
| IdentityAccessor.IdentityMutator |
Provides a mutator for a identity property.
|
| IdentityAccessor.IdentityProperty |
Provides a identity property.
|
| InstanceIdAccessor |
Provides an accessor for a instance ID property.
|
| InstanceIdAccessor.InstanceIdBuilder<B extends InstanceIdAccessor.InstanceIdBuilder<B>> |
Provides a builder for a instance ID property.
|
| InstanceIdAccessor.InstanceIdMutator |
Provides a mutator for a instance ID property.
|
| InstanceIdAccessor.InstanceIdProperty |
Provides a instance ID property.
|
| KeyAccessor<K> |
Provides an accessor for a key property for e.g. key/value-pair.
|
| KeyAccessor.KeyBuilder<K,B extends KeyAccessor.KeyBuilder<K,B>> |
Provides a builder method for a key property returning the builder for
applying multiple build operations.
|
| KeyAccessor.KeyMutator<K> |
Provides a mutator for a key property for e.g. key/value-pair.
|
| KeyAccessor.KeyProperty<K> |
Provides a key property for e.g. key/value-pair.
|
| LocatorAccessor<T> |
Provides an accessor for a locator property.
|
| LocatorAccessor.LocatorBuilder<T,B extends LocatorAccessor.LocatorBuilder<T,B>> |
Provides a builder method for a locator property returning the builder
for applying multiple build operations.
|
| LocatorAccessor.LocatorMutator<T> |
Provides a mutator for a locator property.
|
| LocatorAccessor.LocatorProperty<T> |
Provides a locator property.
|
| Lockable |
The
Lockable interface defines methods to set the status of an object
to be locked or unlocked and to determine the status. |
| Loggable |
This interface probes for the RuntimeLogger library by means of reflection to
finally do logging.
|
| MaxValueAccessor<V> |
Provides access to a maximum value property for e.g. key/maximum value-pair.
|
| MaxValueAccessor.MaxValueBuilder<V,B extends MaxValueAccessor.MaxValueBuilder<V,B>> |
Provides a builder method for a the property returning the builder for
applying multiple build operations.
|
| MaxValueAccessor.MaxValueMutator<V> |
Extends the
MaxValueAccessor with a setter method. |
| MaxValueAccessor.MaxValueProperty<V> |
Extends the
MaxValueAccessor with a setter method. |
| MessageAccessor |
Provides an accessor for a message property.
|
| MessageAccessor.MessageMutator |
Provides a mutator for a message property.
|
| MessageAccessor.MessageProperty |
Provides a message property.
|
| MetaDataAccessor<MD> |
Provides an accessor for to a Meta-Data property.
|
| MetaDataAccessor.MetaDataBuilder<MD,B extends MetaDataAccessor.MetaDataBuilder<MD,B>> |
Provides a builder method for a name property returning the builder for
applying multiple build operations.
|
| MetaDataAccessor.MetaDataMutator<MD> |
Provides a mutator for to a Meta-Data property.
|
| MetaDataAccessor.MetaDataProperty<MD> |
Provides a Meta-Data property.
|
| MillisecondsAccessor |
Provides an accessor for a milliseconds property.
|
| MillisecondsAccessor.MillisecondsBuilder<B extends MillisecondsAccessor.MillisecondsBuilder<B>> |
Provides a builder method for a milliseconds property returning the
builder for applying multiple build operations.
|
| MillisecondsAccessor.MillisecondsMutator |
Provides a mutator for a milliseconds property.
|
| MillisecondsAccessor.MillisecondsProperty |
Provides a milliseconds property.
|
| MinValueAccessor<V> |
Provides access to a minimum value property for e.g. key/minimum value-pair.
|
| MinValueAccessor.MinValueBuilder<V,B extends MinValueAccessor.MinValueBuilder<V,B>> |
Provides a builder method for a the property returning the builder for
applying multiple build operations.
|
| MinValueAccessor.MinValueMutator<V> |
Extends the
MinValueAccessor with a setter method. |
| MinValueAccessor.MinValueProperty<V> |
Extends the
MinValueAccessor with a setter method. |
| ModeAccessor<T> |
Provides an accessor for a mode property.
|
| ModeAccessor.ModeMutator<T> |
Provides a mutator for a mode property.
|
| ModeAccessor.ModeProperty<T> |
Provides a mode property.
|
| ModifiedDateAccessor |
Provides an accessor for a "modified" date property.
|
| ModifiedDateAccessor.ModifiedDateMutator |
Provides a mutator for a "modified" date property.
|
| ModifiedDateAccessor.ModifiedDateProperty |
Provides a "modified" date property.
|
| NameAccessor |
Provides an accessor for a name property.
|
| NameAccessor.NameBuilder<B extends NameAccessor.NameBuilder<B>> |
Provides a builder method for a name property returning the builder for
applying multiple build operations.
|
| NameAccessor.NameMutator |
Provides a mutator for a name property.
|
| NameAccessor.NameProperty |
Provides a name property.
|
| NamespaceAccessor |
Provides an accessor for a namespace property.
|
| NamespaceAccessor.NamespaceBuilder<B extends NamespaceAccessor.NamespaceBuilder<B>> |
Provides a builder method for a namespace property returning the builder
for applying multiple build operations.
|
| NamespaceAccessor.NamespaceMutator |
Provides a mutator for a namespace property.
|
| NamespaceAccessor.NamespaceProperty |
Provides a namespace property.
|
| NumberAccessor<V> |
Provides access to a number property for e.g. key / number pair.
|
| NumberAccessor.NumberBuilder<V,B extends NumberAccessor.NumberBuilder<V,B>> |
Provides a builder method for a the property returning the builder for
applying multiple build operations.
|
| NumberAccessor.NumberMutator<V> |
Extends the
NumberAccessor with a setter method. |
| NumberAccessor.NumberProperty<V> |
Extends the
NumberAccessor with a setter method. |
| ObjectAccessor |
Provides an accessor for a object property.
|
| ObjectAccessor.ObjectBuilder<B extends ObjectAccessor.ObjectBuilder<B>> |
Provides a builder method for a object property returning the builder for
applying multiple build operations.
|
| ObjectAccessor.ObjectMutator |
Provides a mutator for a object property.
|
| ObjectAccessor.ObjectProperty |
Provides a object property.
|
| OutputStreamAccessor |
Provides an accessor for an output stream property.
|
| OutputStreamAccessor.OutputStreamBuilder<B extends OutputStreamAccessor.OutputStreamBuilder<?>> |
Provides a mutator for an output stream property.
|
| OutputStreamAccessor.OutputStreamMutator |
Provides a mutator for an output stream property.
|
| OutputStreamAccessor.OutputStreamProperty |
Provides an output stream property.
|
| PathAccessor |
Provides an accessor for a path property.
|
| PathAccessor.PathBuilder<B extends PathAccessor.PathBuilder<?>> |
Provides a mutator for an path property.
|
| PathAccessor.PathMutator |
Provides a mutator for a path property.
|
| PathAccessor.PathProperty |
Provides a path property.
|
| PayloadAccessor<P> |
Provides an accessor for a payload property.
|
| PayloadAccessor.PayloadBuilder<P,B extends PayloadAccessor.PayloadBuilder<P,B>> |
Provides a builder method for a payload property returning the builder
for applying multiple build operations.
|
| PayloadAccessor.PayloadMutator<P> |
Provides a mutator for a payload property.
|
| PayloadAccessor.PayloadProperty<P> |
Provides a payload property.
|
| PercentAccessor |
Provides an accessor for a % property.
|
| PercentAccessor.PercentBuilder<B extends PercentAccessor.PercentBuilder<B>> |
Provides a builder method for a % property returning the builder for
applying multiple build operations.
|
| PercentAccessor.PercentMutator |
Provides a mutator for a % property.
|
| PercentAccessor.PercentProperty |
Provides a % property.
|
| PortAccessor |
Provides an accessor for a port property.
|
| PortAccessor.PortBuilder<B extends PortAccessor.PortBuilder<B>> |
Provides a builder method for a port property returning the builder for
applying multiple build operations.
|
| PortAccessor.PortMutator |
Provides a mutator for a port property.
|
| PortAccessor.PortProperty |
Provides a port property.
|
| PrefixAccessor |
Provides an accessor for a prefix property.
|
| PrefixAccessor.PrefixBuilder<B extends PrefixAccessor.PrefixBuilder<B>> |
Provides a builder method for a prefix property returning the builder for
applying multiple build operations.
|
| PrefixAccessor.PrefixMutator |
Provides a mutator for a prefix property.
|
| PrefixAccessor.PrefixProperty |
Provides a prefix property.
|
| PrintStreamAccessor |
Provides an accessor for an print stream property.
|
| PrintStreamAccessor.PrintStreamBuilder<B extends PrintStreamAccessor.PrintStreamBuilder<?>> |
Provides a mutator for an print stream property.
|
| PrintStreamAccessor.PrintStreamMutator |
Provides a mutator for an print stream property.
|
| PrintStreamAccessor.PrintStreamProperty |
Provides an print stream property.
|
| Releaseable |
Any class which's instance has blocking methods may implement this interface
to provide functionality with which to release all waiting threads.
|
| RequestAccessor<REQ> |
Provides access to a request property for e.g. key / request pair.
|
| RequestAccessor.RequestBuilder<REQ,B extends RequestAccessor.RequestBuilder<REQ,B>> |
Provides a builder method for a request property returning the builder
for applying multiple build operations.
|
| RequestAccessor.RequestMutator<REQ> |
Extends the
RequestAccessor with a setter method. |
| RequestAccessor.RequestProperty<REQ> |
Extends the
RequestAccessor with a setter method. |
| ResponseAccessor<RES> |
Provides access to a response property for e.g. key / response pair.
|
| ResponseAccessor.ResponseBuilder<RES,B extends ResponseAccessor.ResponseBuilder<RES,B>> |
Provides a builder method for a response property returning the builder
for applying multiple build operations.
|
| ResponseAccessor.ResponseMutator<RES> |
Extends the
ResponseAccessor with a setter method. |
| ResponseAccessor.ResponseProperty<RES> |
Extends the
ResponseAccessor with a setter method. |
| Restartable |
Any implementing instance's status can be set back that the instance's
functionality can begin over again.
|
| RowHeightAccessor |
Provides an accessor for a row height property.
|
| RowHeightAccessor.RowHeightBuilder<B extends RowHeightAccessor.RowHeightBuilder<B>> |
Provides a builder method for a row height property returning the builder
for applying multiple build operations.
|
| RowHeightAccessor.RowHeightMutator |
Provides a mutator for a row height property.
|
| RowHeightAccessor.RowHeightProperty |
Provides a row height property.
|
| RowWidthAccessor |
Provides an accessor for a row width property.
|
| RowWidthAccessor.RowWidthBuilder<B extends RowWidthAccessor.RowWidthBuilder<?>> |
Provides a mutator for an output stream property.
|
| RowWidthAccessor.RowWidthMutator |
Provides a mutator for an output stream property.
|
| RowWidthAccessor.RowWidthProperty |
Provides a row width property.
|
| SecretAccessor |
Provides an accessor for a secret property.
|
| SecretAccessor.SecretBuilder<B extends SecretAccessor.SecretBuilder<B>> |
Provides a builder method for a secret property returning the builder for
applying multiple build operations.
|
| SecretAccessor.SecretMutator |
Provides a mutator for a secret property.
|
| SecretAccessor.SecretProperty |
Provides a secret property.
|
| SizeAccessor |
Provides an accessor for a size property.
|
| SizeAccessor.SizeMutator |
Provides a mutator for a size property.
|
| SizeAccessor.SizeProperty |
Provides a size property.
|
| SourceAccessor<SRC> |
Provides an accessor for a source property for e.g. source of an event.
|
| SourceAccessor.SourceMutator<SRC> |
Provides a mutator for a source property for e.g. source of an event.
|
| SourceAccessor.SourceProperty<SRC> |
Provides a source property for e.g. source of an event.
|
| StandardPrintStreamAccessor |
Provides an accessor for an standard
PrintStream property. |
| StandardPrintStreamAccessor.StandardPrintStreamBuilder<B extends StandardPrintStreamAccessor.StandardPrintStreamBuilder<?>> |
Provides a mutator for an standard
PrintStream property. |
| StandardPrintStreamAccessor.StandardPrintStreamMutator |
Provides a mutator for an standard
PrintStream property. |
| StandardPrintStreamAccessor.StandardPrintStreamProperty |
Provides an standard
PrintStream property. |
| StateAccessor<S> |
Provides access to a statusCode property for e.g. key / statusCode pair.
|
| StateAccessor.StateBuilder<S,B extends StateAccessor.StateBuilder<S,B>> |
Provides a builder method for a state property returning the builder for
applying multiple build operations.
|
| StateAccessor.StateMutator<S> |
Extends the
StateAccessor with a setter method. |
| StateAccessor.StateProperty<S> |
Extends the
StateAccessor with a setter method. |
| StatusCodeAccessor<SC> |
Provides access to a status code property for e.g. key / status code pair.
|
| StatusCodeAccessor.StatusCodeBuilder<SC,B extends StatusCodeAccessor.StatusCodeBuilder<SC,B>> |
Provides a builder method for a status code property returning the
builder for applying multiple build operations.
|
| StatusCodeAccessor.StatusCodeMutator<SC> |
Extends the
StatusCodeAccessor with a setter method. |
| StatusCodeAccessor.StatusCodeProperty<SC> |
Extends the
StatusCodeAccessor with a setter method. |
| SuffixAccessor |
Provides an accessor for a suffix property.
|
| SuffixAccessor.SuffixBuilder<B extends SuffixAccessor.SuffixBuilder<B>> |
Provides a builder method for a suffix property returning the builder for
applying multiple build operations.
|
| SuffixAccessor.SuffixMutator |
Provides a mutator for a suffix property.
|
| SuffixAccessor.SuffixProperty |
Provides a suffix property.
|
| TableBody<T> |
Defines the table elements for a table body (with for example the table's
rows).
|
| TableHeader<T> |
Defines the table elements for a table header (with for example the columns'
titles).
|
| TableTail<T> |
Defines the table elements for a table tail ("closing" the table / closing
the header).
|
| TextAccessor |
Provides an accessor for a text property.
|
| TextAccessor.TextBuilder<B extends TextAccessor.TextBuilder<B>> |
Provides a builder method for a text property returning the builder for
applying multiple build operations.
|
| TextAccessor.TextMutator |
Provides a mutator for a text property.
|
| TextAccessor.TextProperty |
Provides a text property.
|
| TimeoutInMsAccessor |
Provides an accessor for a timeout in milliseconds property.
|
| TimeoutInMsAccessor.TimeoutInMsMutator |
Provides a mutator for a timeout in milliseconds property.
|
| TimeoutInMsAccessor.TimeoutInMsProperty |
Provides a timeout in milliseconds property.
|
| TitleAccessor |
Provides an accessor for a title property.
|
| TitleAccessor.TitleBuilder<B extends TitleAccessor.TitleBuilder<B>> |
Provides a builder method for a title property returning the builder for
applying multiple build operations.
|
| TitleAccessor.TitleMutator |
Provides a mutator for a title property.
|
| TitleAccessor.TitleProperty |
Provides a title property.
|
| TokenAccessor |
Provides an accessor for a token property.
|
| TokenAccessor.TokenBuilder<B extends TokenAccessor.TokenBuilder<B>> |
Provides a builder method for a token property returning the builder for
applying multiple build operations.
|
| TokenAccessor.TokenMutator |
Provides a mutator for a token property.
|
| TokenAccessor.TokenProperty |
Provides a token property.
|
| TypeAccessor<T> |
Provides an accessor for a type property.
|
| TypeAccessor.TypeMutator<T> |
Provides a mutator for a type property.
|
| TypeAccessor.TypeProperty<T> |
Provides a type property.
|
| UniversalIdAccessor |
Provides an accessor for a UID property.
|
| UniversalIdAccessor.UniversalIdBuilder<B extends UniversalIdAccessor.UniversalIdBuilder<B>> |
Provides a builder method for a Universal-ID property returning the
builder for applying multiple build operations.
|
| UniversalIdAccessor.UniversalIdMutator |
Provides a mutator for a UID property.
|
| UniversalIdAccessor.UniversalIdProperty |
Provides a UID property.
|
| Validatable<T> |
The Interface Validatable.
|
| ValueAccessor<V> |
Provides access to a value property for e.g. key/value-pair.
|
| ValueAccessor.ValueBuilder<V,B extends ValueAccessor.ValueBuilder<V,B>> |
Provides a builder method for a the property returning the builder for
applying multiple build operations.
|
| ValueAccessor.ValueMutator<V> |
Extends the
ValueAccessor with a setter method. |
| ValueAccessor.ValueProperty<V> |
Extends the
ValueAccessor with a setter method. |
| VerifyModeAccessor |
Provides an accessor for a verify mode property.
|
| VerifyModeAccessor.VerifyModeBuilder<B extends VerifyModeAccessor.VerifyModeBuilder<B>> |
Provides a builder method for a verify mode property returning the
builder for applying multiple build operations.
|
| VerifyModeAccessor.VerifyModeMutator |
Provides a mutator for a verify mode property.
|
| VerifyModeAccessor.VerifyModeProperty |
Provides a verify mode property.
|
| Class | Description |
|---|---|
| TableBodyImpl<T> |
Implementation of the
TableBody interface. |
| TableHeaderImpl<T> |
Implementation of the
TableHeaderImpl interface. |
| TableTailImpl<T> |
Implementation of the
TableTail interface. |
| Enum | Description |
|---|---|
| VerifyMode |
The verify-mode determines (when supported) whether an algorithm verifies its
result before proceeding.
|
Copyright © 2018. All rights reserved.