クラス DataRestProperties

java.lang.ObjectSE
org.springframework.boot.data.rest.autoconfigure.DataRestProperties

@ConfigurationProperties("spring.data.rest") public class DataRestProperties extends ObjectSE
Spring Data REST の構成プロパティ。
導入:
4.0.0
作成者:
Stephane Nicoll
  • コンストラクターの詳細

    • DataRestProperties

      public DataRestProperties()
  • 方法の詳細

    • getBasePath

      public @Nullable StringSE getBasePath()
    • setBasePath

      public void setBasePath(@Nullable StringSE basePath)
    • getDefaultPageSize

      public @Nullable IntegerSE getDefaultPageSize()
    • setDefaultPageSize

      public void setDefaultPageSize(@Nullable IntegerSE defaultPageSize)
    • getMaxPageSize

      public @Nullable IntegerSE getMaxPageSize()
    • setMaxPageSize

      public void setMaxPageSize(@Nullable IntegerSE maxPageSize)
    • getPageParamName

      public @Nullable StringSE getPageParamName()
    • setPageParamName

      public void setPageParamName(@Nullable StringSE pageParamName)
    • getLimitParamName

      public @Nullable StringSE getLimitParamName()
    • setLimitParamName

      public void setLimitParamName(@Nullable StringSE limitParamName)
    • getSortParamName

      public @Nullable StringSE getSortParamName()
    • setSortParamName

      public void setSortParamName(@Nullable StringSE sortParamName)
    • getDetectionStrategy

      public org.springframework.data.rest.core.mapping.RepositoryDetectionStrategy.RepositoryDetectionStrategies getDetectionStrategy()
    • setDetectionStrategy

      public void setDetectionStrategy(org.springframework.data.rest.core.mapping.RepositoryDetectionStrategy.RepositoryDetectionStrategies detectionStrategy)
    • getDefaultMediaType

      public @Nullable MediaType getDefaultMediaType()
    • setDefaultMediaType

      public void setDefaultMediaType(@Nullable MediaType defaultMediaType)
    • getReturnBodyOnCreate

      public @Nullable BooleanSE getReturnBodyOnCreate()
    • setReturnBodyOnCreate

      public void setReturnBodyOnCreate(@Nullable BooleanSE returnBodyOnCreate)
    • getReturnBodyOnUpdate

      public @Nullable BooleanSE getReturnBodyOnUpdate()
    • setReturnBodyOnUpdate

      public void setReturnBodyOnUpdate(@Nullable BooleanSE returnBodyOnUpdate)
    • getEnableEnumTranslation

      public @Nullable BooleanSE getEnableEnumTranslation()
    • setEnableEnumTranslation

      public void setEnableEnumTranslation(@Nullable BooleanSE enableEnumTranslation)
    • applyTo

      public void applyTo(org.springframework.data.rest.core.config.RepositoryRestConfiguration rest)