| Interface | Description |
|---|---|
| NumberContext.Enforceable<N extends Number> | |
| NumberContext.FormatPattern | |
| TypeContext<T> |
A type context provides two basic services:
It enforces some sort of rule/limit regarding size, accuracy or similar.
|
| Class | Description |
|---|---|
| BinaryContext | |
| BooleanContext |
BooleanContext
|
| DateContext |
This
TypeContext deals with the old Date. |
| GenericContext<T> | |
| NumberContext |
Think of this as a MathContext that specifies both precision and scale.
|
| StringContext |
StringContext
|
| TemporalContext<T extends Temporal> |
An implementation of
TypeContext that is implemented in terms of DateTimeFormatter and
TemporalAdjuster. |
Copyright © 2018 Optimatika. All rights reserved.