Class DataRestHalProvider

java.lang.Object
org.springdoc.core.providers.HateoasHalProvider
org.springdoc.core.providers.DataRestHalProvider
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class DataRestHalProvider extends HateoasHalProvider implements org.springframework.beans.factory.InitializingBean
The type Data rest hal provider.
Author:
bnasslahsen
  • Constructor Details

    • DataRestHalProvider

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