Model
- the model typePresentation
- the presentation typepublic interface FieldValueConverter<Presentation,Model>
Modifier and Type | Interface and Description |
---|---|
static class |
FieldValueConverter.Wrapper<Presentation,Model>
Wrapper that delegates conversion to given
FieldValueConverter.Wrapper.delegate . |
Modifier and Type | Method and Description |
---|---|
Model |
convertToModel(Presentation value,
Class<? extends Model> targetType,
Locale locale) |
Presentation |
convertToPresentation(Model value,
Class<? extends Presentation> targetType,
Locale locale) |
Model convertToModel(Presentation value, Class<? extends Model> targetType, Locale locale)
Presentation convertToPresentation(Model value, Class<? extends Presentation> targetType, Locale locale)
Copyright © 2020 Magnolia International Ltd.. All rights reserved.