クラス WebMvcProperties.Apiversion

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

public static class WebMvcProperties.Apiversion extends ObjectSE
API バージョン。
導入:
4.0.0
作成者:
Phillip Webb, S é bastien Deleuze, Stephane Nicoll, Edd ú Mel é ndez, 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