javax.ws.rs.BodyParam Maven / Gradle / Ivy
package javax.ws.rs;
import io.vertx.up.uca.rs.mime.resolver.JsonResolver;
import java.lang.annotation.*;
@Target({ElementType.PARAMETER, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface BodyParam {
/**
* Default resolver to process the regionInput
*/
Class> resolver() default JsonResolver.class;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy