![JAR search and dependency download from the Maven repository](/logo.png)
com.yahoo.elide.jsonapi.JsonApiSettingsBuilderCustomizer Maven / Gradle / Ivy
/*
* Copyright 2023, the original author or authors.
* Licensed under the Apache License, Version 2.0
* See LICENSE file in project root for terms.
*/
package com.yahoo.elide.jsonapi;
import com.yahoo.elide.jsonapi.JsonApiSettings.JsonApiSettingsBuilder;
/**
* Used to customize the mutable {@link JsonApiSettingsBuilder}.
*/
public interface JsonApiSettingsBuilderCustomizer {
public void customize(JsonApiSettingsBuilder builder);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy