
com.makeandbuild.vessl.persistence.couch.Encoder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vessl Show documentation
Show all versions of vessl Show documentation
a lightweight persistence, REST, fixture, property configuration, and validation framework
package com.makeandbuild.vessl.persistence.couch;
public interface Encoder {
String encode(T... input);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy