Class DataRestHalProvider

java.lang.Object
org.springdoc.core.providers.HateoasHalProvider
org.springdoc.core.providers.DataRestHalProvider

public class DataRestHalProvider extends HateoasHalProvider
The type Data rest hal provider.
Author:
bnasslahsen
  • Constructor Summary

    Constructors
    Constructor
    Description
    DataRestHalProvider(Optional<org.springframework.data.rest.core.config.RepositoryRestConfiguration> repositoryRestConfigurationOptional, Optional<org.springframework.boot.autoconfigure.hateoas.HateoasProperties> hateoasPropertiesOptional)
    Instantiates a new Data rest hal provider.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    Init.
    boolean
    Is hal enabled boolean.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DataRestHalProvider

      public DataRestHalProvider(Optional<org.springframework.data.rest.core.config.RepositoryRestConfiguration> repositoryRestConfigurationOptional, Optional<org.springframework.boot.autoconfigure.hateoas.HateoasProperties> hateoasPropertiesOptional)
      Instantiates a new Data rest hal provider.
      Parameters:
      repositoryRestConfigurationOptional - the repository rest configuration optional
      hateoasPropertiesOptional - the hateoas properties optional
  • Method Details