クラス WebFluxProperties.Apiversion

java.lang.ObjectSE
org.springframework.boot.webflux.autoconfigure.WebFluxProperties.Apiversion
含まれているクラス:
WebFluxProperties

public static class WebFluxProperties.Apiversion extends ObjectSE
導入:
4.0.0
作成者:
Brian Clozel, Vedran Pavic
  • コンストラクターの詳細

    • Apiversion

      public Apiversion()
  • 方法の詳細

    • getRequired

      public @Nullable BooleanSE getRequired()
    • setRequired

      public void setRequired(@Nullable BooleanSE required)
    • getDefaultVersion

      public @Nullable StringSE getDefaultVersion()
    • setDefaultVersion

      public void setDefaultVersion(@Nullable StringSE defaultVersion)
    • getSupported

      public @Nullable ListSE<StringSE> getSupported()
    • setSupported

      public void setSupported(@Nullable ListSE<StringSE> supported)
    • getDetectSupported

      public @Nullable BooleanSE getDetectSupported()
    • setDetectSupported

      public void setDetectSupported(@Nullable BooleanSE detectSupported)
    • getUse