| Class | Description |
|---|---|
| FieldConvertContext |
Contains information about a field conversion context
|
| JodaDateTimeConverter<M> |
Converts between a Joda DateTime/DateMidnight attribute in the domain model and a Date in the view (target).
|
| LocalDateConverter |
Converts between a Java 8 LocalDate attribute in the domain model and a Date
in the view (target).
|
| LocalDateTimeConverter |
Converts between a Java 8 LocalDateTime attribute in the domain model and a
Date in the view (target).
|
| LocalTimeConverter |
Converts between a Java 8 LocalTime attribute in the domain model and a Date
in the view (target).
|
| NopConverter |
No operation converter.
|
| NumberConverter<M> |
Converts between a Number (Integer or Long) attribute in the domain model and a String in the view (target).
|
| StringConverter<M> |
A converter that fomats and converts values to (and from) String.
|
| Exception | Description |
|---|---|
| FrameworkConversionException |
Exception thrown to indicate that one or more framework converters has failed
to convert a value to the view model.
|
Copyright © 2006–2020 Esito AS. All rights reserved.