
com.plivo.api.serializers.CommaDelimitedListSerializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plivo-java Show documentation
Show all versions of plivo-java Show documentation
A Java SDK to make voice calls & send SMS using Plivo and to generate Plivo XML
package com.plivo.api.serializers;
/**
* Unfortunately, this needs to exist due to how the @JsonSerialize(with) annotation works.
*/
public class CommaDelimitedListSerializer extends DelimitedListSerializer {
CommaDelimitedListSerializer() {
super(",");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy