| Package | Description |
|---|---|
| no.digipost | |
| no.digipost.concurrent | |
| no.digipost.jdbc | |
| no.digipost.util |
| Class and Description |
|---|
| AutoClosed
An adapter to enable any arbitrary object to be managed by the
try-with-resources facility of Java >= 7, i.e.
|
| ThrowingAutoClosed
An adapter to enable any arbitrary object to be managed by the
try-with-resources facility of Java >= 7, i.e.
|
| Class and Description |
|---|
| Assignment
An assignment may or may not be assigned, the assigned value can be retrieved with
Supplier.get()
and will return null if unassigned, and may be assigned with set(Object) if the
assignment allows (re-)assignment. |
| ViewableAsOptional |
| ViewableAsOptional.Single
A
Supplier which is also ViewableAsOptional. |
| Class and Description |
|---|
| Attribute
An
Attribute defines a String-based name (or key) and the type of a value which
the name maps to. |
| AttributesMap
An immutable collection of
attributes. |
| AttributesMap.Builder
Builder to incrementally construct an immutable
AttributesMap. |
| Class and Description |
|---|
| Assignment
An assignment may or may not be assigned, the assigned value can be retrieved with
Supplier.get()
and will return null if unassigned, and may be assigned with set(Object) if the
assignment allows (re-)assignment. |
| AtMostOne
This class offers a subtle functionality which is not available in the
Collection API of Java: to retrieve the only element that is expected to be present,
and, importantly,
throw an exception if there are elements that will be discarded
if assuming that there is at most one element present. |
| Attribute
An
Attribute defines a String-based name (or key) and the type of a value which
the name maps to. |
| AttributesMap
An immutable collection of
attributes. |
| AttributesMap.Builder
Builder to incrementally construct an immutable
AttributesMap. |
| AttributesMap.Config
Switches to indicate behavior other than default.
|
| ChainableAssignment
An
Assignment with the added ability to chain several assignments
with ChainableAssignment.is(Object). |
| GetsNamedValue |
| SetsNamedValue |
| ViewableAsOptional |
| ViewableAsOptional.Single
A
Supplier which is also ViewableAsOptional. |
| ViewableAsOptional.TooManyElements
An object which was attempted to be viewed as a
Optional
representation of itself contained more than one element, and is thus
not applicable for such conversion. |
Copyright © 2018 Digipost. All rights reserved.