com.ksoot.common.spring.rest.response.builder.StatusBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-commons Show documentation
Show all versions of spring-boot-commons Show documentation
Commons Spring boot components and Utilities
The newest version!
package com.ksoot.common.spring.rest.response.builder;
import org.springframework.http.HttpStatus;
public interface StatusBuilder {
public HeaderBuilder status(final HttpStatus status);
public HeaderBuilder status(final int status);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy