| Interface | Description |
|---|---|
| AttributeConverter<M,T> |
Common interface for converters between model and other modules (for instance
view).
|
| Converter<M,T> |
Common interface for converters between a model element and a target element.
|
| ValueConverter |
Common interface for value converters.
|
| Class | Description |
|---|---|
| AttributeConverterWrapper<M> |
Wrapper class for AttributeConverter.
|
| ConvertContext |
Common superclass for all contexts for attribute conversion
|
| ConverterRegistry |
A container that holds converters, and that returns a converter on demand.
|
| JasperConvertContext |
A context for value convertion for Jasper reports.
|
| OSConvertContext |
A context for a value convertion.
|
| SimpleDateConverter |
SimpleDateConverter is a custom DateTimeConverter which handles g9
display rules in a Jouteur and Jasper context.
|
| SimpleValueConverter |
A simple converter that converts an Object to a String by simply calling
on toString on that Object.
|
| Exception | Description |
|---|---|
| ConvertException |
Exception for converters
|
Copyright © 2006–2017 Esito AS. All rights reserved.