public interface ModelConverter
| Modifier and Type | Method and Description |
|---|---|
Model |
resolve(Type type,
ModelConverterContext context,
Iterator<ModelConverter> chain) |
Property |
resolveProperty(Type type,
ModelConverterContext context,
Annotation[] annotations,
Iterator<ModelConverter> chain) |
Property resolveProperty(Type type, ModelConverterContext context, Annotation[] annotations, Iterator<ModelConverter> chain)
type - context - annotations - to consider when resolving the propertychain - the chain of model converters to try if this implementation cannot processModel resolve(Type type, ModelConverterContext context, Iterator<ModelConverter> chain)
type - context - chain - the chain of model converters to try if this implementation cannot processCopyright © 2019. All Rights Reserved.