Class MapStringCollectionJsonWriter

java.lang.Object
com.xebialabs.deployit.core.rest.json.MapStringCollectionJsonWriter
All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyWriter<Map<String,Collection<String>>>

@Component @Provider @Consumes("application/json") @Produces("application/json") public class MapStringCollectionJsonWriter extends Object implements jakarta.ws.rs.ext.MessageBodyWriter<Map<String,Collection<String>>>