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

org.openl.rules.rest.model.GenericView Maven / Gradle / Ivy

There is a newer version: 5.27.9
Show newest version
package org.openl.rules.rest.model;

/**
 * Just a default maker class for {@link com.fasterxml.jackson.annotation.JsonView} annotations, to provide an ability
 * to render different OpenAPI schemas using single DTO and request/response deserialization in Controllers
 *
 * @author Vladyslav Pikus
 */
public final class GenericView {
    private GenericView() {
    }

    public interface Full {
    }

    public interface CreateOrUpdate {
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy