public interface DTOConverter
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContentType() |
java.lang.Object |
toDTO(DTOConverterContext dtoConverterContext) |
java.lang.String getContentType()
java.lang.Object toDTO(DTOConverterContext dtoConverterContext) throws java.lang.Exception
java.lang.Exception