All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.makeandbuild.vessl.persistence.couch.Encoder Maven / Gradle / Ivy

Go to download

a lightweight persistence, REST, fixture, property configuration, and validation framework

There is a newer version: 1.0.52
Show newest version
package com.makeandbuild.vessl.persistence.couch;

public interface Encoder {
    String encode(T... input);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy