Uses of Class
org.jboss.resteasy.reactive.common.model.RestClientInterface
-
Packages that use RestClientInterface Package Description org.jboss.resteasy.reactive.common.model -
-
Uses of RestClientInterface in org.jboss.resteasy.reactive.common.model
Methods in org.jboss.resteasy.reactive.common.model that return RestClientInterface Modifier and Type Method Description RestClientInterfaceMaybeRestClientInterface. getRestClientInterface()RestClientInterfaceRestClientInterface. setClassName(String className)RestClientInterfaceRestClientInterface. setPath(String path)RestClientInterfaceRestClientInterface. setPathParameters(Set<String> pathParameters)Methods in org.jboss.resteasy.reactive.common.model with parameters of type RestClientInterface Modifier and Type Method Description static MaybeRestClientInterfaceMaybeRestClientInterface. success(RestClientInterface restClientInterface)
-