Package ubic.gemma.rest
Class AnnotationsWebServiceTest.AnnotationsWebServiceContextConfiguration
java.lang.Object
ubic.gemma.rest.AnnotationsWebServiceTest.AnnotationsWebServiceContextConfiguration
- Enclosing class:
AnnotationsWebServiceTest
@Configuration
@TestComponent
@Import(ubic.gemma.rest.util.JacksonConfig.class)
public static class AnnotationsWebServiceTest.AnnotationsWebServiceContextConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.access.AccessDecisionManagerannotationsWebService(OntologyService ontologyService, SearchService searchService, CharacteristicService characteristicService, ExpressionExperimentService expressionExperimentService, DatasetArgService datasetRestService, TaxonArgService taxonArgService) datasetRestService(ExpressionExperimentService service, SearchService searchService) Future<io.swagger.v3.oas.models.OpenAPI> openApi()taxonArgService(TaxonService taxonService)
-
Constructor Details
-
AnnotationsWebServiceContextConfiguration
public AnnotationsWebServiceContextConfiguration()
-
-
Method Details
-
placeholderConfigurer
-
ontologyService
-
searchService
-
characteristicService
-
expressionExperimentService
-
taxonService
-
datasetRestService
@Bean public DatasetArgService datasetRestService(ExpressionExperimentService service, SearchService searchService) -
taxonArgService
-
annotationsWebService
@Bean public AnnotationsWebService annotationsWebService(OntologyService ontologyService, SearchService searchService, CharacteristicService characteristicService, ExpressionExperimentService expressionExperimentService, DatasetArgService datasetRestService, TaxonArgService taxonArgService) -
analyticsProvider
-
accessDecisionManager
@Bean public org.springframework.security.access.AccessDecisionManager accessDecisionManager() -
openApi
-
buildInfo
-