M - model typeT - target typepublic interface AttributeConverter<M,T> extends Converter<M,T>
| Modifier and Type | Method and Description |
|---|---|
Class<M> |
getModelType()
Returns the model type.
|
Class<T> |
getTargetType()
Get the type this converter converts to (the non-model type).
|
Copyright © 2006–2020 Esito AS. All rights reserved.