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

io.muserver.rest.SchemaObjectCustomizerTarget Maven / Gradle / Ivy

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