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

org.lognet.springboot.grpc.autoconfigure.GRpcValidationProperties Maven / Gradle / Ivy

There is a newer version: 5.1.5
Show newest version
// Generated by delombok at Mon Jul 31 05:34:41 UTC 2023
package org.lognet.springboot.grpc.autoconfigure;

import org.springframework.boot.context.properties.ConfigurationProperties;

@ConfigurationProperties("grpc.validation")
public class GRpcValidationProperties {
  private Integer interceptorOrder;

  @java.lang.SuppressWarnings("all")
  public Integer getInterceptorOrder() {
    return this.interceptorOrder;
  }

  @java.lang.SuppressWarnings("all")
  public void setInterceptorOrder(final Integer interceptorOrder) {
    this.interceptorOrder = interceptorOrder;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy