public interface ModelConverter
Modifier and Type | Method and Description |
---|---|
Model |
resolve(java.lang.reflect.Type type,
ModelConverterContext context,
java.util.Iterator<ModelConverter> chain) |
Property |
resolveProperty(java.lang.reflect.Type type,
ModelConverterContext context,
java.lang.annotation.Annotation[] annotations,
java.util.Iterator<ModelConverter> chain) |
Property resolveProperty(java.lang.reflect.Type type, ModelConverterContext context, java.lang.annotation.Annotation[] annotations, java.util.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(java.lang.reflect.Type type, ModelConverterContext context, java.util.Iterator<ModelConverter> chain)
type
- context
- chain
- the chain of model converters to try if this implementation cannot processCopyright © 2018. All Rights Reserved.