| Package | Description |
|---|---|
| com.inmanlabs.commons.location | |
| com.inmanlabs.commons.user | |
| com.inmanlabs.commons.web |
| Modifier and Type | Method and Description |
|---|---|
Location |
LocationService.fetchGooglePlaceAndConvertToLocation(String googlePlaceId)
Calls the Google Places API to get the specified Place before converting it into our
internal representation of a Location and returning it.
|
| Modifier and Type | Method and Description |
|---|---|
com.auth0.json.mgmt.users.User |
UserService.currentUser() |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse |
ApiExceptionHandler.notFoundException(NotFoundException ex) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ApiResponse<T> |
ApiResponse.fromOptional(Optional<T> optionalData)
Returns the value of the Optional if it exists, otherwise throws a "404 Not Found" exception
|
Copyright © 2019. All rights reserved.