
io.muserver.rest.SchemaObjectCustomizerTarget Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mu-server Show documentation
Show all versions of mu-server Show documentation
A simple but powerful web server framework
The newest version!
package io.muserver.rest;
import io.muserver.openapi.SchemaObject;
/**
* The aspect of the API that a {@link SchemaObject} refers to
*/
public enum SchemaObjectCustomizerTarget {
/**
* The request body
*/
REQUEST_BODY,
/**
* The response body
*/
RESPONSE_BODY,
/**
* A form parameter
*/
FORM_PARAM
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy