Package edu.ucsb.cs156.courses.services
Class UCSBSubjectsService
java.lang.Object
edu.ucsb.cs156.courses.services.UCSBSubjectsService
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionUCSBSubjectsService(org.springframework.boot.web.client.RestTemplateBuilder restTemplateBuilder)  - 
Method Summary
 
- 
Field Details
- 
ENDPOINT
- See Also:
 
 
 - 
 - 
Constructor Details
- 
UCSBSubjectsService
public UCSBSubjectsService(org.springframework.boot.web.client.RestTemplateBuilder restTemplateBuilder)  
 - 
 - 
Method Details
- 
get
- Throws:
 com.fasterxml.jackson.core.JsonProcessingException
 - 
loadAllSubjects
public List<UCSBSubject> loadAllSubjects() throws com.fasterxml.jackson.core.JsonProcessingException- Throws:
 com.fasterxml.jackson.core.JsonProcessingException
 
 -