Class ItemModelConverter
- java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ItemModelConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanConvert(ma.glasnost.orika.metadata.Type<?> sourceType, ma.glasnost.orika.metadata.Type<?> destinationType)ItemModelconvert(ItemModel source, ma.glasnost.orika.metadata.Type<? extends ItemModel> destinationType, ma.glasnost.orika.MappingContext mappingContext)booleanequals(java.lang.Object other)inthashCode()voidsetModelService(ModelService modelService)
-
-
-
Method Detail
-
canConvert
public boolean canConvert(ma.glasnost.orika.metadata.Type<?> sourceType, ma.glasnost.orika.metadata.Type<?> destinationType)
-
convert
public ItemModel convert(ItemModel source, ma.glasnost.orika.metadata.Type<? extends ItemModel> destinationType, ma.glasnost.orika.MappingContext mappingContext)
-
setModelService
public void setModelService(ModelService modelService)
-
equals
public boolean equals(java.lang.Object other)
-
-