@Service(value="blMediaBuilderService") public class MediaBuilderServiceImpl extends Object implements MediaBuilderService
| Modifier and Type | Field and Description |
|---|---|
protected EntityConfiguration |
entityConfiguration |
| Constructor and Description |
|---|
MediaBuilderServiceImpl() |
protected EntityConfiguration entityConfiguration
public Media convertJsonToMedia(String json, Class<?> type)
MediaBuilderServiceconvertJsonToMedia in interface MediaBuilderServicejson - the String to be converted to Mediatype - the Class that the Media should beCopyright © 2017. All rights reserved.