public abstract class ModelBasedArgumentConverter extends Object implements ArgumentConverter
ArgumentConverter need a ModelConverter so that they can convert internal representations
to external representations. This class handles the initialization of said converter.| Modifier and Type | Field and Description |
|---|---|
protected ModelConverter |
modelConverter |
| Constructor and Description |
|---|
ModelBasedArgumentConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(ModelConverter modelConverter)
Initializes the model converter to be used by the implementing class.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanConvert, convertprotected ModelConverter modelConverter
public void initialize(ModelConverter modelConverter)
modelConverter - the model converter used for arguments. Must not be nullCopyright © 2019. All rights reserved.