
com.zandero.rest.reader.GenericValueReader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest.vertx Show documentation
Show all versions of rest.vertx Show documentation
JAX-RS REST annotation processor for vert.x verticals
The newest version!
package com.zandero.rest.reader;
import com.zandero.rest.data.ClassFactory;
import com.zandero.rest.exception.ClassFactoryException;
import javax.ws.rs.Consumes;
/**
*
*/
@Consumes("*/*")
public class GenericValueReader implements ValueReader
© 2015 - 2025 Weber Informatics LLC | Privacy Policy