クラス RepositoryRestProperties

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

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

    • RepositoryRestProperties

      public RepositoryRestProperties()
  • メソッドの詳細

    • getBasePath

      public StringSE getBasePath()
    • setBasePath

      public void setBasePath(StringSE basePath)
    • getDefaultPageSize

      public IntegerSE getDefaultPageSize()
    • setDefaultPageSize

      public void setDefaultPageSize(IntegerSE defaultPageSize)
    • getMaxPageSize

      public IntegerSE getMaxPageSize()
    • setMaxPageSize

      public void setMaxPageSize(IntegerSE maxPageSize)
    • getPageParamName

      public StringSE getPageParamName()
    • setPageParamName

      public void setPageParamName(StringSE pageParamName)
    • getLimitParamName

      public StringSE getLimitParamName()
    • setLimitParamName

      public void setLimitParamName(StringSE limitParamName)
    • getSortParamName

      public StringSE getSortParamName()
    • setSortParamName

      public void setSortParamName(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 MediaType getDefaultMediaType()
    • setDefaultMediaType

      public void setDefaultMediaType(MediaType defaultMediaType)
    • getReturnBodyOnCreate

      public BooleanSE getReturnBodyOnCreate()
    • setReturnBodyOnCreate

      public void setReturnBodyOnCreate(BooleanSE returnBodyOnCreate)
    • getReturnBodyOnUpdate

      public BooleanSE getReturnBodyOnUpdate()
    • setReturnBodyOnUpdate

      public void setReturnBodyOnUpdate(BooleanSE returnBodyOnUpdate)
    • getEnableEnumTranslation

      public BooleanSE getEnableEnumTranslation()
    • setEnableEnumTranslation

      public void setEnableEnumTranslation(BooleanSE enableEnumTranslation)
    • applyTo

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