public class JAXRSClients extends Object
| Constructor and Description |
|---|
JAXRSClients() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
handle404ByReturningNull(Callable<T> callable)
A helper method to handle REST APIs which throw a 404 by just returning null
|
public static <T> T handle404ByReturningNull(Callable<T> callable)
Copyright © 2011–2017 Red Hat. All rights reserved.