SYMBOL INDEX (663 symbols across 147 files) FILE: src/Annotation/Body.php class Body (line 24) | class Body extends ParameterAnnotation method converterType (line 33) | public function converterType(): ?string FILE: src/Annotation/DELETE.php class DELETE (line 21) | class DELETE extends AbstractAnnotation implements HttpRequest method getType (line 28) | public function getType(): string method hasBody (line 38) | public function hasBody(): bool FILE: src/Annotation/Encodable.php class Encodable (line 19) | abstract class Encodable extends ParameterAnnotation method init (line 31) | protected function init(): void method isEncoded (line 43) | public function isEncoded(): bool method converterType (line 55) | public function converterType(): ?string FILE: src/Annotation/ErrorBody.php class ErrorBody (line 21) | class ErrorBody extends AbstractAnnotation FILE: src/Annotation/Field.php class Field (line 24) | class Field extends Encodable method allowMultiple (line 32) | public function allowMultiple(): bool FILE: src/Annotation/FieldMap.php class FieldMap (line 24) | class FieldMap extends Encodable method allowMultiple (line 31) | public function allowMultiple(): bool FILE: src/Annotation/GET.php class GET (line 21) | class GET extends AbstractAnnotation implements HttpRequest method getType (line 28) | public function getType(): string method hasBody (line 38) | public function hasBody(): bool FILE: src/Annotation/HEAD.php class HEAD (line 21) | class HEAD extends AbstractAnnotation implements HttpRequest method getType (line 28) | public function getType(): string method hasBody (line 38) | public function hasBody(): bool FILE: src/Annotation/Header.php class Header (line 24) | class Header extends ParameterAnnotation method allowMultiple (line 32) | public function allowMultiple(): bool method converterType (line 44) | public function converterType(): ?string FILE: src/Annotation/HeaderMap.php class HeaderMap (line 22) | class HeaderMap extends ParameterAnnotation method converterType (line 31) | public function converterType(): ?string method allowMultiple (line 41) | public function allowMultiple(): bool FILE: src/Annotation/Headers.php class Headers (line 29) | class Headers extends AbstractAnnotation method init (line 36) | protected function init(): void FILE: src/Annotation/HttpRequest.php type HttpRequest (line 18) | interface HttpRequest method getType (line 25) | public function getType(): string; method hasBody (line 32) | public function hasBody(): bool; method getValue (line 39) | public function getValue(); FILE: src/Annotation/OPTIONS.php class OPTIONS (line 21) | class OPTIONS extends AbstractAnnotation implements HttpRequest method getType (line 28) | public function getType(): string method hasBody (line 38) | public function hasBody(): bool FILE: src/Annotation/PATCH.php class PATCH (line 21) | class PATCH extends AbstractAnnotation implements HttpRequest method getType (line 28) | public function getType(): string method hasBody (line 38) | public function hasBody(): bool FILE: src/Annotation/POST.php class POST (line 21) | class POST extends AbstractAnnotation implements HttpRequest method getType (line 28) | public function getType(): string method hasBody (line 38) | public function hasBody(): bool FILE: src/Annotation/PUT.php class PUT (line 21) | class PUT extends AbstractAnnotation implements HttpRequest method getType (line 28) | public function getType(): string method hasBody (line 38) | public function hasBody(): bool FILE: src/Annotation/ParameterAnnotation.php class ParameterAnnotation (line 19) | abstract class ParameterAnnotation extends AbstractAnnotation implements... method init (line 31) | protected function init(): void method getVariableName (line 43) | public function getVariableName(): string FILE: src/Annotation/ParameterAwareAnnotation.php type ParameterAwareAnnotation (line 19) | interface ParameterAwareAnnotation method getVariableName (line 27) | public function getVariableName(): string; method converterType (line 36) | public function converterType(): ?string; FILE: src/Annotation/Part.php class Part (line 27) | class Part extends ParameterAnnotation method init (line 39) | protected function init(): void method getEncoding (line 51) | public function getEncoding(): string method allowMultiple (line 62) | public function allowMultiple(): bool method converterType (line 74) | public function converterType(): ?string FILE: src/Annotation/PartMap.php class PartMap (line 30) | class PartMap extends ParameterAnnotation method init (line 42) | protected function init(): void method getEncoding (line 54) | public function getEncoding(): string method converterType (line 66) | public function converterType(): ?string method allowMultiple (line 76) | public function allowMultiple(): bool FILE: src/Annotation/Path.php class Path (line 32) | class Path extends ParameterAnnotation method allowMultiple (line 39) | public function allowMultiple(): bool method converterType (line 51) | public function converterType(): ?string FILE: src/Annotation/Query.php class Query (line 24) | class Query extends Encodable method allowMultiple (line 32) | public function allowMultiple(): bool FILE: src/Annotation/QueryMap.php class QueryMap (line 24) | class QueryMap extends Encodable method allowMultiple (line 31) | public function allowMultiple(): bool FILE: src/Annotation/QueryName.php class QueryName (line 21) | class QueryName extends Encodable method allowMultiple (line 29) | public function allowMultiple(): bool FILE: src/Annotation/REQUEST.php class REQUEST (line 24) | class REQUEST extends AbstractAnnotation implements HttpRequest method init (line 43) | protected function init(): void method getType (line 57) | public function getType(): string method hasBody (line 67) | public function hasBody(): bool FILE: src/Annotation/ResponseBody.php class ResponseBody (line 21) | class ResponseBody extends AbstractAnnotation FILE: src/Annotation/Url.php class Url (line 21) | class Url extends ParameterAnnotation method converterType (line 30) | public function converterType(): ?string FILE: src/AnnotationHandler.php type AnnotationHandler (line 21) | interface AnnotationHandler method handle (line 32) | public function handle( FILE: src/Call.php type Call (line 21) | interface Call method execute (line 30) | public function execute(): Response; method enqueue (line 55) | public function enqueue(?callable $onResponse = null, ?callable $onFai... method wait (line 62) | public function wait(): void; method request (line 69) | public function request(): RequestInterface; FILE: src/CallAdapter.php type CallAdapter (line 19) | interface CallAdapter method adapt (line 27) | public function adapt(Call $call); FILE: src/CallAdapterFactory.php type CallAdapterFactory (line 18) | interface CallAdapterFactory method supports (line 26) | public function supports(TypeToken $type): bool; method create (line 34) | public function create(TypeToken $type): CallAdapter; FILE: src/Command/CompileCommand.php class CompileCommand (line 28) | class CompileCommand extends Command method configure (line 35) | protected function configure(): void method execute (line 50) | protected function execute(InputInterface $input, OutputInterface $out... FILE: src/Converter.php type Converter (line 18) | interface Converter FILE: src/ConverterFactory.php type ConverterFactory (line 24) | interface ConverterFactory method responseBodyConverter (line 32) | public function responseBodyConverter(TypeToken $type): ?ResponseBodyC... method requestBodyConverter (line 40) | public function requestBodyConverter(TypeToken $type): ?RequestBodyCon... method stringConverter (line 48) | public function stringConverter(TypeToken $type): ?StringConverter; FILE: src/DefaultProxyFactoryAware.php type DefaultProxyFactoryAware (line 19) | interface DefaultProxyFactoryAware method setDefaultProxyFactory (line 27) | public function setDefaultProxyFactory(ProxyFactory $proxyFactory): void; FILE: src/Exception/ResponseHandlingFailedException.php class ResponseHandlingFailedException (line 26) | class ResponseHandlingFailedException extends RuntimeException method __construct (line 46) | public function __construct( method getRequest (line 61) | public function getRequest(): RequestInterface method getResponse (line 69) | public function getResponse(): ResponseInterface FILE: src/Finder/ServiceResolver.php class ServiceResolver (line 21) | class ServiceResolver method findServices (line 34) | public function findServices(string $srcDir): array FILE: src/Http/MultipartBody.php class MultipartBody (line 20) | final class MultipartBody method __construct (line 50) | public function __construct(string $name, $contents, array $headers = ... method getName (line 61) | public function getName(): string method getContents (line 69) | public function getContents(): StreamInterface method getHeaders (line 77) | public function getHeaders(): array method getFilename (line 85) | public function getFilename(): ?string FILE: src/HttpClient.php type HttpClient (line 21) | interface HttpClient method send (line 29) | public function send(RequestInterface $request): ResponseInterface; method sendAsync (line 45) | public function sendAsync(RequestInterface $request, callable $onRespo... method wait (line 52) | public function wait(): void; FILE: src/Internal/AnnotationHandler/BodyAnnotHandler.php class BodyAnnotHandler (line 24) | final class BodyAnnotHandler implements AnnotationHandler method handle (line 36) | public function handle( FILE: src/Internal/AnnotationHandler/FieldAnnotHandler.php class FieldAnnotHandler (line 26) | final class FieldAnnotHandler implements AnnotationHandler method handle (line 38) | public function handle( FILE: src/Internal/AnnotationHandler/FieldMapAnnotHandler.php class FieldMapAnnotHandler (line 26) | final class FieldMapAnnotHandler implements AnnotationHandler method handle (line 38) | public function handle( FILE: src/Internal/AnnotationHandler/HeaderAnnotHandler.php class HeaderAnnotHandler (line 24) | final class HeaderAnnotHandler implements AnnotationHandler method handle (line 36) | public function handle( FILE: src/Internal/AnnotationHandler/HeaderMapAnnotHandler.php class HeaderMapAnnotHandler (line 24) | final class HeaderMapAnnotHandler implements AnnotationHandler method handle (line 36) | public function handle( FILE: src/Internal/AnnotationHandler/HeadersAnnotHandler.php class HeadersAnnotHandler (line 22) | final class HeadersAnnotHandler implements AnnotationHandler method handle (line 34) | public function handle( FILE: src/Internal/AnnotationHandler/HttpRequestAnnotHandler.php class HttpRequestAnnotHandler (line 23) | final class HttpRequestAnnotHandler implements AnnotationHandler method handle (line 36) | public function handle( FILE: src/Internal/AnnotationHandler/PartAnnotHandler.php class PartAnnotHandler (line 25) | final class PartAnnotHandler implements AnnotationHandler method handle (line 37) | public function handle( FILE: src/Internal/AnnotationHandler/PartMapAnnotHandler.php class PartMapAnnotHandler (line 25) | final class PartMapAnnotHandler implements AnnotationHandler method handle (line 37) | public function handle( FILE: src/Internal/AnnotationHandler/PathAnnotHandler.php class PathAnnotHandler (line 24) | final class PathAnnotHandler implements AnnotationHandler method handle (line 36) | public function handle( FILE: src/Internal/AnnotationHandler/QueryAnnotHandler.php class QueryAnnotHandler (line 26) | final class QueryAnnotHandler implements AnnotationHandler method handle (line 38) | public function handle( FILE: src/Internal/AnnotationHandler/QueryMapAnnotHandler.php class QueryMapAnnotHandler (line 26) | final class QueryMapAnnotHandler implements AnnotationHandler method handle (line 38) | public function handle( FILE: src/Internal/AnnotationHandler/QueryNameAnnotHandler.php class QueryNameAnnotHandler (line 26) | final class QueryNameAnnotHandler implements AnnotationHandler method handle (line 38) | public function handle( FILE: src/Internal/AnnotationHandler/UrlAnnotHandler.php class UrlAnnotHandler (line 24) | final class UrlAnnotHandler implements AnnotationHandler method handle (line 36) | public function handle( FILE: src/Internal/AnnotationProcessor.php class AnnotationProcessor (line 30) | final class AnnotationProcessor method __construct (line 44) | public function __construct(array $handlers) method process (line 58) | public function process( method findMethodParameterIndex (line 91) | private function findMethodParameterIndex(ReflectionMethod $reflection... method getParameterType (line 117) | private function getParameterType(ReflectionMethod $reflectionMethod, ... method getConverter (line 143) | private function getConverter( FILE: src/Internal/CacheProvider.php class CacheProvider (line 23) | final class CacheProvider method createFileCache (line 32) | public static function createFileCache(string $cacheDir): CacheInterface method createMemoryCache (line 52) | public static function createMemoryCache(): CacheInterface method createNullCache (line 67) | public static function createNullCache(): CacheInterface FILE: src/Internal/CallAdapter/CallAdapterProvider.php class CallAdapterProvider (line 23) | final class CallAdapterProvider method __construct (line 35) | public function __construct(array $callAdapterFactories) method get (line 47) | public function get(TypeToken $type): CallAdapter FILE: src/Internal/CallAdapter/DefaultCallAdapter.php class DefaultCallAdapter (line 21) | final class DefaultCallAdapter implements CallAdapter method adapt (line 29) | public function adapt(Call $call): Call FILE: src/Internal/CallAdapter/DefaultCallAdapterFactory.php class DefaultCallAdapterFactory (line 23) | final class DefaultCallAdapterFactory implements CallAdapterFactory method supports (line 31) | public function supports(TypeToken $type): bool method create (line 42) | public function create(TypeToken $type): CallAdapter FILE: src/Internal/Converter/ConverterProvider.php class ConverterProvider (line 25) | final class ConverterProvider method __construct (line 60) | public function __construct(array $factories) method getResponseBodyConverter (line 72) | public function getResponseBodyConverter(TypeToken $type): ResponseBod... method getRequestBodyConverter (line 103) | public function getRequestBodyConverter(TypeToken $type): RequestBodyC... method getStringConverter (line 134) | public function getStringConverter(TypeToken $type): StringConverter FILE: src/Internal/Converter/DefaultConverterFactory.php class DefaultConverterFactory (line 25) | final class DefaultConverterFactory implements ConverterFactory method responseBodyConverter (line 33) | public function responseBodyConverter(TypeToken $type): ?ResponseBodyC... method requestBodyConverter (line 48) | public function requestBodyConverter(TypeToken $type): ?RequestBodyCon... method stringConverter (line 66) | public function stringConverter(TypeToken $type): ?StringConverter FILE: src/Internal/Converter/DefaultRequestBodyConverter.php class DefaultRequestBodyConverter (line 21) | final class DefaultRequestBodyConverter implements RequestBodyConverter method convert (line 29) | public function convert($value): StreamInterface FILE: src/Internal/Converter/DefaultResponseBodyConverter.php class DefaultResponseBodyConverter (line 21) | final class DefaultResponseBodyConverter implements ResponseBodyConverter method convert (line 29) | public function convert(StreamInterface $value): StreamInterface FILE: src/Internal/Converter/DefaultStringConverter.php class DefaultStringConverter (line 18) | final class DefaultStringConverter implements StringConverter method convert (line 26) | public function convert($value): string FILE: src/Internal/Converter/NoopStringConverter.php class NoopStringConverter (line 18) | class NoopStringConverter implements StringConverter method convert (line 27) | public function convert($value): string FILE: src/Internal/DefaultProxyFactory.php class DefaultProxyFactory (line 41) | final class DefaultProxyFactory implements ProxyFactory method __construct (line 91) | public function __construct( method create (line 120) | public function create(string $service): ?Proxy method mapArray (line 265) | private function mapArray(array $array): array FILE: src/Internal/Filesystem.php class Filesystem (line 16) | class Filesystem method makeDirectory (line 26) | public function makeDirectory(string $pathname, int $mode = 0777, bool... method put (line 38) | public function put(string $filename, string $contents): bool FILE: src/Internal/HttpClientCall.php class HttpClientCall (line 24) | final class HttpClientCall implements Call method __construct (line 61) | public function __construct(HttpClient $client, ServiceMethod $service... method execute (line 75) | public function execute(): Response method enqueue (line 106) | public function enqueue(?callable $onResponse = null, ?callable $onFai... method wait (line 132) | public function wait(): void method request (line 142) | public function request(): RequestInterface method createResponse (line 157) | private function createResponse(ResponseInterface $response): Retrofit... FILE: src/Internal/ParameterHandler/AbstractParameterHandler.php class AbstractParameterHandler (line 23) | abstract class AbstractParameterHandler implements ParameterHandler method getListValues (line 37) | protected function getListValues($list): Generator method handlePart (line 61) | protected function handlePart( FILE: src/Internal/ParameterHandler/BodyParamHandler.php class BodyParamHandler (line 19) | final class BodyParamHandler extends AbstractParameterHandler method __construct (line 31) | public function __construct(RequestBodyConverter $converter) method apply (line 43) | public function apply(RequestBuilder $requestBuilder, $value): void FILE: src/Internal/ParameterHandler/FieldMapParamHandler.php class FieldMapParamHandler (line 20) | final class FieldMapParamHandler extends AbstractParameterHandler method __construct (line 38) | public function __construct(StringConverter $converter, bool $encoded) method apply (line 51) | public function apply(RequestBuilder $requestBuilder, $map): void FILE: src/Internal/ParameterHandler/FieldParamHandler.php class FieldParamHandler (line 19) | final class FieldParamHandler extends AbstractParameterHandler method __construct (line 43) | public function __construct(StringConverter $converter, string $name, ... method apply (line 58) | public function apply(RequestBuilder $requestBuilder, $value): void FILE: src/Internal/ParameterHandler/HeaderMapParamHandler.php class HeaderMapParamHandler (line 20) | final class HeaderMapParamHandler extends AbstractParameterHandler method __construct (line 32) | public function __construct(StringConverter $converter) method apply (line 45) | public function apply(RequestBuilder $requestBuilder, $map): void FILE: src/Internal/ParameterHandler/HeaderParamHandler.php class HeaderParamHandler (line 19) | final class HeaderParamHandler extends AbstractParameterHandler method __construct (line 37) | public function __construct(StringConverter $converter, string $name) method apply (line 51) | public function apply(RequestBuilder $requestBuilder, $value): void FILE: src/Internal/ParameterHandler/PartMapParamHandler.php class PartMapParamHandler (line 20) | final class PartMapParamHandler extends AbstractParameterHandler method __construct (line 38) | public function __construct(RequestBodyConverter $converter, string $e... method apply (line 51) | public function apply(RequestBuilder $requestBuilder, $map): void FILE: src/Internal/ParameterHandler/PartParamHandler.php class PartParamHandler (line 19) | final class PartParamHandler extends AbstractParameterHandler method __construct (line 43) | public function __construct(RequestBodyConverter $converter, string $n... method apply (line 57) | public function apply(RequestBuilder $requestBuilder, $value): void FILE: src/Internal/ParameterHandler/PathParamHandler.php class PathParamHandler (line 20) | final class PathParamHandler extends AbstractParameterHandler method __construct (line 38) | public function __construct(StringConverter $converter, string $name) method apply (line 52) | public function apply(RequestBuilder $requestBuilder, $value): void FILE: src/Internal/ParameterHandler/QueryMapParamHandler.php class QueryMapParamHandler (line 20) | final class QueryMapParamHandler extends AbstractParameterHandler method __construct (line 38) | public function __construct(StringConverter $converter, bool $encoded) method apply (line 52) | public function apply(RequestBuilder $requestBuilder, $map): void FILE: src/Internal/ParameterHandler/QueryNameParamHandler.php class QueryNameParamHandler (line 19) | final class QueryNameParamHandler extends AbstractParameterHandler method __construct (line 37) | public function __construct(StringConverter $converter, bool $encoded) method apply (line 51) | public function apply(RequestBuilder $requestBuilder, $value): void FILE: src/Internal/ParameterHandler/QueryParamHandler.php class QueryParamHandler (line 19) | final class QueryParamHandler extends AbstractParameterHandler method __construct (line 43) | public function __construct(StringConverter $converter, string $name, ... method apply (line 58) | public function apply(RequestBuilder $requestBuilder, $value): void FILE: src/Internal/ParameterHandler/UrlParamHandler.php class UrlParamHandler (line 20) | final class UrlParamHandler extends AbstractParameterHandler method __construct (line 32) | public function __construct(StringConverter $converter) method apply (line 45) | public function apply(RequestBuilder $requestBuilder, $value): void FILE: src/Internal/RequestBuilder.php class RequestBuilder (line 23) | final class RequestBuilder method __construct (line 82) | public function __construct(string $method, string $baseUrl, string $u... method setBaseUrl (line 94) | public function setBaseUrl(string $value): void method replacePath (line 109) | public function replacePath(string $name, string $value): void method addQuery (line 123) | public function addQuery(string $name, string $value, bool $encoded): ... method addQueryName (line 139) | public function addQueryName(string $value, bool $encoded): void method addHeader (line 154) | public function addHeader(string $name, string $value): void method setBody (line 165) | public function setBody(StreamInterface $body): void method addField (line 177) | public function addField(string $name, string $value, bool $encoded): ... method addPart (line 195) | public function addPart(string $name, StreamInterface $contents, array... method build (line 211) | public function build(): Request FILE: src/Internal/RetrofitResponse.php class RetrofitResponse (line 20) | final class RetrofitResponse implements Response method __construct (line 50) | public function __construct(ResponseInterface $response, $body, $error... method raw (line 62) | public function raw(): ResponseInterface method code (line 72) | public function code(): int method message (line 82) | public function message(): string method headers (line 92) | public function headers(): array method isSuccessful (line 102) | public function isSuccessful(): bool method body (line 112) | public function body() method errorBody (line 122) | public function errorBody() FILE: src/Internal/ServiceMethod.php type ServiceMethod (line 22) | interface ServiceMethod method toRequest (line 30) | public function toRequest(array $args): RequestInterface; method toResponseBody (line 38) | public function toResponseBody(ResponseInterface $response); method toErrorBody (line 46) | public function toErrorBody(ResponseInterface $response); method adapt (line 54) | public function adapt(Call $call); FILE: src/Internal/ServiceMethod/DefaultServiceMethod.php class DefaultServiceMethod (line 30) | final class DefaultServiceMethod implements ServiceMethod method __construct (line 98) | public function __construct( method toRequest (line 125) | public function toRequest(array $args): RequestInterface method toResponseBody (line 157) | public function toResponseBody(ResponseInterface $response) method toErrorBody (line 168) | public function toErrorBody(ResponseInterface $response) method adapt (line 179) | public function adapt(Call $call) FILE: src/Internal/ServiceMethod/DefaultServiceMethodBuilder.php class DefaultServiceMethodBuilder (line 24) | final class DefaultServiceMethodBuilder implements ServiceMethodBuilder method setMethod (line 103) | public function setMethod(string $method): ServiceMethodBuilder method setBaseUrl (line 124) | public function setBaseUrl(string $baseUrl): ServiceMethodBuilder method setPath (line 137) | public function setPath(string $path): ServiceMethodBuilder method setHasBody (line 152) | public function setHasBody(bool $hasBody): ServiceMethodBuilder method setContentType (line 175) | public function setContentType(string $contentType): ServiceMethodBuilder method setIsJson (line 196) | public function setIsJson(): ServiceMethodBuilder method setIsFormUrlEncoded (line 211) | public function setIsFormUrlEncoded(): ServiceMethodBuilder method setIsMultipart (line 225) | public function setIsMultipart(): ServiceMethodBuilder method addHeader (line 240) | public function addHeader(string $name, string $header): ServiceMethod... method addParameterHandler (line 254) | public function addParameterHandler(int $index, ParameterHandler $para... method setCallAdapter (line 267) | public function setCallAdapter(CallAdapter $callAdapter): ServiceMetho... method setResponseBodyConverter (line 280) | public function setResponseBodyConverter(ResponseBodyConverter $respon... method setErrorBodyConverter (line 293) | public function setErrorBodyConverter(ResponseBodyConverter $errorBody... method build (line 306) | public function build(): DefaultServiceMethod FILE: src/Internal/ServiceMethod/ServiceMethodFactory.php class ServiceMethodFactory (line 34) | final class ServiceMethodFactory method __construct (line 80) | public function __construct( method create (line 102) | public function create(string $interfaceName, string $methodName): Def... method applyConverters (line 159) | private function applyConverters(AnnotationCollection $annotations, De... FILE: src/ParameterHandler.php type ParameterHandler (line 21) | interface ParameterHandler method apply (line 30) | public function apply(RequestBuilder $requestBuilder, $value): void; FILE: src/Proxy.php type Proxy (line 19) | interface Proxy method __handleRetrofitRequest (line 31) | public function __handleRetrofitRequest(string $interfaceName, string ... FILE: src/Proxy/AbstractProxy.php class AbstractProxy (line 21) | abstract class AbstractProxy implements Proxy method __construct (line 45) | public function __construct(ServiceMethodFactory $serviceMethodFactory... method __handleRetrofitRequest (line 62) | public function __handleRetrofitRequest(string $interfaceName, string ... method createArgs (line 77) | private function createArgs(array $args, array $defaultArgs): array FILE: src/ProxyFactory.php type ProxyFactory (line 16) | interface ProxyFactory method create (line 26) | public function create(string $service): ?Proxy; FILE: src/RequestBodyConverter.php type RequestBodyConverter (line 21) | interface RequestBodyConverter extends Converter method convert (line 29) | public function convert($value): StreamInterface; FILE: src/Response.php type Response (line 21) | interface Response method raw (line 28) | public function raw(): ResponseInterface; method code (line 35) | public function code(): int; method message (line 42) | public function message(): string; method headers (line 49) | public function headers(): array; method isSuccessful (line 56) | public function isSuccessful(): bool; method body (line 63) | public function body(); method errorBody (line 70) | public function errorBody(); FILE: src/ResponseBodyConverter.php type ResponseBodyConverter (line 21) | interface ResponseBodyConverter extends Converter method convert (line 29) | public function convert(StreamInterface $value); FILE: src/Retrofit.php class Retrofit (line 19) | class Retrofit method __construct (line 48) | public function __construct(ServiceResolver $serviceResolver, array $p... method builder (line 59) | public static function builder(): RetrofitBuilder method registerServices (line 70) | public function registerServices(array $services): void method registerService (line 83) | public function registerService(string $service): void method createAll (line 96) | public function createAll(string $srcDir): int method createServices (line 110) | public function createServices(): int method create (line 128) | public function create(string $service): Proxy FILE: src/RetrofitBuilder.php class RetrofitBuilder (line 35) | class RetrofitBuilder method setCache (line 110) | public function setCache(CacheInterface $cache): RetrofitBuilder method setCacheDir (line 123) | public function setCacheDir(string $cacheDir): RetrofitBuilder method setHttpClient (line 136) | public function setHttpClient(HttpClient $client): RetrofitBuilder method setBaseUrl (line 149) | public function setBaseUrl(string $baseUrl): RetrofitBuilder method addCallAdapterFactory (line 162) | public function addCallAdapterFactory(CallAdapterFactory $callAdapterF... method addConverterFactory (line 175) | public function addConverterFactory(ConverterFactory $converterFactory... method addProxyFactory (line 188) | public function addProxyFactory(ProxyFactory $proxyFactory): RetrofitB... method addAnnotationHandler (line 202) | public function addAnnotationHandler(string $annotationName, Annotatio... method enableCache (line 215) | public function enableCache(bool $enable = true): RetrofitBuilder method build (line 228) | public function build(): Retrofit method createDefaultProxyFactory (line 247) | private function createDefaultProxyFactory(): ProxyFactory FILE: src/ServiceMethodBuilder.php type ServiceMethodBuilder (line 18) | interface ServiceMethodBuilder method setMethod (line 26) | public function setMethod(string $method): ServiceMethodBuilder; method setBaseUrl (line 34) | public function setBaseUrl(string $baseUrl): ServiceMethodBuilder; method setPath (line 42) | public function setPath(string $path): ServiceMethodBuilder; method setHasBody (line 51) | public function setHasBody(bool $hasBody): ServiceMethodBuilder; method setContentType (line 60) | public function setContentType(string $contentType): ServiceMethodBuil... method setIsJson (line 67) | public function setIsJson(): ServiceMethodBuilder; method setIsFormUrlEncoded (line 74) | public function setIsFormUrlEncoded(): ServiceMethodBuilder; method setIsMultipart (line 81) | public function setIsMultipart(): ServiceMethodBuilder; method addHeader (line 90) | public function addHeader(string $name, string $header): ServiceMethod... method addParameterHandler (line 99) | public function addParameterHandler(int $index, ParameterHandler $para... method setCallAdapter (line 107) | public function setCallAdapter(CallAdapter $callAdapter): ServiceMetho... FILE: src/StringConverter.php type StringConverter (line 18) | interface StringConverter extends Converter method convert (line 26) | public function convert($value): string; FILE: tests/Mock/Unit/Internal/AnnotationProcessorTest/AnnotationProcessorTestMock.php type AnnotationProcessorTestMock (line 19) | interface AnnotationProcessorTestMock method foo (line 21) | public function foo(int $bar): Call; method body (line 22) | public function body(StreamInterface $bar): Call; method noType (line 23) | public function noType($bar): Call; FILE: tests/Mock/Unit/Internal/AnnotationProcessorTest/BadConverterAnnotation.php class BadConverterAnnotation (line 21) | class BadConverterAnnotation extends AbstractAnnotation implements Param... method getVariableName (line 29) | public function getVariableName(): string method converterType (line 41) | public function converterType(): ?string FILE: tests/Mock/Unit/Internal/HttpClientCallTest/HttpClientCallTestClientMock.php class HttpClientCallTestClientMock (line 21) | class HttpClientCallTestClientMock implements HttpClient method __construct (line 43) | public function __construct(?ResponseInterface $response = null) method send (line 55) | public function send(RequestInterface $request): ResponseInterface method sendAsync (line 74) | public function sendAsync(RequestInterface $request, callable $onRespo... method wait (line 85) | public function wait(): void FILE: tests/Mock/Unit/Internal/HttpClientCallTest/HttpClientCallTestErrorBodyMock.php class HttpClientCallTestErrorBodyMock (line 16) | class HttpClientCallTestErrorBodyMock FILE: tests/Mock/Unit/Internal/HttpClientCallTest/HttpClientCallTestResponseBodyMock.php class HttpClientCallTestResponseBodyMock (line 16) | class HttpClientCallTestResponseBodyMock FILE: tests/Mock/Unit/Internal/HttpClientCallTest/HttpClientCallTestServiceMethodMock.php class HttpClientCallTestServiceMethodMock (line 21) | class HttpClientCallTestServiceMethodMock implements ServiceMethod method __construct (line 45) | public function __construct( method toRequest (line 62) | public function toRequest(array $args): RequestInterface method toResponseBody (line 73) | public function toResponseBody(ResponseInterface $response) method toErrorBody (line 86) | public function toErrorBody(ResponseInterface $response) method adapt (line 99) | public function adapt(Call $call) method checkResponse (line 104) | private function checkResponse(ResponseInterface $response): void FILE: tests/Mock/Unit/Internal/ProxyFactoryTest/PFTCTestCreate.php type PFTCTestCreate (line 25) | interface PFTCTestCreate method simple (line 40) | public function simple(string $path, stdClass $body, string &$query = ... method static (line 47) | public static function static(): Call; FILE: tests/Mock/Unit/Internal/ProxyFactoryTest/PFTCTestCreateCacheDirectoryFail.php type PFTCTestCreateCacheDirectoryFail (line 25) | interface PFTCTestCreateCacheDirectoryFail method simple (line 40) | public function simple(string $path, stdClass $body, string &$query = ... method static (line 47) | public static function static(): Call; FILE: tests/Mock/Unit/Internal/ProxyFactoryTest/PFTCTestCreateClientFail.php type PFTCTestCreateClientFail (line 25) | interface PFTCTestCreateClientFail method simple (line 40) | public function simple(string $path, stdClass $body, string &$query = ... method static (line 47) | public static function static(): Call; FILE: tests/Mock/Unit/Internal/ProxyFactoryTest/PFTCTestCreateTwice.php type PFTCTestCreateTwice (line 25) | interface PFTCTestCreateTwice method simple (line 40) | public function simple(string $path, stdClass $body, string &$query = ... method static (line 47) | public static function static(): Call; FILE: tests/Mock/Unit/Internal/ProxyFactoryTest/PFTCTestCreateWithoutCache.php type PFTCTestCreateWithoutCache (line 25) | interface PFTCTestCreateWithoutCache method simple (line 40) | public function simple(string $path, stdClass $body, string &$query = ... method static (line 47) | public static function static(): Call; FILE: tests/Mock/Unit/Internal/ProxyFactoryTest/ProxyFactoryTestClientNoReturnType.php type ProxyFactoryTestClientNoReturnType (line 18) | interface ProxyFactoryTestClientNoReturnType method foo (line 20) | public function foo(stdClass $foo); FILE: tests/Mock/Unit/Internal/ProxyFactoryTest/ProxyFactoryTestClientNoTypehint.php type ProxyFactoryTestClientNoTypehint (line 18) | interface ProxyFactoryTestClientNoTypehint method foo (line 20) | public function foo($foo): Call; FILE: tests/Mock/Unit/Internal/ProxyFactoryTest/ProxyFactoryTestFilesystem.php class ProxyFactoryTestFilesystem (line 18) | class ProxyFactoryTestFilesystem extends Filesystem method makeDirectory (line 27) | public function makeDirectory(string $pathname, int $mode = 0777, bool... method put (line 33) | public function put(string $filename, string $contents): bool FILE: tests/Mock/Unit/Internal/ProxyFactoryTest/ProxyFactoryTestHttpClient.php class ProxyFactoryTestHttpClient (line 20) | class ProxyFactoryTestHttpClient implements HttpClient method send (line 28) | public function send(RequestInterface $request): ResponseInterface method sendAsync (line 47) | public function sendAsync(RequestInterface $request, callable $onRespo... method wait (line 57) | public function wait(): void FILE: tests/Mock/Unit/Internal/ServiceMethod/ServiceMethodFactoryTest/ServiceMethodFactoryTestClient.php type ServiceMethodFactoryTestClient (line 23) | interface ServiceMethodFactoryTestClient method foo (line 28) | public function foo(): Call; method bar (line 33) | public function bar(); method baz (line 39) | public function baz(Body $body): Call; method qux (line 46) | public function qux(): Call; FILE: tests/Mock/Unit/Internal/ServiceMethod/ServiceMethodFactoryTest/ServiceMethodFactoryTestConverterFactory.php class ServiceMethodFactoryTestConverterFactory (line 23) | class ServiceMethodFactoryTestConverterFactory implements ConverterFactory method responseBodyConverter (line 31) | public function responseBodyConverter(TypeToken $type): ?ResponseBodyC... method requestBodyConverter (line 47) | public function requestBodyConverter(TypeToken $type): ?RequestBodyCon... method stringConverter (line 63) | public function stringConverter(TypeToken $type): ?StringConverter FILE: tests/Mock/Unit/MockCall.php class MockCall (line 20) | class MockCall implements Call method execute (line 25) | public function execute(): Response method enqueue (line 34) | public function enqueue(?callable $onResponse = null, ?callable $onFai... method wait (line 41) | public function wait(): void method request (line 48) | public function request(): RequestInterface FILE: tests/Mock/Unit/MockConverterFactory.php class MockConverterFactory (line 22) | class MockConverterFactory implements ConverterFactory method responseBodyConverter (line 30) | public function responseBodyConverter(TypeToken $type): ?ResponseBodyC... method requestBodyConverter (line 41) | public function requestBodyConverter(TypeToken $type): ?RequestBodyCon... method stringConverter (line 52) | public function stringConverter(TypeToken $type): ?StringConverter FILE: tests/Mock/Unit/RetrofitTest/ApiClient.php type ApiClient (line 41) | interface ApiClient method get (line 46) | public function get(): Call; method uri (line 56) | public function uri(string $newUrl, array $queryMap, array $query1, bo... method headers (line 69) | public function headers(array $headerMap, array $header1, int $header2... method postWithoutBody (line 74) | public function postWithoutBody(): Call; method body (line 81) | public function body(RetrofitTestRequestBodyMock $requestBody): Call; method field (line 90) | public function field(float $field1, bool $field2, string $field3, arr... method part (line 98) | public function part(RetrofitTestRequestBodyMock $part1, MultipartBody... method callAdapter (line 103) | public function callAdapter(): RetrofitTestAdaptedCallMock; method customAnnotation (line 109) | public function customAnnotation(): Call; FILE: tests/Mock/Unit/RetrofitTest/CacheableApiClient.php type CacheableApiClient (line 18) | interface CacheableApiClient extends ApiClient FILE: tests/Mock/Unit/RetrofitTest/DefaultParamsApiClient.php type DefaultParamsApiClient (line 22) | interface DefaultParamsApiClient method getWithDefaults (line 41) | public function getWithDefaults( FILE: tests/Mock/Unit/RetrofitTest/InvalidSyntaxApiClient.php type InvalidSyntaxApiClient (line 20) | interface InvalidSyntaxApiClient method get (line 26) | public function get(): Call; FILE: tests/Mock/Unit/RetrofitTest/RetrofitTestAdaptedCallMock.php class RetrofitTestAdaptedCallMock (line 16) | class RetrofitTestAdaptedCallMock FILE: tests/Mock/Unit/RetrofitTest/RetrofitTestCallAdapterFactory.php class RetrofitTestCallAdapterFactory (line 20) | class RetrofitTestCallAdapterFactory implements CallAdapterFactory method supports (line 28) | public function supports(TypeToken $type): bool method create (line 39) | public function create(TypeToken $type): CallAdapter FILE: tests/Mock/Unit/RetrofitTest/RetrofitTestCallAdapterMock.php class RetrofitTestCallAdapterMock (line 19) | class RetrofitTestCallAdapterMock implements CallAdapter method adapt (line 27) | public function adapt(Call $call) FILE: tests/Mock/Unit/RetrofitTest/RetrofitTestConverterFactory.php class RetrofitTestConverterFactory (line 22) | class RetrofitTestConverterFactory implements ConverterFactory method responseBodyConverter (line 30) | public function responseBodyConverter(TypeToken $type): ?ResponseBodyC... method requestBodyConverter (line 41) | public function requestBodyConverter(TypeToken $type): ?RequestBodyCon... method stringConverter (line 52) | public function stringConverter(TypeToken $type): ?StringConverter FILE: tests/Mock/Unit/RetrofitTest/RetrofitTestCustomAnnotation.php class RetrofitTestCustomAnnotation (line 21) | class RetrofitTestCustomAnnotation extends AbstractAnnotation method init (line 23) | protected function init(): void FILE: tests/Mock/Unit/RetrofitTest/RetrofitTestCustomAnnotationHandler.php class RetrofitTestCustomAnnotationHandler (line 23) | class RetrofitTestCustomAnnotationHandler implements AnnotationHandler method handle (line 34) | public function handle( FILE: tests/Mock/Unit/RetrofitTest/RetrofitTestDelegateProxy.php class RetrofitTestDelegateProxy (line 21) | class RetrofitTestDelegateProxy implements ApiClient, DefaultParamsApiCl... method __construct (line 32) | public function __construct(Proxy $proxy) method get (line 37) | public function get(): Call method uri (line 42) | public function uri(string $newUrl, array $queryMap, array $query1, bo... method headers (line 47) | public function headers(array $headerMap, array $header1, int $header2... method postWithoutBody (line 55) | public function postWithoutBody(): Call method body (line 60) | public function body(RetrofitTestRequestBodyMock $requestBody): Call method field (line 65) | public function field(float $field1, bool $field2, string $field3, arr... method part (line 70) | public function part(RetrofitTestRequestBodyMock $part1, MultipartBody... method callAdapter (line 75) | public function callAdapter(): RetrofitTestAdaptedCallMock method customAnnotation (line 80) | public function customAnnotation(): Call method getWithDefaults (line 94) | public function getWithDefaults( method __handleRetrofitRequest (line 120) | public function __handleRetrofitRequest(string $interfaceName, string ... FILE: tests/Mock/Unit/RetrofitTest/RetrofitTestHttpClient.php class RetrofitTestHttpClient (line 21) | class RetrofitTestHttpClient implements HttpClient method send (line 34) | public function send(RequestInterface $request): ResponseInterface method sendAsync (line 55) | public function sendAsync(RequestInterface $request, callable $onRespo... method wait (line 65) | public function wait(): void FILE: tests/Mock/Unit/RetrofitTest/RetrofitTestProxyFactory.php class RetrofitTestProxyFactory (line 20) | class RetrofitTestProxyFactory implements ProxyFactory, DefaultProxyFact... method create (line 35) | public function create(string $service): ?Proxy method setDefaultProxyFactory (line 46) | public function setDefaultProxyFactory(ProxyFactory $proxyFactory): void FILE: tests/Mock/Unit/RetrofitTest/RetrofitTestRequestBodyConverter.php class RetrofitTestRequestBodyConverter (line 20) | class RetrofitTestRequestBodyConverter implements RequestBodyConverter method convert (line 28) | public function convert($value): StreamInterface FILE: tests/Mock/Unit/RetrofitTest/RetrofitTestRequestBodyMock.php class RetrofitTestRequestBodyMock (line 16) | class RetrofitTestRequestBodyMock FILE: tests/Mock/Unit/RetrofitTest/RetrofitTestResponseBodyConverter.php class RetrofitTestResponseBodyConverter (line 19) | class RetrofitTestResponseBodyConverter implements ResponseBodyConverter method convert (line 27) | public function convert(StreamInterface $value) FILE: tests/Mock/Unit/RetrofitTest/RetrofitTestResponseBodyMock.php class RetrofitTestResponseBodyMock (line 16) | class RetrofitTestResponseBodyMock FILE: tests/Unit/Internal/AnnotationHandlersTest.php class AnnotationHandlersTest (line 61) | class AnnotationHandlersTest extends TestCase method setUp (line 78) | public function setUp() method testHandleBodyAnnotation (line 86) | public function testHandleBodyAnnotation() method testHandleBodyAnnotationWrongConverter (line 100) | public function testHandleBodyAnnotationWrongConverter() method testHandleFieldAnnotation (line 117) | public function testHandleFieldAnnotation() method testHandleFieldAnnotationWrongAnnotation (line 132) | public function testHandleFieldAnnotationWrongAnnotation() method testHandleFieldAnnotationWrongConverter (line 149) | public function testHandleFieldAnnotationWrongConverter() method testHandleFieldMapAnnotation (line 166) | public function testHandleFieldMapAnnotation() method testHandleFieldMapAnnotationWrongAnnotation (line 181) | public function testHandleFieldMapAnnotationWrongAnnotation() method testHandleFieldMapAnnotationWrongConverter (line 198) | public function testHandleFieldMapAnnotationWrongConverter() method testHandleHeaderAnnotation (line 215) | public function testHandleHeaderAnnotation() method testHandleHeaderAnnotationWrongConverter (line 228) | public function testHandleHeaderAnnotationWrongConverter() method testHandleHeaderMapAnnotation (line 245) | public function testHandleHeaderMapAnnotation() method testHandleHeaderMapAnnotationWrongConverter (line 258) | public function testHandleHeaderMapAnnotationWrongConverter() method testHandleHeadersAnnotation (line 275) | public function testHandleHeadersAnnotation() method testHandleHeadersAnnotationWrongConverter (line 287) | public function testHandleHeadersAnnotationWrongConverter() method testHandleGETAnnotation (line 304) | public function testHandleGETAnnotation() method testHandleGETAnnotationWrongConverter (line 318) | public function testHandleGETAnnotationWrongConverter() method testHandlePOSTAnnotation (line 335) | public function testHandlePOSTAnnotation() method testHandlePOSTAnnotationWrongAnnotation (line 348) | public function testHandlePOSTAnnotationWrongAnnotation() method testHandlePartAnnotation (line 365) | public function testHandlePartAnnotation() method testHandlePartAnnotationWrongAnnotation (line 380) | public function testHandlePartAnnotationWrongAnnotation() method testHandlePartAnnotationWrongConverter (line 397) | public function testHandlePartAnnotationWrongConverter() method testHandlePartMapAnnotation (line 414) | public function testHandlePartMapAnnotation() method testHandlePartMapAnnotationWrongAnnotation (line 429) | public function testHandlePartMapAnnotationWrongAnnotation() method testHandlePartMapAnnotationWrongConverter (line 446) | public function testHandlePartMapAnnotationWrongConverter() method testHandlePathAnnotation (line 463) | public function testHandlePathAnnotation() method testHandlePathAnnotationWrongConverter (line 476) | public function testHandlePathAnnotationWrongConverter() method testHandleQueryAnnotation (line 493) | public function testHandleQueryAnnotation() method testHandleQueryAnnotationWrongAnnotation (line 506) | public function testHandleQueryAnnotationWrongAnnotation() method testHandleQueryAnnotationWrongConverter (line 523) | public function testHandleQueryAnnotationWrongConverter() method testHandleQueryMapAnnotation (line 540) | public function testHandleQueryMapAnnotation() method testHandleQueryMapAnnotationWrongAnnotation (line 553) | public function testHandleQueryMapAnnotationWrongAnnotation() method testHandleQueryMapAnnotationWrongConverter (line 570) | public function testHandleQueryMapAnnotationWrongConverter() method testHandleQueryNameAnnotation (line 587) | public function testHandleQueryNameAnnotation() method testHandleQueryNameAnnotationWrongAnnotation (line 600) | public function testHandleQueryNameAnnotationWrongAnnotation() method testHandleQueryNameAnnotationWrongConverter (line 617) | public function testHandleQueryNameAnnotationWrongConverter() method testHandleUrlAnnotation (line 634) | public function testHandleUrlAnnotation() method testHandleUrlAnnotationWrongConverter (line 647) | public function testHandleUrlAnnotationWrongConverter() FILE: tests/Unit/Internal/AnnotationProcessorTest.php class AnnotationProcessorTest (line 32) | class AnnotationProcessorTest extends TestCase method setUp (line 49) | public function setUp() method testParameterAwareAnnotation (line 62) | public function testParameterAwareAnnotation() method testNonParameterAwareAnnotation (line 78) | public function testNonParameterAwareAnnotation() method testRequestBodyAnnotation (line 94) | public function testRequestBodyAnnotation() method testNoHandler (line 110) | public function testNoHandler() method testParameterNotFound (line 126) | public function testParameterNotFound() method testParameterTypeNotFound (line 148) | public function testParameterTypeNotFound() method testConverterNotFound (line 169) | public function testConverterNotFound() FILE: tests/Unit/Internal/CallAdapterTest.php class CallAdapterTest (line 23) | class CallAdapterTest extends TestCase method setUp (line 30) | public function setUp() method testAdaptDefaultCall (line 35) | public function testAdaptDefaultCall() method testCallAdapterNotFound (line 43) | public function testCallAdapterNotFound() FILE: tests/Unit/Internal/ConverterTest.php class ConverterTest (line 25) | class ConverterTest extends TestCase method setUp (line 32) | public function setUp() method testRequestBodyConverter (line 37) | public function testRequestBodyConverter() method testRequestBodyConverterProviderCache (line 45) | public function testRequestBodyConverterProviderCache() method testRequestBodyConverterProviderException (line 53) | public function testRequestBodyConverterProviderException() method testResponseBodyConverter (line 66) | public function testResponseBodyConverter() method testResponseBodyConverterProviderCache (line 74) | public function testResponseBodyConverterProviderCache() method testResponseBodyConverterProviderException (line 82) | public function testResponseBodyConverterProviderException() method testStringConverter (line 94) | public function testStringConverter() method testStringConverterInt (line 101) | public function testStringConverterInt() method testStringConverterFloat (line 108) | public function testStringConverterFloat() method testStringConverterTrue (line 115) | public function testStringConverterTrue() method testStringConverterFalse (line 122) | public function testStringConverterFalse() method testStringConverterArray (line 129) | public function testStringConverterArray() method testStringConverterObject (line 136) | public function testStringConverterObject() method testStringConverterProviderCache (line 143) | public function testStringConverterProviderCache() method testStringConverterProviderException (line 151) | public function testStringConverterProviderException() FILE: tests/Unit/Internal/DefaultProxyFactoryTest.php class DefaultProxyFactoryTest (line 35) | class DefaultProxyFactoryTest extends TestCase method setUp (line 42) | public function setUp() method testCreate (line 47) | public function testCreate() method testCreateTwice (line 63) | public function testCreateTwice() method testCreateWithoutCache (line 79) | public function testCreateWithoutCache() method testCreateInvalidInterface (line 90) | public function testCreateInvalidInterface() method testCreateNoTypehint (line 102) | public function testCreateNoTypehint() method testCreateNoReturnType (line 118) | public function testCreateNoReturnType() method testCreateCacheDirectoryFail (line 134) | public function testCreateCacheDirectoryFail() method testCreateClientFail (line 151) | public function testCreateClientFail() method createFactory (line 168) | private function createFactory(bool $enableCache = true): DefaultProxy... method getExpectedClass (line 189) | private function getExpectedClass(): string FILE: tests/Unit/Internal/FilesystemTest.php class FilesystemTest (line 13) | class FilesystemTest extends TestCase method setUp (line 20) | public function setUp() method testCreateDirectory (line 26) | public function testCreateDirectory() method testCreateFile (line 33) | public function testCreateFile() FILE: tests/Unit/Internal/HttpClientCallTest.php class HttpClientCallTest (line 22) | class HttpClientCallTest extends TestCase method testSync (line 24) | public function testSync() method testSyncError (line 44) | public function testSyncError() method testAsync (line 64) | public function testAsync() method testAsyncError (line 91) | public function testAsyncError() method testAsyncFailure (line 118) | public function testAsyncFailure() method testAsyncFailureThrowsException (line 140) | public function testAsyncFailureThrowsException() method testSyncInvalidJsonResponseThrowsException (line 166) | public function testSyncInvalidJsonResponseThrowsException() method testSyncInvalidJsonErrorThrowsException (line 190) | public function testSyncInvalidJsonErrorThrowsException() method testAsyncInvalidJsonResponseThrowsExceptions (line 214) | public function testAsyncInvalidJsonResponseThrowsExceptions() method testAsyncInvalidJsonerrorThrowsExceptions (line 239) | public function testAsyncInvalidJsonerrorThrowsExceptions() FILE: tests/Unit/Internal/ParameterHandlersTest.php class ParameterHandlersTest (line 39) | class ParameterHandlersTest extends TestCase method setUp (line 46) | public function setUp() method testBodyHandler (line 51) | public function testBodyHandler() method testBodyHandlerNull (line 59) | public function testBodyHandlerNull() method testFieldMapHandler (line 66) | public function testFieldMapHandler() method testFieldMapHandlerIterator (line 84) | public function testFieldMapHandlerIterator() method testFieldMapHandlerEmpty (line 102) | public function testFieldMapHandlerEmpty() method testFieldMapHandlerNull (line 109) | public function testFieldMapHandlerNull() method testFieldHandler (line 116) | public function testFieldHandler() method testFieldHandlerArray (line 123) | public function testFieldHandlerArray() method testFieldHandlerNull (line 130) | public function testFieldHandlerNull() method testHeaderMapHandler (line 137) | public function testHeaderMapHandler() method testHeaderMapHandlerIterator (line 154) | public function testHeaderMapHandlerIterator() method testHeaderMapHandlerEmpty (line 171) | public function testHeaderMapHandlerEmpty() method testHeaderMapHandlerNull (line 178) | public function testHeaderMapHandlerNull() method testHeaderHandler (line 185) | public function testHeaderHandler() method testHeaderHandlerArray (line 192) | public function testHeaderHandlerArray() method testHeaderHandlerNull (line 199) | public function testHeaderHandlerNull() method testPartMapHandler (line 206) | public function testPartMapHandler() method testPartMapHandlerIterator (line 247) | public function testPartMapHandlerIterator() method testPartMapHandlerEmpty (line 288) | public function testPartMapHandlerEmpty() method testPartMapHandlerNull (line 295) | public function testPartMapHandlerNull() method testPartHandler (line 302) | public function testPartHandler() method testPartHandlerMultipart (line 316) | public function testPartHandlerMultipart() method testPartHandlerMultipartHeadersAndFilename (line 331) | public function testPartHandlerMultipartHeadersAndFilename() method testPartHandlerNull (line 346) | public function testPartHandlerNull() method testPathHandler (line 353) | public function testPathHandler() method testPathHandlerNull (line 360) | public function testPathHandlerNull() method testQueryMapHandler (line 372) | public function testQueryMapHandler() method testQueryMapHandlerIterator (line 389) | public function testQueryMapHandlerIterator() method testQueryMapHandlerEmpty (line 406) | public function testQueryMapHandlerEmpty() method testQueryMapHandlerNull (line 413) | public function testQueryMapHandlerNull() method testQueryNameHandler (line 420) | public function testQueryNameHandler() method testQueryNameHandlerArray (line 427) | public function testQueryNameHandlerArray() method testQueryNameHandlerNull (line 434) | public function testQueryNameHandlerNull() method testQueryHandler (line 441) | public function testQueryHandler() method testQueryHandlerArray (line 448) | public function testQueryHandlerArray() method testQueryHandlerNull (line 455) | public function testQueryHandlerNull() method testUrlHandler (line 462) | public function testUrlHandler() method testUrlHandlerNull (line 469) | public function testUrlHandlerNull() method testUsingMapAsListThrowsException (line 481) | public function testUsingMapAsListThrowsException() FILE: tests/Unit/Internal/RequestBuilderTest.php class RequestBuilderTest (line 15) | class RequestBuilderTest extends TestCase method testSimple (line 17) | public function testSimple() method testSetBody (line 28) | public function testSetBody() method testUrlSetters (line 41) | public function testUrlSetters() method testUrlSettersEncoded (line 56) | public function testUrlSettersEncoded() method testAddHeader (line 71) | public function testAddHeader() method testFields (line 83) | public function testFields() method testFieldsEncoded (line 96) | public function testFieldsEncoded() method testParts (line 109) | public function testParts() method testPartsFilenameAndHeader (line 123) | public function testPartsFilenameAndHeader() method testFieldAndBody (line 138) | public function testFieldAndBody() method testPartAndBody (line 154) | public function testPartAndBody() FILE: tests/Unit/Internal/RetrofitResponseTest.php class RetrofitResponseTest (line 14) | class RetrofitResponseTest extends TestCase method testGettersSuccess (line 16) | public function testGettersSuccess() method testGettersFailure (line 31) | public function testGettersFailure() FILE: tests/Unit/Internal/ServiceMethod/DefaultServiceMethodBuilderTest.php class DefaultServiceMethodBuilderTest (line 20) | class DefaultServiceMethodBuilderTest extends TestCase method setUp (line 27) | public function setUp() method testCreateServiceMethodGet (line 32) | public function testCreateServiceMethodGet() method testCreateServiceMethodPost (line 48) | public function testCreateServiceMethodPost() method testCreateServiceMethodForm (line 69) | public function testCreateServiceMethodForm() method testCreateServiceMethodMultipart (line 90) | public function testCreateServiceMethodMultipart() method testSetMethodTwice (line 111) | public function testSetMethodTwice() method testSetHasBodyAfterSet (line 127) | public function testSetHasBodyAfterSet() method testChangeContentType (line 145) | public function testChangeContentType() method testBuildWithoutMethod (line 163) | public function testBuildWithoutMethod() method testBuildWithoutBaseUrl (line 178) | public function testBuildWithoutBaseUrl() method testBuildWithoutPath (line 194) | public function testBuildWithoutPath() method testBuildWithoutContentType (line 211) | public function testBuildWithoutContentType() method testBuildWithoutBody (line 231) | public function testBuildWithoutBody() method testBuildWithoutResponseConverter (line 252) | public function testBuildWithoutResponseConverter() method testBuildWithoutErrorConverter (line 271) | public function testBuildWithoutErrorConverter() method testBuildWithoutCallAdapter (line 291) | public function testBuildWithoutCallAdapter() method testBuildWillNotOverrideContentType (line 312) | public function testBuildWillNotOverrideContentType() FILE: tests/Unit/Internal/ServiceMethod/ServiceMethodFactoryTest.php class ServiceMethodFactoryTest (line 28) | class ServiceMethodFactoryTest extends TestCase method setUp (line 35) | public function setUp() method testCreateServiceMethod (line 49) | public function testCreateServiceMethod() method testCreateServiceMethodCustomConverters (line 62) | public function testCreateServiceMethodCustomConverters() method testCreateServiceMethodNoReturnType (line 75) | public function testCreateServiceMethodNoReturnType() method testCreateServiceMethodAnnotationException (line 91) | public function testCreateServiceMethodAnnotationException() FILE: tests/Unit/Internal/ServiceMethod/ServiceMethodTest.php class ServiceMethodTest (line 21) | class ServiceMethodTest extends TestCase method setUp (line 28) | public function setUp() method testCreateRequest (line 42) | public function testCreateRequest() method testCreateRequestDifferentParameters (line 57) | public function testCreateRequestDifferentParameters() method testGetResponseBody (line 74) | public function testGetResponseBody() method testGetErrorBody (line 83) | public function testGetErrorBody() method testAdaptCall (line 92) | public function testAdaptCall() FILE: tests/Unit/RetrofitTest.php class RetrofitTest (line 32) | class RetrofitTest extends TestCase method setUp (line 44) | public function setUp() method testSimple (line 52) | public function testSimple() method testUri (line 70) | public function testUri() method testHeaders (line 96) | public function testHeaders() method testPostWithoutBody (line 130) | public function testPostWithoutBody() method testBody (line 148) | public function testBody() method testField (line 174) | public function testField() method testPart (line 193) | public function testPart() method testCallAdapter (line 243) | public function testCallAdapter() method testCustomProxy (line 257) | public function testCustomProxy() method testCustomAnnotation (line 277) | public function testCustomAnnotation() method testGetWithDefaults (line 298) | public function testGetWithDefaults() method testGetWithSomeDefaults (line 317) | public function testGetWithSomeDefaults() method testGetWithNullDefaults (line 336) | public function testGetWithNullDefaults() method testCache (line 355) | public function testCache() method testCustomCache (line 382) | public function testCustomCache() method testBuilderThrowsExceptionWithoutBaseUrl (line 399) | public function testBuilderThrowsExceptionWithoutBaseUrl() method testBuilderThrowsExceptionWithoutHttpClient (line 411) | public function testBuilderThrowsExceptionWithoutHttpClient() method testBuilderThrowsExceptionWithoutCacheDir (line 425) | public function testBuilderThrowsExceptionWithoutCacheDir() method testCreateServices (line 437) | public function testCreateServices() method testCreateAll (line 445) | public function testCreateAll() method testCreateThrowsExceptionWithoutFactory (line 452) | public function testCreateThrowsExceptionWithoutFactory() method testCreateThrowsExceptionWithInvalidHeaderSyntax (line 465) | public function testCreateThrowsExceptionWithInvalidHeaderSyntax()