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

io.smallrye.openapi.runtime.scanner.CustomSchemaRegistry Maven / Gradle / Ivy

package io.smallrye.openapi.runtime.scanner;

/**
 * A simple registry that allows users to provide a custom schema for some types.
 *
 * @author [email protected]
 */
public interface CustomSchemaRegistry {

    /**
     * Registers types with a custom schema.
     * 
     * @param registry Schema registry to add the custom type/schema combinations to.
     */
    public void registerCustomSchemas(SchemaRegistry registry);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy