
com.github.gkutiel.flip.web.TextResponse Maven / Gradle / Ivy
package com.github.gkutiel.flip.web;
import com.github.gkutiel.flip.processor.pub.Responce;
public class TextResponse implements Responce {
@Override
public byte[] getBytes(final Object obj, final String... args) {
return obj.toString().getBytes();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy