SYMBOL INDEX (3796 symbols across 287 files) FILE: retrofit-adapters/guava/src/main/java/retrofit2/adapter/guava/GuavaCallAdapterFactory.java class GuavaCallAdapterFactory (line 54) | public final class GuavaCallAdapterFactory extends CallAdapter.Factory { method create (line 55) | public static GuavaCallAdapterFactory create() { method GuavaCallAdapterFactory (line 59) | private GuavaCallAdapterFactory() {} method get (line 61) | @Override class BodyCallAdapter (line 88) | private static final class BodyCallAdapter implements CallAdapter method ResponseCallAdapter (line 129) | ResponseCallAdapter(Type responseType) { method responseType (line 133) | @Override method adapt (line 138) | @Override class CallCancelListenableFuture (line 159) | private static final class CallCancelListenableFuture extends Abstr... method CallCancelListenableFuture (line 162) | CallCancelListenableFuture(Call call) { method set (line 166) | @Override method setException (line 171) | @Override method interruptTask (line 176) | @Override FILE: retrofit-adapters/guava/src/main/java/retrofit2/adapter/guava/HttpException.java class HttpException (line 21) | @Deprecated method HttpException (line 23) | public HttpException(Response response) { FILE: retrofit-adapters/guava/src/test/java/retrofit2/adapter/guava/GuavaCallAdapterFactoryTest.java class GuavaCallAdapterFactoryTest (line 34) | public final class GuavaCallAdapterFactoryTest { method setUp (line 42) | @Before method responseType (line 52) | @Test method nonListenableFutureReturnsNull (line 79) | @Test method rawTypeThrows (line 85) | @Test method rawResponseTypeThrows (line 99) | @Test FILE: retrofit-adapters/guava/src/test/java/retrofit2/adapter/guava/ListenableFutureTest.java class ListenableFutureTest (line 34) | public final class ListenableFutureTest { type Service (line 37) | interface Service { method body (line 38) | @GET("/") method response (line 41) | @GET("/") method setUp (line 47) | @Before method bodySuccess200 (line 58) | @Test method bodySuccess404 (line 66) | @Test method bodyFailure (line 82) | @Test method responseSuccess200 (line 95) | @Test method responseSuccess404 (line 105) | @Test method responseFailure (line 115) | @Test FILE: retrofit-adapters/guava/src/test/java/retrofit2/adapter/guava/StringConverterFactory.java class StringConverterFactory (line 26) | final class StringConverterFactory extends Converter.Factory { method responseBodyConverter (line 27) | @Override method requestBodyConverter (line 33) | @Override FILE: retrofit-adapters/java8/src/main/java/retrofit2/adapter/java8/HttpException.java class HttpException (line 21) | @Deprecated method HttpException (line 23) | public HttpException(Response response) { FILE: retrofit-adapters/java8/src/main/java/retrofit2/adapter/java8/Java8CallAdapterFactory.java class Java8CallAdapterFactory (line 52) | @Deprecated method create (line 54) | public static Java8CallAdapterFactory create() { method Java8CallAdapterFactory (line 58) | private Java8CallAdapterFactory() {} method get (line 60) | @Override class BodyCallAdapter (line 87) | private static final class BodyCallAdapter implements CallAdapter method ResponseCallAdapter (line 137) | ResponseCallAdapter(Type responseType) { method responseType (line 141) | @Override method adapt (line 146) | @Override FILE: retrofit-adapters/java8/src/test/java/retrofit2/adapter/java8/CompletableFutureTest.java class CompletableFutureTest (line 34) | public final class CompletableFutureTest { type Service (line 37) | interface Service { method body (line 38) | @GET("/") method response (line 41) | @GET("/") method setUp (line 47) | @Before method bodySuccess200 (line 58) | @Test method bodySuccess404 (line 66) | @Test method bodyFailure (line 82) | @Test method responseSuccess200 (line 95) | @Test method responseSuccess404 (line 105) | @Test method responseFailure (line 115) | @Test FILE: retrofit-adapters/java8/src/test/java/retrofit2/adapter/java8/Java8CallAdapterFactoryTest.java class Java8CallAdapterFactoryTest (line 34) | public final class Java8CallAdapterFactoryTest { method setUp (line 42) | @Before method responseType (line 52) | @Test method nonListenableFutureReturnsNull (line 79) | @Test method rawTypeThrows (line 85) | @Test method rawResponseTypeThrows (line 99) | @Test FILE: retrofit-adapters/java8/src/test/java/retrofit2/adapter/java8/StringConverterFactory.java class StringConverterFactory (line 26) | final class StringConverterFactory extends Converter.Factory { method responseBodyConverter (line 27) | @Override method requestBodyConverter (line 33) | @Override FILE: retrofit-adapters/rxjava/src/main/java/retrofit2/adapter/rxjava/BodyOnSubscribe.java class BodyOnSubscribe (line 28) | final class BodyOnSubscribe implements OnSubscribe { method BodyOnSubscribe (line 31) | BodyOnSubscribe(OnSubscribe> upstream) { method call (line 35) | @Override class BodySubscriber (line 40) | private static class BodySubscriber extends Subscriber> { method BodySubscriber (line 46) | BodySubscriber(Subscriber subscriber) { method onNext (line 51) | @Override method onError (line 72) | @Override method onCompleted (line 87) | @Override FILE: retrofit-adapters/rxjava/src/main/java/retrofit2/adapter/rxjava/CallArbiter.java class CallArbiter (line 31) | final class CallArbiter extends AtomicInteger implements Subscription... method CallArbiter (line 43) | CallArbiter(Call call, Subscriber> subscriber) { method unsubscribe (line 50) | @Override method isUnsubscribed (line 56) | @Override method request (line 61) | @Override method emitResponse (line 92) | void emitResponse(Response response) { method deliverResponse (line 120) | private void deliverResponse(Response response) { method emitError (line 159) | void emitError(Throwable t) { FILE: retrofit-adapters/rxjava/src/main/java/retrofit2/adapter/rxjava/CallEnqueueOnSubscribe.java class CallEnqueueOnSubscribe (line 25) | final class CallEnqueueOnSubscribe implements OnSubscribe> { method CallEnqueueOnSubscribe (line 28) | CallEnqueueOnSubscribe(Call originalCall) { method call (line 32) | @Override FILE: retrofit-adapters/rxjava/src/main/java/retrofit2/adapter/rxjava/CallExecuteOnSubscribe.java class CallExecuteOnSubscribe (line 24) | final class CallExecuteOnSubscribe implements OnSubscribe> { method CallExecuteOnSubscribe (line 27) | CallExecuteOnSubscribe(Call originalCall) { method call (line 31) | @Override FILE: retrofit-adapters/rxjava/src/main/java/retrofit2/adapter/rxjava/HttpException.java class HttpException (line 6) | @Deprecated method HttpException (line 8) | public HttpException(Response response) { FILE: retrofit-adapters/rxjava/src/main/java/retrofit2/adapter/rxjava/Result.java class Result (line 23) | public final class Result { method error (line 24) | @SuppressWarnings("ConstantConditions") // Guarding public API nullabi... method response (line 30) | @SuppressWarnings("ConstantConditions") // Guarding public API nullabi... method Result (line 39) | private Result(@Nullable Response response, @Nullable Throwable err... method response (line 48) | public @Nullable Response response() { method error (line 60) | public @Nullable Throwable error() { method isError (line 65) | public boolean isError() { method toString (line 69) | @Override FILE: retrofit-adapters/rxjava/src/main/java/retrofit2/adapter/rxjava/ResultOnSubscribe.java class ResultOnSubscribe (line 28) | final class ResultOnSubscribe implements OnSubscribe> { method ResultOnSubscribe (line 31) | ResultOnSubscribe(OnSubscribe> upstream) { method call (line 35) | @Override class ResultSubscriber (line 40) | private static class ResultSubscriber extends Subscriber> subscriber) { method onNext (line 48) | @Override method onError (line 53) | @Override method onCompleted (line 74) | @Override FILE: retrofit-adapters/rxjava/src/main/java/retrofit2/adapter/rxjava/RxJavaCallAdapter.java class RxJavaCallAdapter (line 27) | final class RxJavaCallAdapter implements CallAdapter { method RxJavaCallAdapter (line 36) | RxJavaCallAdapter( method responseType (line 53) | @Override method adapt (line 58) | @Override FILE: retrofit-adapters/rxjava/src/main/java/retrofit2/adapter/rxjava/RxJavaCallAdapterFactory.java class RxJavaCallAdapterFactory (line 63) | public final class RxJavaCallAdapterFactory extends CallAdapter.Factory { method create (line 68) | public static RxJavaCallAdapterFactory create() { method createAsync (line 73) | public static RxJavaCallAdapterFactory createAsync() { method createWithScheduler (line 81) | @SuppressWarnings("ConstantConditions") // Guarding public API nullabi... method RxJavaCallAdapterFactory (line 90) | private RxJavaCallAdapterFactory(@Nullable Scheduler scheduler, boolea... method get (line 95) | @Override FILE: retrofit-adapters/rxjava/src/test/java/retrofit2/adapter/rxjava/AsyncTest.java class AsyncTest (line 44) | public final class AsyncTest { type Service (line 48) | interface Service { method completable (line 49) | @GET("/") method setUp (line 55) | @Before method success (line 65) | @Test method failure (line 76) | @Test method throwingInOnCompleteDeliveredToPlugin (line 87) | @Test method bodyThrowingInOnErrorDeliveredToPlugin (line 126) | @Test method bodyThrowingInOnSafeSubscriberErrorDeliveredToPlugin (line 168) | @Test FILE: retrofit-adapters/rxjava/src/test/java/retrofit2/adapter/rxjava/CancelDisposeTest.java class CancelDisposeTest (line 34) | public final class CancelDisposeTest { type Service (line 37) | interface Service { method go (line 38) | @GET("/") method setUp (line 45) | @Before method disposeCancelsCall (line 57) | @Test method cancelDoesNotDispose (line 66) | @Test FILE: retrofit-adapters/rxjava/src/test/java/retrofit2/adapter/rxjava/CompletableTest.java class CompletableTest (line 31) | public final class CompletableTest { type Service (line 36) | interface Service { method completable (line 37) | @GET("/") method setUp (line 43) | @Before method completableSuccess200 (line 53) | @Test method completableSuccess404 (line 62) | @Test method completableFailure (line 72) | @Test method subscribeTwice (line 81) | @Test FILE: retrofit-adapters/rxjava/src/test/java/retrofit2/adapter/rxjava/CompletableThrowingSafeSubscriberTest.java class CompletableThrowingSafeSubscriberTest (line 39) | public final class CompletableThrowingSafeSubscriberTest { type Service (line 44) | interface Service { method completable (line 45) | @GET("/") method setUp (line 51) | @Before method throwingInOnCompleteDeliveredToPlugin (line 61) | @Test method bodyThrowingInOnErrorDeliveredToPlugin (line 94) | @Test class ForwardingCompletableObserver (line 130) | abstract static class ForwardingCompletableObserver implements Complet... method ForwardingCompletableObserver (line 133) | ForwardingCompletableObserver(RecordingSubscriber delegate) { method onSubscribe (line 137) | @Override method onCompleted (line 140) | @Override method onError (line 145) | @Override FILE: retrofit-adapters/rxjava/src/test/java/retrofit2/adapter/rxjava/CompletableThrowingTest.java class CompletableThrowingTest (line 37) | public final class CompletableThrowingTest { type Service (line 42) | interface Service { method completable (line 43) | @GET("/") method setUp (line 49) | @Before method throwingInOnCompleteDeliveredToPlugin (line 59) | @Test method bodyThrowingInOnErrorDeliveredToPlugin (line 90) | @Test class ForwardingCompletableObserver (line 124) | abstract static class ForwardingCompletableObserver implements Complet... method ForwardingCompletableObserver (line 127) | ForwardingCompletableObserver(RecordingSubscriber delegate) { method onSubscribe (line 131) | @Override method onCompleted (line 134) | @Override method onError (line 139) | @Override FILE: retrofit-adapters/rxjava/src/test/java/retrofit2/adapter/rxjava/CompletableWithSchedulerTest.java class CompletableWithSchedulerTest (line 28) | public final class CompletableWithSchedulerTest { type Service (line 32) | interface Service { method completable (line 33) | @GET("/") method setUp (line 40) | @Before method completableUsesScheduler (line 50) | @Test FILE: retrofit-adapters/rxjava/src/test/java/retrofit2/adapter/rxjava/ForwardingSubscriber.java class ForwardingSubscriber (line 20) | abstract class ForwardingSubscriber extends Subscriber { method ForwardingSubscriber (line 23) | ForwardingSubscriber(Subscriber delegate) { method onNext (line 27) | @Override method onCompleted (line 32) | @Override method onError (line 37) | @Override FILE: retrofit-adapters/rxjava/src/test/java/retrofit2/adapter/rxjava/ObservableTest.java class ObservableTest (line 33) | public final class ObservableTest { type Service (line 38) | interface Service { method body (line 39) | @GET("/") method response (line 42) | @GET("/") method result (line 45) | @GET("/") method setUp (line 51) | @Before method bodySuccess200 (line 62) | @Test method bodySuccess404 (line 71) | @Test method bodyFailure (line 81) | @Test method bodyRespectsBackpressure (line 90) | @Test method responseSuccess200 (line 106) | @Test method responseSuccess404 (line 116) | @Test method responseFailure (line 126) | @Test method responseRespectsBackpressure (line 135) | @Test method responseUnsubscribedDoesNotCallCompleted (line 151) | @Test method resultSuccess200 (line 161) | @Test method resultSuccess404 (line 171) | @Test method resultFailure (line 181) | @Test method resultRespectsBackpressure (line 191) | @Test method subscribeTwice (line 207) | @Test FILE: retrofit-adapters/rxjava/src/test/java/retrofit2/adapter/rxjava/ObservableThrowingSafeSubscriberTest.java class ObservableThrowingSafeSubscriberTest (line 39) | public final class ObservableThrowingSafeSubscriberTest { type Service (line 44) | interface Service { method body (line 45) | @GET("/") method response (line 48) | @GET("/") method result (line 51) | @GET("/") method setUp (line 57) | @Before method bodyThrowingInOnNextDeliveredToError (line 68) | @Test method bodyThrowingInOnCompleteDeliveredToPlugin (line 87) | @Test method bodyThrowingInOnErrorDeliveredToPlugin (line 121) | @Test method responseThrowingInOnNextDeliveredToError (line 159) | @Test method responseThrowingInOnCompleteDeliveredToPlugin (line 178) | @Test method responseThrowingInOnErrorDeliveredToPlugin (line 212) | @Test method resultThrowingInOnNextDeliveredToError (line 250) | @Test method resultThrowingInOnCompletedDeliveredToPlugin (line 269) | @Test method resultThrowingInOnErrorDeliveredToPlugin (line 303) | @Test FILE: retrofit-adapters/rxjava/src/test/java/retrofit2/adapter/rxjava/ObservableThrowingTest.java class ObservableThrowingTest (line 37) | public final class ObservableThrowingTest { type Service (line 42) | interface Service { method body (line 43) | @GET("/") method response (line 46) | @GET("/") method result (line 49) | @GET("/") method setUp (line 55) | @Before method bodyThrowingInOnNextDeliveredToError (line 66) | @Test method bodyThrowingInOnCompleteDeliveredToPlugin (line 85) | @Test method bodyThrowingInOnErrorDeliveredToPlugin (line 117) | @Test method responseThrowingInOnNextDeliveredToError (line 153) | @Test method responseThrowingInOnCompleteDeliveredToPlugin (line 172) | @Test method responseThrowingInOnErrorDeliveredToPlugin (line 204) | @Test method resultThrowingInOnNextDeliveredToError (line 240) | @Test method resultThrowingInOnCompletedDeliveredToPlugin (line 259) | @Test method resultThrowingInOnErrorDeliveredToPlugin (line 291) | @Test FILE: retrofit-adapters/rxjava/src/test/java/retrofit2/adapter/rxjava/ObservableWithSchedulerTest.java class ObservableWithSchedulerTest (line 29) | public final class ObservableWithSchedulerTest { type Service (line 33) | interface Service { method body (line 34) | @GET("/") method response (line 37) | @GET("/") method result (line 40) | @GET("/") method setUp (line 47) | @Before method bodyUsesScheduler (line 58) | @Test method responseUsesScheduler (line 70) | @Test method resultUsesScheduler (line 82) | @Test FILE: retrofit-adapters/rxjava/src/test/java/retrofit2/adapter/rxjava/RecordingSubscriber.java class RecordingSubscriber (line 32) | final class RecordingSubscriber extends Subscriber { method RecordingSubscriber (line 36) | private RecordingSubscriber(long initialRequest) { method onStart (line 40) | @Override method onNext (line 45) | @Override method onCompleted (line 50) | @Override method onError (line 55) | @Override method takeNotification (line 60) | private Notification takeNotification() { method takeValue (line 68) | public T takeValue() { method takeError (line 76) | public Throwable takeError() { method assertAnyValue (line 84) | public RecordingSubscriber assertAnyValue() { method assertValue (line 89) | public RecordingSubscriber assertValue(T value) { method assertCompleted (line 94) | public void assertCompleted() { method assertError (line 102) | public void assertError(Throwable throwable) { method assertError (line 106) | public void assertError(Class errorClass) { method assertError (line 110) | public void assertError(Class errorClass, String ... method assertNoEvents (line 119) | public void assertNoEvents() { method requestMore (line 123) | public void requestMore(long amount) { class Rule (line 127) | public static final class Rule implements TestRule { method create (line 130) | public RecordingSubscriber create() { method createWithInitialRequest (line 134) | public RecordingSubscriber createWithInitialRequest(long init... method apply (line 140) | @Override FILE: retrofit-adapters/rxjava/src/test/java/retrofit2/adapter/rxjava/ResultTest.java class ResultTest (line 25) | public final class ResultTest { method response (line 26) | @Test method nullResponseThrows (line 35) | @Test method error (line 45) | @Test method nullErrorThrows (line 54) | @Test FILE: retrofit-adapters/rxjava/src/test/java/retrofit2/adapter/rxjava/RxJavaCallAdapterFactoryTest.java class RxJavaCallAdapterFactoryTest (line 33) | public final class RxJavaCallAdapterFactoryTest { method setUp (line 39) | @Before method nullSchedulerThrows (line 49) | @Test method nonRxJavaTypeReturnsNull (line 59) | @Test method responseTypes (line 65) | @Test method rawBodyTypeThrows (line 117) | @Test method rawResponseTypeThrows (line 142) | @Test method rawResultTypeThrows (line 165) | @Test FILE: retrofit-adapters/rxjava/src/test/java/retrofit2/adapter/rxjava/RxJavaPluginsResetRule.java class RxJavaPluginsResetRule (line 24) | final class RxJavaPluginsResetRule implements TestRule { method apply (line 25) | @Override FILE: retrofit-adapters/rxjava/src/test/java/retrofit2/adapter/rxjava/SingleTest.java class SingleTest (line 33) | public final class SingleTest { type Service (line 38) | interface Service { method body (line 39) | @GET("/") method response (line 42) | @GET("/") method result (line 45) | @GET("/") method setUp (line 51) | @Before method bodySuccess200 (line 62) | @Test method bodySuccess404 (line 71) | @Test method bodyFailure (line 81) | @Test method bodyThrowingInOnNextDeliveredToError (line 90) | @Test method responseSuccess200 (line 109) | @Test method responseSuccess404 (line 119) | @Test method responseFailure (line 129) | @Test method responseThrowingInOnNextDeliveredToError (line 138) | @Test method resultSuccess200 (line 157) | @Test method resultSuccess404 (line 167) | @Test method resultFailure (line 177) | @Test method resultThrowingInOnNextDeliveredToError (line 187) | @Test method subscribeTwice (line 206) | @Test FILE: retrofit-adapters/rxjava/src/test/java/retrofit2/adapter/rxjava/SingleThrowingTest.java class SingleThrowingTest (line 40) | public final class SingleThrowingTest { type Service (line 45) | interface Service { method body (line 46) | @GET("/") method response (line 49) | @GET("/") method result (line 52) | @GET("/") method setUp (line 58) | @Before method bodyThrowingInOnSuccessDeliveredToPlugin (line 69) | @Test method bodyThrowingInOnErrorDeliveredToPlugin (line 100) | @Test method responseThrowingInOnSuccessDeliveredToPlugin (line 136) | @Test method responseThrowingInOnErrorDeliveredToPlugin (line 167) | @Test method resultThrowingInOnSuccessDeliveredToPlugin (line 203) | @Test method resultThrowingInOnErrorDeliveredToPlugin (line 234) | @Ignore("Single's contract is onNext|onError so we have no way of trig... class ForwardingObserver (line 274) | private abstract static class ForwardingObserver extends SingleSubs... method ForwardingObserver (line 277) | ForwardingObserver(Subscriber delegate) { method onSuccess (line 281) | @Override method onError (line 287) | @Override FILE: retrofit-adapters/rxjava/src/test/java/retrofit2/adapter/rxjava/SingleWithSchedulerTest.java class SingleWithSchedulerTest (line 29) | public final class SingleWithSchedulerTest { type Service (line 33) | interface Service { method body (line 34) | @GET("/") method response (line 37) | @GET("/") method result (line 40) | @GET("/") method setUp (line 47) | @Before method bodyUsesScheduler (line 58) | @Test method responseUsesScheduler (line 70) | @Test method resultUsesScheduler (line 82) | @Test FILE: retrofit-adapters/rxjava/src/test/java/retrofit2/adapter/rxjava/StringConverterFactory.java class StringConverterFactory (line 26) | final class StringConverterFactory extends Converter.Factory { method responseBodyConverter (line 27) | @Override method requestBodyConverter (line 33) | @Override FILE: retrofit-adapters/rxjava2/src/main/java/retrofit2/adapter/rxjava2/BodyObservable.java class BodyObservable (line 26) | final class BodyObservable extends Observable { method BodyObservable (line 29) | BodyObservable(Observable> upstream) { method subscribeActual (line 33) | @Override class BodyObserver (line 38) | private static class BodyObserver implements Observer> { method BodyObserver (line 42) | BodyObserver(Observer observer) { method onSubscribe (line 46) | @Override method onNext (line 51) | @Override method onComplete (line 67) | @Override method onError (line 74) | @Override FILE: retrofit-adapters/rxjava2/src/main/java/retrofit2/adapter/rxjava2/CallEnqueueObservable.java class CallEnqueueObservable (line 28) | final class CallEnqueueObservable extends Observable> { method CallEnqueueObservable (line 31) | CallEnqueueObservable(Call originalCall) { method subscribeActual (line 35) | @Override class CallCallback (line 46) | private static final class CallCallback implements Disposable, Call... method CallCallback (line 52) | CallCallback(Call call, Observer> observer) { method onResponse (line 57) | @Override method onFailure (line 83) | @Override method dispose (line 95) | @Override method isDisposed (line 101) | @Override FILE: retrofit-adapters/rxjava2/src/main/java/retrofit2/adapter/rxjava2/CallExecuteObservable.java class CallExecuteObservable (line 27) | final class CallExecuteObservable extends Observable> { method CallExecuteObservable (line 30) | CallExecuteObservable(Call originalCall) { method subscribeActual (line 34) | @Override class CallDisposable (line 69) | private static final class CallDisposable implements Disposable { method CallDisposable (line 73) | CallDisposable(Call call) { method dispose (line 77) | @Override method isDisposed (line 83) | @Override FILE: retrofit-adapters/rxjava2/src/main/java/retrofit2/adapter/rxjava2/HttpException.java class HttpException (line 21) | @Deprecated method HttpException (line 23) | public HttpException(Response response) { FILE: retrofit-adapters/rxjava2/src/main/java/retrofit2/adapter/rxjava2/Result.java class Result (line 23) | public final class Result { method error (line 24) | @SuppressWarnings("ConstantConditions") // Guarding public API nullabi... method response (line 30) | @SuppressWarnings("ConstantConditions") // Guarding public API nullabi... method Result (line 39) | private Result(@Nullable Response response, @Nullable Throwable err... method response (line 48) | public @Nullable Response response() { method error (line 60) | public @Nullable Throwable error() { method isError (line 65) | public boolean isError() { FILE: retrofit-adapters/rxjava2/src/main/java/retrofit2/adapter/rxjava2/ResultObservable.java class ResultObservable (line 26) | final class ResultObservable extends Observable> { method ResultObservable (line 29) | ResultObservable(Observable> upstream) { method subscribeActual (line 33) | @Override class ResultObserver (line 38) | private static class ResultObserver implements Observer> { method ResultObserver (line 41) | ResultObserver(Observer> observer) { method onSubscribe (line 45) | @Override method onNext (line 50) | @Override method onError (line 55) | @Override method onComplete (line 71) | @Override FILE: retrofit-adapters/rxjava2/src/main/java/retrofit2/adapter/rxjava2/RxJava2CallAdapter.java class RxJava2CallAdapter (line 28) | final class RxJava2CallAdapter implements CallAdapter { method RxJava2CallAdapter (line 39) | RxJava2CallAdapter( method responseType (line 60) | @Override method adapt (line 65) | @Override FILE: retrofit-adapters/rxjava2/src/main/java/retrofit2/adapter/rxjava2/RxJava2CallAdapterFactory.java class RxJava2CallAdapterFactory (line 61) | public final class RxJava2CallAdapterFactory extends CallAdapter.Factory { method create (line 66) | public static RxJava2CallAdapterFactory create() { method createAsync (line 71) | public static RxJava2CallAdapterFactory createAsync() { method createWithScheduler (line 79) | @SuppressWarnings("ConstantConditions") // Guarding public API nullabi... method RxJava2CallAdapterFactory (line 88) | private RxJava2CallAdapterFactory(@Nullable Scheduler scheduler, boole... method get (line 93) | @Override FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/AsyncTest.java class AsyncTest (line 51) | public final class AsyncTest { type Service (line 54) | interface Service { method completable (line 55) | @GET("/") method setUp (line 62) | @Before method tearDown (line 83) | @After method success (line 88) | @Test method failure (line 99) | @Test method throwingInOnCompleteDeliveredToPlugin (line 110) | @Test method bodyThrowingInOnErrorDeliveredToPlugin (line 143) | @Test method bodyThrowingFatalInOnErrorPropagates (line 177) | @Test FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/CancelDisposeTest.java class CancelDisposeTest (line 34) | public final class CancelDisposeTest { type Service (line 37) | interface Service { method go (line 38) | @GET("/") method setUp (line 45) | @Before method disposeCancelsCall (line 57) | @Test method disposeBeforeEnqueueDoesNotEnqueue (line 66) | @SuppressWarnings("ResultOfMethodCallIgnored") method cancelDoesNotDispose (line 74) | @Test FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/CancelDisposeTestSync.java class CancelDisposeTestSync (line 29) | public final class CancelDisposeTestSync { type Service (line 32) | interface Service { method go (line 33) | @GET("/") method setUp (line 40) | @Before method disposeBeforeExecuteDoesNotEnqueue (line 52) | @SuppressWarnings("ResultOfMethodCallIgnored") FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/CompletableTest.java class CompletableTest (line 30) | public final class CompletableTest { type Service (line 37) | interface Service { method completable (line 38) | @GET("/") method setUp (line 44) | @Before method completableSuccess200 (line 54) | @Test method completableSuccess404 (line 63) | @Test method completableFailure (line 73) | @Test method subscribeTwice (line 82) | @Test FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/CompletableThrowingTest.java class CompletableThrowingTest (line 37) | public final class CompletableThrowingTest { type Service (line 45) | interface Service { method completable (line 46) | @GET("/") method setUp (line 52) | @Before method throwingInOnCompleteDeliveredToPlugin (line 62) | @Test method bodyThrowingInOnErrorDeliveredToPlugin (line 91) | @Test class ForwardingCompletableObserver (line 122) | abstract static class ForwardingCompletableObserver implements Complet... method ForwardingCompletableObserver (line 125) | ForwardingCompletableObserver(CompletableObserver delegate) { method onSubscribe (line 129) | @Override method onComplete (line 134) | @Override method onError (line 139) | @Override FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/CompletableWithSchedulerTest.java class CompletableWithSchedulerTest (line 28) | public final class CompletableWithSchedulerTest { type Service (line 35) | interface Service { method completable (line 36) | @GET("/") method setUp (line 43) | @Before method completableUsesScheduler (line 53) | @Test FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/FlowableTest.java class FlowableTest (line 32) | public final class FlowableTest { type Service (line 36) | interface Service { method body (line 37) | @GET("/") method response (line 40) | @GET("/") method result (line 43) | @GET("/") method setUp (line 49) | @Before method bodySuccess200 (line 60) | @Test method bodySuccess404 (line 69) | @Test method bodyFailure (line 79) | @Test method responseSuccess200 (line 88) | @Test method responseSuccess404 (line 98) | @Test method responseFailure (line 108) | @Test method resultSuccess200 (line 117) | @Test method resultSuccess404 (line 129) | @Test method resultFailure (line 141) | @Test method subscribeTwice (line 153) | @Test FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/FlowableThrowingTest.java class FlowableThrowingTest (line 39) | public final class FlowableThrowingTest { type Service (line 44) | interface Service { method body (line 45) | @GET("/") method response (line 48) | @GET("/") method result (line 51) | @GET("/") method setUp (line 57) | @Before method bodyThrowingInOnNextDeliveredToError (line 68) | @Test method bodyThrowingInOnCompleteDeliveredToPlugin (line 87) | @Test method bodyThrowingInOnErrorDeliveredToPlugin (line 118) | @Test method responseThrowingInOnNextDeliveredToError (line 151) | @Test method responseThrowingInOnCompleteDeliveredToPlugin (line 170) | @Test method responseThrowingInOnErrorDeliveredToPlugin (line 201) | @Test method resultThrowingInOnNextDeliveredToError (line 234) | @Test method resultThrowingInOnCompletedDeliveredToPlugin (line 253) | @Test method resultThrowingInOnErrorDeliveredToPlugin (line 284) | @Test class ForwardingSubscriber (line 320) | private abstract static class ForwardingSubscriber implements Subsc... method ForwardingSubscriber (line 323) | ForwardingSubscriber(Subscriber delegate) { method onSubscribe (line 327) | @Override method onNext (line 332) | @Override method onError (line 337) | @Override method onComplete (line 342) | @Override FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/FlowableWithSchedulerTest.java class FlowableWithSchedulerTest (line 29) | public final class FlowableWithSchedulerTest { type Service (line 33) | interface Service { method body (line 34) | @GET("/") method response (line 37) | @GET("/") method result (line 40) | @GET("/") method setUp (line 47) | @Before method bodyUsesScheduler (line 58) | @Test method responseUsesScheduler (line 70) | @Test method resultUsesScheduler (line 82) | @Test FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/MaybeTest.java class MaybeTest (line 32) | public final class MaybeTest { type Service (line 36) | interface Service { method body (line 37) | @GET("/") method response (line 40) | @GET("/") method result (line 43) | @GET("/") method setUp (line 49) | @Before method bodySuccess200 (line 60) | @Test method bodySuccess404 (line 69) | @Test method bodyFailure (line 79) | @Test method responseSuccess200 (line 88) | @Test method responseSuccess404 (line 98) | @Test method responseFailure (line 107) | @Test method resultSuccess200 (line 116) | @Test method resultSuccess404 (line 127) | @Test method resultFailure (line 138) | @Test method subscribeTwice (line 149) | @Test FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/MaybeThrowingTest.java class MaybeThrowingTest (line 40) | public final class MaybeThrowingTest { type Service (line 45) | interface Service { method body (line 46) | @GET("/") method response (line 49) | @GET("/") method result (line 52) | @GET("/") method setUp (line 58) | @Before method bodyThrowingInOnSuccessDeliveredToPlugin (line 69) | @Test method bodyThrowingInOnErrorDeliveredToPlugin (line 98) | @Test method responseThrowingInOnSuccessDeliveredToPlugin (line 131) | @Test method responseThrowingInOnErrorDeliveredToPlugin (line 160) | @Test method resultThrowingInOnSuccessDeliveredToPlugin (line 193) | @Test method resultThrowingInOnErrorDeliveredToPlugin (line 222) | @Ignore("Single's contract is onNext|onError so we have no way of trig... class ForwardingObserver (line 259) | private abstract static class ForwardingObserver implements MaybeOb... method ForwardingObserver (line 262) | ForwardingObserver(MaybeObserver delegate) { method onSubscribe (line 266) | @Override method onSuccess (line 271) | @Override method onError (line 276) | @Override method onComplete (line 281) | @Override FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/MaybeWithSchedulerTest.java class MaybeWithSchedulerTest (line 29) | public final class MaybeWithSchedulerTest { type Service (line 33) | interface Service { method body (line 34) | @GET("/") method response (line 37) | @GET("/") method result (line 40) | @GET("/") method setUp (line 47) | @Before method bodyUsesScheduler (line 58) | @Test method responseUsesScheduler (line 70) | @Test method resultUsesScheduler (line 82) | @Test FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/ObservableTest.java class ObservableTest (line 33) | public final class ObservableTest { type Service (line 37) | interface Service { method body (line 38) | @GET("/") method response (line 41) | @GET("/") method result (line 44) | @GET("/") method setUp (line 50) | @Before method bodySuccess200 (line 61) | @Test method bodySuccess404 (line 70) | @Test method bodyFailure (line 80) | @Test method responseSuccess200 (line 89) | @Test method responseSuccess404 (line 99) | @Test method responseFailure (line 109) | @Test method resultSuccess200 (line 118) | @Test method resultSuccess404 (line 130) | @Test method resultFailure (line 142) | @Test method observableAssembly (line 154) | @Test method subscribeTwice (line 165) | @Test FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/ObservableThrowingTest.java class ObservableThrowingTest (line 39) | public final class ObservableThrowingTest { type Service (line 44) | interface Service { method body (line 45) | @GET("/") method response (line 48) | @GET("/") method result (line 51) | @GET("/") method setUp (line 57) | @Before method bodyThrowingInOnNextDeliveredToError (line 68) | @Test method bodyThrowingInOnCompleteDeliveredToPlugin (line 87) | @Test method bodyThrowingInOnErrorDeliveredToPlugin (line 118) | @Test method responseThrowingInOnNextDeliveredToError (line 151) | @Test method responseThrowingInOnCompleteDeliveredToPlugin (line 170) | @Test method responseThrowingInOnErrorDeliveredToPlugin (line 201) | @Test method resultThrowingInOnNextDeliveredToError (line 234) | @Test method resultThrowingInOnCompletedDeliveredToPlugin (line 253) | @Test method resultThrowingInOnErrorDeliveredToPlugin (line 284) | @Test class ForwardingObserver (line 320) | private abstract static class ForwardingObserver implements Observe... method ForwardingObserver (line 323) | ForwardingObserver(Observer delegate) { method onSubscribe (line 327) | @Override method onNext (line 332) | @Override method onError (line 337) | @Override method onComplete (line 342) | @Override FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/ObservableWithSchedulerTest.java class ObservableWithSchedulerTest (line 29) | public final class ObservableWithSchedulerTest { type Service (line 33) | interface Service { method body (line 34) | @GET("/") method response (line 37) | @GET("/") method result (line 40) | @GET("/") method setUp (line 47) | @Before method bodyUsesScheduler (line 58) | @Test method responseUsesScheduler (line 70) | @Test method resultUsesScheduler (line 82) | @Test FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/RecordingCompletableObserver.java class RecordingCompletableObserver (line 33) | final class RecordingCompletableObserver implements CompletableObserver { method RecordingCompletableObserver (line 36) | private RecordingCompletableObserver() {} method onSubscribe (line 38) | @Override method onComplete (line 41) | @Override method onError (line 46) | @Override method takeNotification (line 51) | private Notification takeNotification() { method takeError (line 59) | public Throwable takeError() { method assertComplete (line 67) | public void assertComplete() { method assertError (line 75) | public void assertError(Throwable throwable) { method assertError (line 79) | public void assertError(Class errorClass) { method assertError (line 83) | public void assertError(Class errorClass, String ... method assertNoEvents (line 92) | public void assertNoEvents() { class Rule (line 96) | public static final class Rule implements TestRule { method create (line 99) | public RecordingCompletableObserver create() { method apply (line 105) | @Override FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/RecordingMaybeObserver.java class RecordingMaybeObserver (line 34) | final class RecordingMaybeObserver implements MaybeObserver { method RecordingMaybeObserver (line 37) | private RecordingMaybeObserver() {} method onSubscribe (line 39) | @Override method onSuccess (line 42) | @Override method onError (line 47) | @Override method onComplete (line 52) | @Override method takeNotification (line 57) | private Notification takeNotification() { method takeValue (line 65) | public T takeValue() { method takeError (line 73) | public Throwable takeError() { method assertAnyValue (line 81) | public RecordingMaybeObserver assertAnyValue() { method assertValue (line 86) | public RecordingMaybeObserver assertValue(T value) { method assertError (line 91) | public void assertError(Throwable throwable) { method assertError (line 95) | public void assertError(Class errorClass) { method assertError (line 99) | public void assertError(Class errorClass, String ... method assertNoEvents (line 108) | public void assertNoEvents() { class Rule (line 112) | public static final class Rule implements TestRule { method create (line 115) | public RecordingMaybeObserver create() { method apply (line 121) | @Override FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/RecordingObserver.java class RecordingObserver (line 33) | final class RecordingObserver implements Observer { method RecordingObserver (line 36) | private RecordingObserver() {} method onSubscribe (line 38) | @Override method onNext (line 41) | @Override method onComplete (line 46) | @Override method onError (line 51) | @Override method takeNotification (line 56) | private Notification takeNotification() { method takeValue (line 64) | public T takeValue() { method takeError (line 72) | public Throwable takeError() { method assertAnyValue (line 80) | public RecordingObserver assertAnyValue() { method assertValue (line 85) | public RecordingObserver assertValue(T value) { method assertComplete (line 90) | public void assertComplete() { method assertError (line 98) | public void assertError(Throwable throwable) { method assertError (line 102) | public void assertError(Class errorClass) { method assertError (line 106) | public void assertError(Class errorClass, String ... method assertNoEvents (line 115) | public void assertNoEvents() { class Rule (line 119) | public static final class Rule implements TestRule { method create (line 122) | public RecordingObserver create() { method apply (line 128) | @Override FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/RecordingSingleObserver.java class RecordingSingleObserver (line 34) | final class RecordingSingleObserver implements SingleObserver { method RecordingSingleObserver (line 37) | private RecordingSingleObserver() {} method onSubscribe (line 39) | @Override method onSuccess (line 42) | @Override method onError (line 47) | @Override method takeNotification (line 52) | private Notification takeNotification() { method takeValue (line 60) | public T takeValue() { method takeError (line 68) | public Throwable takeError() { method assertAnyValue (line 76) | public RecordingSingleObserver assertAnyValue() { method assertValue (line 81) | public RecordingSingleObserver assertValue(T value) { method assertError (line 86) | public void assertError(Throwable throwable) { method assertError (line 90) | public void assertError(Class errorClass) { method assertError (line 94) | public void assertError(Class errorClass, String ... method assertNoEvents (line 103) | public void assertNoEvents() { class Rule (line 107) | public static final class Rule implements TestRule { method create (line 110) | public RecordingSingleObserver create() { method apply (line 116) | @Override FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/RecordingSubscriber.java class RecordingSubscriber (line 33) | final class RecordingSubscriber implements Subscriber { method RecordingSubscriber (line 39) | private RecordingSubscriber(long initialRequest) { method onSubscribe (line 43) | @Override method onNext (line 50) | @Override method onComplete (line 55) | @Override method onError (line 60) | @Override method takeNotification (line 65) | private Notification takeNotification() { method takeValue (line 73) | public T takeValue() { method takeError (line 81) | public Throwable takeError() { method assertAnyValue (line 89) | public RecordingSubscriber assertAnyValue() { method assertValue (line 94) | public RecordingSubscriber assertValue(T value) { method assertComplete (line 99) | public void assertComplete() { method assertError (line 107) | public void assertError(Throwable throwable) { method assertError (line 111) | public void assertError(Class errorClass) { method assertError (line 115) | public void assertError(Class errorClass, String ... method assertNoEvents (line 124) | public void assertNoEvents() { method request (line 128) | public void request(long amount) { class Rule (line 135) | public static final class Rule implements TestRule { method create (line 138) | public RecordingSubscriber create() { method createWithInitialRequest (line 142) | public RecordingSubscriber createWithInitialRequest(long init... method apply (line 148) | @Override FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/ResultTest.java class ResultTest (line 25) | public final class ResultTest { method response (line 26) | @Test method nullResponseThrows (line 35) | @Test method error (line 45) | @Test method nullErrorThrows (line 54) | @Test FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/RxJava2CallAdapterFactoryTest.java class RxJava2CallAdapterFactoryTest (line 36) | public class RxJava2CallAdapterFactoryTest { method setUp (line 42) | @Before method nullSchedulerThrows (line 52) | @Test method nonRxJavaTypeReturnsNull (line 62) | @Test method responseTypes (line 68) | @Test method rawBodyTypeThrows (line 162) | @Test method rawResponseTypeThrows (line 209) | @Test method rawResultTypeThrows (line 252) | @Test FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/RxJavaPluginsResetRule.java class RxJavaPluginsResetRule (line 23) | final class RxJavaPluginsResetRule implements TestRule { method apply (line 24) | @Override FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/SingleTest.java class SingleTest (line 32) | public final class SingleTest { type Service (line 36) | interface Service { method body (line 37) | @GET("/") method response (line 40) | @GET("/") method result (line 43) | @GET("/") method setUp (line 49) | @Before method bodySuccess200 (line 60) | @Test method bodySuccess404 (line 69) | @Test method bodyFailure (line 79) | @Test method responseSuccess200 (line 88) | @Test method responseSuccess404 (line 98) | @Test method responseFailure (line 107) | @Test method resultSuccess200 (line 116) | @Test method resultSuccess404 (line 127) | @Test method resultFailure (line 138) | @Test method subscribeTwice (line 149) | @Test FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/SingleThrowingTest.java class SingleThrowingTest (line 40) | public final class SingleThrowingTest { type Service (line 47) | interface Service { method body (line 48) | @GET("/") method response (line 51) | @GET("/") method result (line 54) | @GET("/") method setUp (line 60) | @Before method bodyThrowingInOnSuccessDeliveredToPlugin (line 71) | @Test method bodyThrowingInOnErrorDeliveredToPlugin (line 100) | @Test method responseThrowingInOnSuccessDeliveredToPlugin (line 133) | @Test method responseThrowingInOnErrorDeliveredToPlugin (line 162) | @Test method resultThrowingInOnSuccessDeliveredToPlugin (line 195) | @Test method resultThrowingInOnErrorDeliveredToPlugin (line 224) | @Ignore("Single's contract is onNext|onError so we have no way of trig... class ForwardingObserver (line 261) | private abstract static class ForwardingObserver implements SingleO... method ForwardingObserver (line 264) | ForwardingObserver(SingleObserver delegate) { method onSubscribe (line 268) | @Override method onSuccess (line 273) | @Override method onError (line 278) | @Override FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/SingleWithSchedulerTest.java class SingleWithSchedulerTest (line 29) | public final class SingleWithSchedulerTest { type Service (line 33) | interface Service { method body (line 34) | @GET("/") method response (line 37) | @GET("/") method result (line 40) | @GET("/") method setUp (line 47) | @Before method bodyUsesScheduler (line 58) | @Test method responseUsesScheduler (line 70) | @Test method resultUsesScheduler (line 82) | @Test FILE: retrofit-adapters/rxjava2/src/test/java/retrofit2/adapter/rxjava2/StringConverterFactory.java class StringConverterFactory (line 26) | final class StringConverterFactory extends Converter.Factory { method responseBodyConverter (line 27) | @Override method requestBodyConverter (line 33) | @Override FILE: retrofit-adapters/rxjava3/src/main/java/retrofit2/adapter/rxjava3/BodyObservable.java class BodyObservable (line 26) | final class BodyObservable extends Observable { method BodyObservable (line 29) | BodyObservable(Observable> upstream) { method subscribeActual (line 33) | @Override class BodyObserver (line 38) | private static class BodyObserver implements Observer> { method BodyObserver (line 42) | BodyObserver(Observer observer) { method onSubscribe (line 46) | @Override method onNext (line 51) | @Override method onComplete (line 67) | @Override method onError (line 74) | @Override FILE: retrofit-adapters/rxjava3/src/main/java/retrofit2/adapter/rxjava3/CallEnqueueObservable.java class CallEnqueueObservable (line 28) | final class CallEnqueueObservable extends Observable> { method CallEnqueueObservable (line 31) | CallEnqueueObservable(Call originalCall) { method subscribeActual (line 35) | @Override class CallCallback (line 46) | private static final class CallCallback implements Disposable, Call... method CallCallback (line 52) | CallCallback(Call call, Observer> observer) { method onResponse (line 57) | @Override method onFailure (line 83) | @Override method dispose (line 95) | @Override method isDisposed (line 101) | @Override FILE: retrofit-adapters/rxjava3/src/main/java/retrofit2/adapter/rxjava3/CallExecuteObservable.java class CallExecuteObservable (line 27) | final class CallExecuteObservable extends Observable> { method CallExecuteObservable (line 30) | CallExecuteObservable(Call originalCall) { method subscribeActual (line 34) | @Override class CallDisposable (line 69) | private static final class CallDisposable implements Disposable { method CallDisposable (line 73) | CallDisposable(Call call) { method dispose (line 77) | @Override method isDisposed (line 83) | @Override FILE: retrofit-adapters/rxjava3/src/main/java/retrofit2/adapter/rxjava3/HttpException.java class HttpException (line 21) | @Deprecated method HttpException (line 23) | public HttpException(Response response) { FILE: retrofit-adapters/rxjava3/src/main/java/retrofit2/adapter/rxjava3/Result.java class Result (line 23) | public final class Result { method error (line 24) | @SuppressWarnings("ConstantConditions") // Guarding public API nullabi... method response (line 30) | @SuppressWarnings("ConstantConditions") // Guarding public API nullabi... method Result (line 39) | private Result(@Nullable Response response, @Nullable Throwable err... method response (line 48) | public @Nullable Response response() { method error (line 60) | public @Nullable Throwable error() { method isError (line 65) | public boolean isError() { FILE: retrofit-adapters/rxjava3/src/main/java/retrofit2/adapter/rxjava3/ResultObservable.java class ResultObservable (line 26) | final class ResultObservable extends Observable> { method ResultObservable (line 29) | ResultObservable(Observable> upstream) { method subscribeActual (line 33) | @Override class ResultObserver (line 38) | private static class ResultObserver implements Observer> { method ResultObserver (line 41) | ResultObserver(Observer> observer) { method onSubscribe (line 45) | @Override method onNext (line 50) | @Override method onError (line 55) | @Override method onComplete (line 71) | @Override FILE: retrofit-adapters/rxjava3/src/main/java/retrofit2/adapter/rxjava3/RxJava3CallAdapter.java class RxJava3CallAdapter (line 28) | final class RxJava3CallAdapter implements CallAdapter { method RxJava3CallAdapter (line 39) | RxJava3CallAdapter( method responseType (line 60) | @Override method adapt (line 65) | @Override FILE: retrofit-adapters/rxjava3/src/main/java/retrofit2/adapter/rxjava3/RxJava3CallAdapterFactory.java class RxJava3CallAdapterFactory (line 61) | public final class RxJava3CallAdapterFactory extends CallAdapter.Factory { method create (line 67) | public static RxJava3CallAdapterFactory create() { method createSynchronous (line 76) | public static RxJava3CallAdapterFactory createSynchronous() { method createWithScheduler (line 84) | @SuppressWarnings("ConstantConditions") // Guarding public API nullabi... method RxJava3CallAdapterFactory (line 93) | private RxJava3CallAdapterFactory(@Nullable Scheduler scheduler, boole... method get (line 98) | @Override FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/AsyncTest.java class AsyncTest (line 50) | public final class AsyncTest { type Service (line 53) | interface Service { method completable (line 54) | @GET("/") method setUp (line 61) | @Before method tearDown (line 82) | @After method success (line 87) | @Test method failure (line 98) | @Test method throwingInOnCompleteDeliveredToPlugin (line 109) | @Test method bodyThrowingInOnErrorDeliveredToPlugin (line 139) | @Test method bodyThrowingFatalInOnErrorPropagates (line 173) | @Test FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/CancelDisposeTest.java class CancelDisposeTest (line 34) | public final class CancelDisposeTest { type Service (line 37) | interface Service { method go (line 38) | @GET("/") method setUp (line 45) | @Before method disposeCancelsCall (line 57) | @Test method disposeBeforeEnqueueDoesNotEnqueue (line 66) | @SuppressWarnings("ResultOfMethodCallIgnored") method cancelDoesNotDispose (line 74) | @Test FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/CancelDisposeTestSync.java class CancelDisposeTestSync (line 29) | public final class CancelDisposeTestSync { type Service (line 32) | interface Service { method go (line 33) | @GET("/") method setUp (line 40) | @Before method disposeBeforeExecuteDoesNotEnqueue (line 52) | @SuppressWarnings("ResultOfMethodCallIgnored") FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/CompletableTest.java class CompletableTest (line 30) | public final class CompletableTest { type Service (line 37) | interface Service { method completable (line 38) | @GET("/") method setUp (line 44) | @Before method completableSuccess200 (line 54) | @Test method completableSuccess404 (line 63) | @Test method completableFailure (line 73) | @Test method subscribeTwice (line 82) | @Test FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/CompletableThrowingTest.java class CompletableThrowingTest (line 36) | public final class CompletableThrowingTest { type Service (line 44) | interface Service { method completable (line 45) | @GET("/") method setUp (line 51) | @Before method throwingInOnCompleteDeliveredToPlugin (line 61) | @Test method bodyThrowingInOnErrorDeliveredToPlugin (line 88) | @Test class ForwardingCompletableObserver (line 119) | abstract static class ForwardingCompletableObserver implements Complet... method ForwardingCompletableObserver (line 122) | ForwardingCompletableObserver(CompletableObserver delegate) { method onSubscribe (line 126) | @Override method onComplete (line 131) | @Override method onError (line 136) | @Override FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/CompletableWithSchedulerTest.java class CompletableWithSchedulerTest (line 28) | public final class CompletableWithSchedulerTest { type Service (line 35) | interface Service { method completable (line 36) | @GET("/") method setUp (line 43) | @Before method completableUsesScheduler (line 53) | @Test FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/FlowableTest.java class FlowableTest (line 32) | public final class FlowableTest { type Service (line 36) | interface Service { method body (line 37) | @GET("/") method response (line 40) | @GET("/") method result (line 43) | @GET("/") method setUp (line 49) | @Before method bodySuccess200 (line 60) | @Test method bodySuccess404 (line 69) | @Test method bodyFailure (line 79) | @Test method responseSuccess200 (line 88) | @Test method responseSuccess404 (line 98) | @Test method responseFailure (line 108) | @Test method resultSuccess200 (line 117) | @Test method resultSuccess404 (line 129) | @Test method resultFailure (line 141) | @Test method subscribeTwice (line 153) | @Test FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/FlowableThrowingTest.java class FlowableThrowingTest (line 38) | public final class FlowableThrowingTest { type Service (line 43) | interface Service { method body (line 44) | @GET("/") method response (line 47) | @GET("/") method result (line 50) | @GET("/") method setUp (line 56) | @Before method bodyThrowingInOnNextDeliveredToError (line 67) | @Test method bodyThrowingInOnCompleteDeliveredToPlugin (line 86) | @Test method bodyThrowingInOnErrorDeliveredToPlugin (line 114) | @Test method responseThrowingInOnNextDeliveredToError (line 147) | @Test method responseThrowingInOnCompleteDeliveredToPlugin (line 166) | @Test method responseThrowingInOnErrorDeliveredToPlugin (line 194) | @Test method resultThrowingInOnNextDeliveredToError (line 227) | @Test method resultThrowingInOnCompletedDeliveredToPlugin (line 246) | @Test method resultThrowingInOnErrorDeliveredToPlugin (line 274) | @Test class ForwardingSubscriber (line 310) | private abstract static class ForwardingSubscriber implements Subsc... method ForwardingSubscriber (line 313) | ForwardingSubscriber(Subscriber delegate) { method onSubscribe (line 317) | @Override method onNext (line 322) | @Override method onError (line 327) | @Override method onComplete (line 332) | @Override FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/FlowableWithSchedulerTest.java class FlowableWithSchedulerTest (line 29) | public final class FlowableWithSchedulerTest { type Service (line 33) | interface Service { method body (line 34) | @GET("/") method response (line 37) | @GET("/") method result (line 40) | @GET("/") method setUp (line 47) | @Before method bodyUsesScheduler (line 58) | @Test method responseUsesScheduler (line 70) | @Test method resultUsesScheduler (line 82) | @Test FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/MaybeTest.java class MaybeTest (line 32) | public final class MaybeTest { type Service (line 36) | interface Service { method body (line 37) | @GET("/") method response (line 40) | @GET("/") method result (line 43) | @GET("/") method setUp (line 49) | @Before method bodySuccess200 (line 60) | @Test method bodySuccess404 (line 69) | @Test method bodyFailure (line 79) | @Test method responseSuccess200 (line 88) | @Test method responseSuccess404 (line 98) | @Test method responseFailure (line 107) | @Test method resultSuccess200 (line 116) | @Test method resultSuccess404 (line 127) | @Test method resultFailure (line 138) | @Test method subscribeTwice (line 149) | @Test FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/MaybeThrowingTest.java class MaybeThrowingTest (line 39) | public final class MaybeThrowingTest { type Service (line 44) | interface Service { method body (line 45) | @GET("/") method response (line 48) | @GET("/") method result (line 51) | @GET("/") method setUp (line 57) | @Before method bodyThrowingInOnSuccessDeliveredToPlugin (line 68) | @Test method bodyThrowingInOnErrorDeliveredToPlugin (line 95) | @Test method responseThrowingInOnSuccessDeliveredToPlugin (line 128) | @Test method responseThrowingInOnErrorDeliveredToPlugin (line 155) | @Test method resultThrowingInOnSuccessDeliveredToPlugin (line 188) | @Test method resultThrowingInOnErrorDeliveredToPlugin (line 215) | @Ignore("Single's contract is onNext|onError so we have no way of trig... class ForwardingObserver (line 252) | private abstract static class ForwardingObserver implements MaybeOb... method ForwardingObserver (line 255) | ForwardingObserver(MaybeObserver delegate) { method onSubscribe (line 259) | @Override method onSuccess (line 264) | @Override method onError (line 269) | @Override method onComplete (line 274) | @Override FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/MaybeWithSchedulerTest.java class MaybeWithSchedulerTest (line 29) | public final class MaybeWithSchedulerTest { type Service (line 33) | interface Service { method body (line 34) | @GET("/") method response (line 37) | @GET("/") method result (line 40) | @GET("/") method setUp (line 47) | @Before method bodyUsesScheduler (line 58) | @Test method responseUsesScheduler (line 70) | @Test method resultUsesScheduler (line 82) | @Test FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/ObservableTest.java class ObservableTest (line 33) | public final class ObservableTest { type Service (line 37) | interface Service { method body (line 38) | @GET("/") method response (line 41) | @GET("/") method result (line 44) | @GET("/") method setUp (line 50) | @Before method bodySuccess200 (line 61) | @Test method bodySuccess404 (line 70) | @Test method bodyFailure (line 80) | @Test method responseSuccess200 (line 89) | @Test method responseSuccess404 (line 99) | @Test method responseFailure (line 109) | @Test method resultSuccess200 (line 118) | @Test method resultSuccess404 (line 130) | @Test method resultFailure (line 142) | @Test method observableAssembly (line 154) | @Test method subscribeTwice (line 165) | @Test FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/ObservableThrowingTest.java class ObservableThrowingTest (line 38) | public final class ObservableThrowingTest { type Service (line 43) | interface Service { method body (line 44) | @GET("/") method response (line 47) | @GET("/") method result (line 50) | @GET("/") method setUp (line 56) | @Before method bodyThrowingInOnNextDeliveredToError (line 67) | @Test method bodyThrowingInOnCompleteDeliveredToPlugin (line 86) | @Test method bodyThrowingInOnErrorDeliveredToPlugin (line 114) | @Test method responseThrowingInOnNextDeliveredToError (line 147) | @Test method responseThrowingInOnCompleteDeliveredToPlugin (line 166) | @Test method responseThrowingInOnErrorDeliveredToPlugin (line 194) | @Test method resultThrowingInOnNextDeliveredToError (line 227) | @Test method resultThrowingInOnCompletedDeliveredToPlugin (line 246) | @Test method resultThrowingInOnErrorDeliveredToPlugin (line 274) | @Test class ForwardingObserver (line 310) | private abstract static class ForwardingObserver implements Observe... method ForwardingObserver (line 313) | ForwardingObserver(Observer delegate) { method onSubscribe (line 317) | @Override method onNext (line 322) | @Override method onError (line 327) | @Override method onComplete (line 332) | @Override FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/ObservableWithSchedulerTest.java class ObservableWithSchedulerTest (line 29) | public final class ObservableWithSchedulerTest { type Service (line 33) | interface Service { method body (line 34) | @GET("/") method response (line 37) | @GET("/") method result (line 40) | @GET("/") method setUp (line 47) | @Before method bodyUsesScheduler (line 58) | @Test method responseUsesScheduler (line 70) | @Test method resultUsesScheduler (line 82) | @Test FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/RecordingCompletableObserver.java class RecordingCompletableObserver (line 33) | final class RecordingCompletableObserver implements CompletableObserver { method RecordingCompletableObserver (line 36) | private RecordingCompletableObserver() {} method onSubscribe (line 38) | @Override method onComplete (line 41) | @Override method onError (line 46) | @Override method takeNotification (line 51) | private Notification takeNotification() { method takeError (line 59) | public Throwable takeError() { method assertComplete (line 67) | public void assertComplete() { method assertError (line 75) | public void assertError(Throwable throwable) { method assertError (line 79) | public void assertError(Class errorClass) { method assertError (line 83) | public void assertError(Class errorClass, String ... method assertNoEvents (line 92) | public void assertNoEvents() { class Rule (line 96) | public static final class Rule implements TestRule { method create (line 99) | public RecordingCompletableObserver create() { method apply (line 105) | @Override FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/RecordingMaybeObserver.java class RecordingMaybeObserver (line 34) | final class RecordingMaybeObserver implements MaybeObserver { method RecordingMaybeObserver (line 37) | private RecordingMaybeObserver() {} method onSubscribe (line 39) | @Override method onSuccess (line 42) | @Override method onError (line 47) | @Override method onComplete (line 52) | @Override method takeNotification (line 57) | private Notification takeNotification() { method takeValue (line 65) | public T takeValue() { method takeError (line 73) | public Throwable takeError() { method assertAnyValue (line 81) | public RecordingMaybeObserver assertAnyValue() { method assertValue (line 86) | public RecordingMaybeObserver assertValue(T value) { method assertError (line 91) | public void assertError(Throwable throwable) { method assertError (line 95) | public void assertError(Class errorClass) { method assertError (line 99) | public void assertError(Class errorClass, String ... method assertNoEvents (line 108) | public void assertNoEvents() { class Rule (line 112) | public static final class Rule implements TestRule { method create (line 115) | public RecordingMaybeObserver create() { method apply (line 121) | @Override FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/RecordingObserver.java class RecordingObserver (line 33) | final class RecordingObserver implements Observer { method RecordingObserver (line 36) | private RecordingObserver() {} method onSubscribe (line 38) | @Override method onNext (line 41) | @Override method onComplete (line 46) | @Override method onError (line 51) | @Override method takeNotification (line 56) | private Notification takeNotification() { method takeValue (line 64) | public T takeValue() { method takeError (line 72) | public Throwable takeError() { method assertAnyValue (line 80) | public RecordingObserver assertAnyValue() { method assertValue (line 85) | public RecordingObserver assertValue(T value) { method assertComplete (line 90) | public void assertComplete() { method assertError (line 98) | public void assertError(Throwable throwable) { method assertError (line 102) | public void assertError(Class errorClass) { method assertError (line 106) | public void assertError(Class errorClass, String ... method assertNoEvents (line 115) | public void assertNoEvents() { class Rule (line 119) | public static final class Rule implements TestRule { method create (line 122) | public RecordingObserver create() { method apply (line 128) | @Override FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/RecordingSingleObserver.java class RecordingSingleObserver (line 34) | final class RecordingSingleObserver implements SingleObserver { method RecordingSingleObserver (line 37) | private RecordingSingleObserver() {} method onSubscribe (line 39) | @Override method onSuccess (line 42) | @Override method onError (line 47) | @Override method takeNotification (line 52) | private Notification takeNotification() { method takeValue (line 60) | public T takeValue() { method takeError (line 68) | public Throwable takeError() { method assertAnyValue (line 76) | public RecordingSingleObserver assertAnyValue() { method assertValue (line 81) | public RecordingSingleObserver assertValue(T value) { method assertError (line 86) | public void assertError(Throwable throwable) { method assertError (line 90) | public void assertError(Class errorClass) { method assertError (line 94) | public void assertError(Class errorClass, String ... method assertNoEvents (line 103) | public void assertNoEvents() { class Rule (line 107) | public static final class Rule implements TestRule { method create (line 110) | public RecordingSingleObserver create() { method apply (line 116) | @Override FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/RecordingSubscriber.java class RecordingSubscriber (line 34) | final class RecordingSubscriber implements FlowableSubscriber { method RecordingSubscriber (line 40) | private RecordingSubscriber(long initialRequest) { method onSubscribe (line 44) | @Override method onNext (line 51) | @Override method onComplete (line 56) | @Override method onError (line 61) | @Override method takeNotification (line 66) | private Notification takeNotification() { method takeValue (line 74) | public T takeValue() { method takeError (line 82) | public Throwable takeError() { method assertAnyValue (line 90) | public RecordingSubscriber assertAnyValue() { method assertValue (line 95) | public RecordingSubscriber assertValue(T value) { method assertComplete (line 100) | public void assertComplete() { method assertError (line 108) | public void assertError(Throwable throwable) { method assertError (line 112) | public void assertError(Class errorClass) { method assertError (line 116) | public void assertError(Class errorClass, String ... method assertNoEvents (line 125) | public void assertNoEvents() { method request (line 129) | public void request(long amount) { class Rule (line 136) | public static final class Rule implements TestRule { method create (line 139) | public RecordingSubscriber create() { method createWithInitialRequest (line 143) | public RecordingSubscriber createWithInitialRequest(long init... method apply (line 149) | @Override FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/ResultTest.java class ResultTest (line 25) | public final class ResultTest { method response (line 26) | @Test method nullResponseThrows (line 35) | @Test method error (line 45) | @Test method nullErrorThrows (line 54) | @Test FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/RxJava3CallAdapterFactoryTest.java class RxJava3CallAdapterFactoryTest (line 36) | public class RxJava3CallAdapterFactoryTest { method setUp (line 42) | @Before method nullSchedulerThrows (line 52) | @Test method nonRxJavaTypeReturnsNull (line 62) | @Test method responseTypes (line 68) | @Test method rawBodyTypeThrows (line 162) | @Test method rawResponseTypeThrows (line 209) | @Test method rawResultTypeThrows (line 252) | @Test FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/RxJavaPluginsResetRule.java class RxJavaPluginsResetRule (line 23) | final class RxJavaPluginsResetRule implements TestRule { method apply (line 24) | @Override FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/SingleTest.java class SingleTest (line 32) | public final class SingleTest { type Service (line 36) | interface Service { method body (line 37) | @GET("/") method response (line 40) | @GET("/") method result (line 43) | @GET("/") method setUp (line 49) | @Before method bodySuccess200 (line 60) | @Test method bodySuccess404 (line 69) | @Test method bodyFailure (line 79) | @Test method responseSuccess200 (line 88) | @Test method responseSuccess404 (line 98) | @Test method responseFailure (line 107) | @Test method resultSuccess200 (line 116) | @Test method resultSuccess404 (line 127) | @Test method resultFailure (line 138) | @Test method subscribeTwice (line 149) | @Test FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/SingleThrowingTest.java class SingleThrowingTest (line 39) | public final class SingleThrowingTest { type Service (line 46) | interface Service { method body (line 47) | @GET("/") method response (line 50) | @GET("/") method result (line 53) | @GET("/") method setUp (line 59) | @Before method bodyThrowingInOnSuccessDeliveredToPlugin (line 70) | @Test method bodyThrowingInOnErrorDeliveredToPlugin (line 97) | @Test method responseThrowingInOnSuccessDeliveredToPlugin (line 130) | @Test method responseThrowingInOnErrorDeliveredToPlugin (line 157) | @Test method resultThrowingInOnSuccessDeliveredToPlugin (line 190) | @Test method resultThrowingInOnErrorDeliveredToPlugin (line 217) | @Ignore("Single's contract is onNext|onError so we have no way of trig... class ForwardingObserver (line 254) | private abstract static class ForwardingObserver implements SingleO... method ForwardingObserver (line 257) | ForwardingObserver(SingleObserver delegate) { method onSubscribe (line 261) | @Override method onSuccess (line 266) | @Override method onError (line 271) | @Override FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/SingleWithSchedulerTest.java class SingleWithSchedulerTest (line 29) | public final class SingleWithSchedulerTest { type Service (line 33) | interface Service { method body (line 34) | @GET("/") method response (line 37) | @GET("/") method result (line 40) | @GET("/") method setUp (line 47) | @Before method bodyUsesScheduler (line 58) | @Test method responseUsesScheduler (line 70) | @Test method resultUsesScheduler (line 82) | @Test FILE: retrofit-adapters/rxjava3/src/test/java/retrofit2/adapter/rxjava3/StringConverterFactory.java class StringConverterFactory (line 26) | final class StringConverterFactory extends Converter.Factory { method responseBodyConverter (line 27) | @Override method requestBodyConverter (line 33) | @Override FILE: retrofit-adapters/scala/src/main/java/retrofit2/adapter/scala/BodyCallAdapter.java class BodyCallAdapter (line 27) | final class BodyCallAdapter implements CallAdapter> { method BodyCallAdapter (line 30) | BodyCallAdapter(Type responseType) { method responseType (line 34) | @Override method adapt (line 39) | @Override FILE: retrofit-adapters/scala/src/main/java/retrofit2/adapter/scala/ResponseCallAdapter.java class ResponseCallAdapter (line 26) | final class ResponseCallAdapter implements CallAdapter implements Converter adapter, boolean st... method convert (line 45) | @Override method writeJson (line 56) | static void writeJson(BufferedSink sink, Gson gson, TypeAdapter... FILE: retrofit-converters/gson/src/main/java/retrofit2/converter/gson/GsonResponseBodyConverter.java class GsonResponseBodyConverter (line 27) | final class GsonResponseBodyConverter implements Converter adapter) { method convert (line 36) | @Override FILE: retrofit-converters/gson/src/main/java/retrofit2/converter/gson/GsonStreamingRequestBody.java class GsonStreamingRequestBody (line 28) | final class GsonStreamingRequestBody extends RequestBody { method GsonStreamingRequestBody (line 33) | public GsonStreamingRequestBody(Gson gson, TypeAdapter adapter, T v... method contentType (line 39) | @Override method writeTo (line 44) | @Override FILE: retrofit-converters/gson/src/test/java/retrofit2/converter/gson/GsonConverterFactoryTest.java class GsonConverterFactoryTest (line 49) | @RunWith(TestParameterInjector.class) type AnInterface (line 51) | interface AnInterface { method getName (line 52) | String getName(); class AnImplementation (line 55) | static class AnImplementation implements AnInterface { method AnImplementation (line 58) | AnImplementation(String name) { method getName (line 62) | @Override class ErroringValue (line 68) | static final class ErroringValue { method write (line 71) | @Override method read (line 76) | @Override method ErroringValue (line 88) | ErroringValue(String theName) { class AnInterfaceAdapter (line 93) | static class AnInterfaceAdapter extends TypeAdapter { method write (line 94) | @Override method read (line 101) | @Override type Service (line 119) | interface Service { method anImplementation (line 120) | @POST("/") method anInterface (line 123) | @POST("/") method readErroringValue (line 126) | @GET("/") method writeErroringValue (line 129) | @POST("/") method GsonConverterFactoryTest (line 138) | public GsonConverterFactoryTest(@TestParameter boolean streaming) { method anInterface (line 161) | @Test method anImplementation (line 175) | @Test method serializeUsesConfiguration (line 189) | @Test method deserializeUsesConfiguration (line 200) | @Test method requireFullResponseDocumentConsumption (line 209) | @Test method serializeIsStreamed (line 222) | @Test FILE: retrofit-converters/guava/src/main/java/retrofit/converter/guava/GuavaOptionalConverterFactory.java class GuavaOptionalConverterFactory (line 31) | public final class GuavaOptionalConverterFactory extends Converter.Facto... method create (line 32) | public static GuavaOptionalConverterFactory create() { method GuavaOptionalConverterFactory (line 36) | private GuavaOptionalConverterFactory() {} method responseBodyConverter (line 38) | @Override FILE: retrofit-converters/guava/src/main/java/retrofit/converter/guava/OptionalConverter.java class OptionalConverter (line 23) | final class OptionalConverter implements Converter delegate) { method convert (line 30) | @Override FILE: retrofit-converters/guava/src/test/java/retrofit/converter/guava/AlwaysNullConverterFactory.java class AlwaysNullConverterFactory (line 24) | final class AlwaysNullConverterFactory extends Converter.Factory { method responseBodyConverter (line 25) | @Override FILE: retrofit-converters/guava/src/test/java/retrofit/converter/guava/GuavaOptionalConverterFactoryTest.java class GuavaOptionalConverterFactoryTest (line 36) | public final class GuavaOptionalConverterFactoryTest { type Service (line 37) | interface Service { method optional (line 38) | @GET("/") method object (line 41) | @GET("/") method setUp (line 49) | @Before method optional (line 60) | @Test method onlyMatchesOptional (line 69) | @Test method delegates (line 77) | @Test FILE: retrofit-converters/jackson/src/main/java/retrofit2/converter/jackson/JacksonConverterFactory.java class JacksonConverterFactory (line 39) | public final class JacksonConverterFactory extends Converter.Factory { method create (line 44) | public static JacksonConverterFactory create() { method create (line 49) | public static JacksonConverterFactory create(ObjectMapper mapper) { method create (line 54) | @SuppressWarnings("ConstantConditions") // Guarding public API nullabi... method JacksonConverterFactory (line 65) | private JacksonConverterFactory(ObjectMapper mapper, MediaType mediaTy... method withStreaming (line 77) | public JacksonConverterFactory withStreaming() { method responseBodyConverter (line 81) | @Override method requestBodyConverter (line 89) | @Override FILE: retrofit-converters/jackson/src/main/java/retrofit2/converter/jackson/JacksonRequestBodyConverter.java class JacksonRequestBodyConverter (line 24) | final class JacksonRequestBodyConverter implements Converter implements Converter { method AnInterfaceSerializer (line 73) | AnInterfaceSerializer() { method serialize (line 77) | @Override class AnInterfaceDeserializer (line 88) | static class AnInterfaceDeserializer extends StdDeserializer implements Converter delegate) { method convert (line 30) | @Override FILE: retrofit-converters/java8/src/test/java/retrofit/converter/java8/AlwaysNullConverterFactory.java class AlwaysNullConverterFactory (line 24) | final class AlwaysNullConverterFactory extends Converter.Factory { method responseBodyConverter (line 25) | @Override FILE: retrofit-converters/java8/src/test/java/retrofit/converter/java8/Java8OptionalConverterFactoryTest.java class Java8OptionalConverterFactoryTest (line 36) | public final class Java8OptionalConverterFactoryTest { type Service (line 37) | interface Service { method optional (line 38) | @GET("/") method object (line 41) | @GET("/") method setUp (line 49) | @Before method optional (line 60) | @Test method onlyMatchesOptional (line 69) | @Test method delegates (line 77) | @Test FILE: retrofit-converters/jaxb/src/main/java/retrofit2/converter/jaxb/JaxbConverterFactory.java class JaxbConverterFactory (line 34) | public final class JaxbConverterFactory extends Converter.Factory { method create (line 38) | public static JaxbConverterFactory create() { method create (line 43) | @SuppressWarnings("ConstantConditions") // Guarding public API nullabi... method JaxbConverterFactory (line 52) | private JaxbConverterFactory(@Nullable JAXBContext context) { method requestBodyConverter (line 56) | @Override method responseBodyConverter (line 68) | @Override method contextForType (line 77) | private JAXBContext contextForType(Class type) { FILE: retrofit-converters/jaxb/src/main/java/retrofit2/converter/jaxb/JaxbRequestConverter.java class JaxbRequestConverter (line 29) | final class JaxbRequestConverter implements Converter { method JaxbRequestConverter (line 34) | JaxbRequestConverter(JAXBContext context, Class type) { method convert (line 39) | @Override FILE: retrofit-converters/jaxb/src/main/java/retrofit2/converter/jaxb/JaxbResponseConverter.java class JaxbResponseConverter (line 28) | final class JaxbResponseConverter implements Converter type) { method convert (line 42) | @Override FILE: retrofit-converters/jaxb/src/test/java/retrofit2/converter/jaxb/Contact.java class Contact (line 24) | @XmlRootElement(name = "contact") method Contact (line 32) | @SuppressWarnings("unused") // Used by JAXB. method Contact (line 37) | public Contact(String name, List phoneNumbers) { method equals (line 42) | @Override method hashCode (line 49) | @Override FILE: retrofit-converters/jaxb/src/test/java/retrofit2/converter/jaxb/JaxbConverterFactoryTest.java class JaxbConverterFactoryTest (line 36) | public final class JaxbConverterFactoryTest { type Service (line 50) | interface Service { method postXml (line 51) | @POST("/") method getXml (line 54) | @GET("/") method setUp (line 62) | @Before method xmlRequestBody (line 70) | @Test method xmlResponseBody (line 82) | @Test method characterEncoding (line 91) | @Test method userSuppliedJaxbContext (line 108) | @Test method malformedXml (line 126) | @Test method unrecognizedField (line 139) | @Test method externalEntity (line 159) | @Test method externalDtd (line 188) | @Test FILE: retrofit-converters/jaxb/src/test/java/retrofit2/converter/jaxb/PhoneNumber.java class PhoneNumber (line 23) | final class PhoneNumber { method PhoneNumber (line 29) | @SuppressWarnings("unused") // Used by JAXB. method PhoneNumber (line 34) | PhoneNumber(String number, @Nullable Type type) { method equals (line 39) | @Override method hashCode (line 46) | @Override FILE: retrofit-converters/jaxb/src/test/java/retrofit2/converter/jaxb/Type.java type Type (line 18) | enum Type { FILE: retrofit-converters/jaxb3/src/main/java/retrofit2/converter/jaxb3/JaxbConverterFactory.java class JaxbConverterFactory (line 34) | public final class JaxbConverterFactory extends Converter.Factory { method create (line 38) | public static JaxbConverterFactory create() { method create (line 43) | @SuppressWarnings("ConstantConditions") // Guarding public API nullabi... method JaxbConverterFactory (line 52) | private JaxbConverterFactory(@Nullable JAXBContext context) { method requestBodyConverter (line 56) | @Override method responseBodyConverter (line 68) | @Override method contextForType (line 77) | private JAXBContext contextForType(Class type) { FILE: retrofit-converters/jaxb3/src/main/java/retrofit2/converter/jaxb3/JaxbRequestConverter.java class JaxbRequestConverter (line 29) | final class JaxbRequestConverter implements Converter { method JaxbRequestConverter (line 34) | JaxbRequestConverter(JAXBContext context, Class type) { method convert (line 39) | @Override FILE: retrofit-converters/jaxb3/src/main/java/retrofit2/converter/jaxb3/JaxbResponseConverter.java class JaxbResponseConverter (line 28) | final class JaxbResponseConverter implements Converter type) { method convert (line 42) | @Override FILE: retrofit-converters/jaxb3/src/test/java/retrofit2/converter/jaxb3/Contact.java class Contact (line 24) | @XmlRootElement(name = "contact") method Contact (line 32) | @SuppressWarnings("unused") // Used by JAXB. method Contact (line 37) | public Contact(String name, List phoneNumbers) { method equals (line 42) | @Override method hashCode (line 49) | @Override FILE: retrofit-converters/jaxb3/src/test/java/retrofit2/converter/jaxb3/JaxbConverterFactoryTest.java class JaxbConverterFactoryTest (line 36) | public final class JaxbConverterFactoryTest { type Service (line 50) | interface Service { method postXml (line 51) | @POST("/") method getXml (line 54) | @GET("/") method setUp (line 62) | @Before method xmlRequestBody (line 70) | @Test method xmlResponseBody (line 82) | @Test method characterEncoding (line 91) | @Test method userSuppliedJaxbContext (line 108) | @Test method malformedXml (line 126) | @Test method unrecognizedField (line 139) | @Test method externalEntity (line 159) | @Test method externalDtd (line 188) | @Test FILE: retrofit-converters/jaxb3/src/test/java/retrofit2/converter/jaxb3/PhoneNumber.java class PhoneNumber (line 23) | final class PhoneNumber { method PhoneNumber (line 29) | @SuppressWarnings("unused") // Used by JAXB. method PhoneNumber (line 34) | PhoneNumber(String number, @Nullable Type type) { method equals (line 39) | @Override method hashCode (line 46) | @Override FILE: retrofit-converters/jaxb3/src/test/java/retrofit2/converter/jaxb3/Type.java type Type (line 18) | enum Type { FILE: retrofit-converters/moshi/src/main/java/retrofit2/converter/moshi/MoshiConverterFactory.java class MoshiConverterFactory (line 46) | public final class MoshiConverterFactory extends Converter.Factory { method create (line 48) | public static MoshiConverterFactory create() { method create (line 53) | @SuppressWarnings("ConstantConditions") // Guarding public API nullabi... method MoshiConverterFactory (line 65) | private MoshiConverterFactory( method asLenient (line 79) | public MoshiConverterFactory asLenient() { method failOnUnknown (line 84) | public MoshiConverterFactory failOnUnknown() { method withNullSerialization (line 89) | public MoshiConverterFactory withNullSerialization() { method withStreaming (line 99) | public MoshiConverterFactory withStreaming() { method responseBodyConverter (line 103) | @Override method requestBodyConverter (line 119) | @Override method jsonAnnotations (line 138) | private static Set jsonAnnotations(Annotation[] ... FILE: retrofit-converters/moshi/src/main/java/retrofit2/converter/moshi/MoshiRequestBodyConverter.java class MoshiRequestBodyConverter (line 26) | final class MoshiRequestBodyConverter implements Converter adapter, boolean streaming) { method convert (line 37) | @Override FILE: retrofit-converters/moshi/src/main/java/retrofit2/converter/moshi/MoshiResponseBodyConverter.java class MoshiResponseBodyConverter (line 27) | final class MoshiResponseBodyConverter implements Converter adapter) { method convert (line 36) | @Override FILE: retrofit-converters/moshi/src/main/java/retrofit2/converter/moshi/MoshiStreamingRequestBody.java class MoshiStreamingRequestBody (line 26) | final class MoshiStreamingRequestBody extends RequestBody { method MoshiStreamingRequestBody (line 30) | public MoshiStreamingRequestBody(JsonAdapter adapter, T value) { method contentType (line 35) | @Override method writeTo (line 40) | @Override FILE: retrofit-converters/moshi/src/test/java/retrofit2/converter/moshi/MoshiConverterFactoryTest.java class MoshiConverterFactoryTest (line 56) | @RunWith(TestParameterInjector.class) type AnInterface (line 65) | interface AnInterface { method getName (line 66) | String getName(); class AnImplementation (line 69) | static class AnImplementation implements AnInterface { method AnImplementation (line 72) | AnImplementation(String name) { method getName (line 76) | @Override class ErroringValue (line 82) | static final class ErroringValue { method ErroringValue (line 85) | ErroringValue(String theName) { class Adapters (line 90) | static class Adapters { method write (line 91) | @ToJson method read (line 98) | @FromJson method write (line 115) | @ToJson method readQualified (line 120) | @FromJson method readWithoutEndingObject (line 130) | @FromJson method write (line 138) | @ToJson type Service (line 144) | interface Service { method anImplementation (line 145) | @POST("/") method anInterface (line 148) | @POST("/") method readErroringValue (line 151) | @GET("/") method writeErroringValue (line 154) | @POST("/") method annotations (line 157) | @POST("/") method MoshiConverterFactoryTest (line 171) | public MoshiConverterFactoryTest(@TestParameter boolean streaming) { method anInterface (line 213) | @Test method anImplementation (line 227) | @Test method annotations (line 241) | @Test method asLenient (line 254) | @Test method withNulls (line 276) | @Test method failOnUnknown (line 285) | @Test method utf8BomSkipped (line 298) | @Test method nonUtf8BomIsNotSkipped (line 311) | @Test method requireFullResponseDocumentConsumption (line 328) | @Test method serializeIsStreamed (line 341) | @Test FILE: retrofit-converters/protobuf/src/main/java/retrofit2/converter/protobuf/ProtoConverterFactory.java class ProtoConverterFactory (line 39) | public final class ProtoConverterFactory extends Converter.Factory { method create (line 40) | public static ProtoConverterFactory create() { method createWithRegistry (line 45) | public static ProtoConverterFactory createWithRegistry(@Nullable Exten... method ProtoConverterFactory (line 52) | private ProtoConverterFactory(@Nullable ExtensionRegistryLite registry... method withStreaming (line 63) | public ProtoConverterFactory withStreaming() { method responseBodyConverter (line 67) | @Override method requestBodyConverter (line 102) | @Override FILE: retrofit-converters/protobuf/src/main/java/retrofit2/converter/protobuf/ProtoRequestBodyConverter.java class ProtoRequestBodyConverter (line 23) | final class ProtoRequestBodyConverter implements ... method ProtoRequestBodyConverter (line 28) | ProtoRequestBodyConverter(boolean streaming) { method convert (line 32) | @Override FILE: retrofit-converters/protobuf/src/main/java/retrofit2/converter/protobuf/ProtoResponseBodyConverter.java class ProtoResponseBodyConverter (line 27) | final class ProtoResponseBodyConverter method ProtoResponseBodyConverter (line 32) | ProtoResponseBodyConverter(Parser parser, @Nullable ExtensionRegist... method convert (line 37) | @Override FILE: retrofit-converters/protobuf/src/main/java/retrofit2/converter/protobuf/ProtoStreamingRequestBody.java class ProtoStreamingRequestBody (line 26) | final class ProtoStreamingRequestBody extends RequestBody { method ProtoStreamingRequestBody (line 29) | public ProtoStreamingRequestBody(MessageLite value) { method contentType (line 33) | @Override method writeTo (line 38) | @Override FILE: retrofit-converters/protobuf/src/test/java/retrofit2/converter/protobuf/FallbackParserFinderTest.java class FallbackParserFinderTest (line 29) | public final class FallbackParserFinderTest { method converterFactoryFallsBackToParserField (line 30) | @Test class FakePhone (line 39) | @SuppressWarnings("unused") // Used reflectively. FILE: retrofit-converters/protobuf/src/test/java/retrofit2/converter/protobuf/ProtoConverterFactoryTest.java class ProtoConverterFactoryTest (line 52) | @RunWith(TestParameterInjector.class) type Service (line 54) | interface Service { method get (line 55) | @GET("/") method post (line 58) | @POST("/") method wrongClass (line 61) | @GET("/") method wrongType (line 64) | @GET("/") type ServiceWithRegistry (line 68) | interface ServiceWithRegistry { method get (line 69) | @GET("/") method ProtoConverterFactoryTest (line 79) | public ProtoConverterFactoryTest(@TestParameter boolean streaming) { method serializeAndDeserialize (line 104) | @Test method deserializeEmpty (line 119) | @Test method deserializeUsesRegistry (line 129) | @Test method deserializeWrongClass (line 141) | @Test method deserializeWrongType (line 168) | @Test method deserializeWrongValue (line 195) | @Test method serializeIsStreamed (line 211) | @Test class ThrowingPhone (line 242) | private static final class ThrowingPhone extends AbstractMessageLite { method ThrowingPhone (line 245) | private ThrowingPhone(Phone delegate) { method writeTo (line 249) | @Override method getSerializedSize (line 254) | @Override method getParserForType (line 259) | @Override method newBuilderForType (line 264) | @Override method toBuilder (line 269) | @Override method getDefaultInstanceForType (line 274) | @Override method isInitialized (line 279) | @Override FILE: retrofit-converters/scalars/src/main/java/retrofit2/converter/scalars/ScalarRequestBodyConverter.java class ScalarRequestBodyConverter (line 23) | final class ScalarRequestBodyConverter implements Converter implements Converter implements Converter cls, Serializer serializer, bo... method convert (line 34) | @Override FILE: retrofit-converters/simplexml/src/test/java/retrofit2/converter/simplexml/MyObject.java class MyObject (line 22) | @Default(value = DefaultType.FIELD) method MyObject (line 27) | public MyObject() {} method MyObject (line 29) | public MyObject(String message, int count) { method setMessage (line 34) | public void setMessage(String message) { method getMessage (line 38) | public String getMessage() { method setCount (line 42) | public void setCount(int count) { method getCount (line 46) | public int getCount() { method hashCode (line 50) | @Override method equals (line 58) | @Override FILE: retrofit-converters/simplexml/src/test/java/retrofit2/converter/simplexml/SimpleXmlConverterFactoryTest.java class SimpleXmlConverterFactoryTest (line 42) | public class SimpleXmlConverterFactoryTest { type Service (line 43) | interface Service { method get (line 44) | @GET("/") method post (line 47) | @POST("/") method wrongClass (line 50) | @GET("/") method setUp (line 58) | @Before method bodyWays (line 70) | @Test method honorsCharacterEncoding (line 90) | @Test method deserializeWrongValue (line 106) | @Test method deserializeWrongClass (line 124) | @Test FILE: retrofit-converters/wire/src/main/java/retrofit2/converter/wire/WireConverterFactory.java class WireConverterFactory (line 34) | public final class WireConverterFactory extends Converter.Factory { method create (line 40) | public static WireConverterFactory create() { method WireConverterFactory (line 46) | private WireConverterFactory(boolean streaming) { method withStreaming (line 56) | public WireConverterFactory withStreaming() { method responseBodyConverter (line 60) | @Override method requestBodyConverter (line 75) | @Override FILE: retrofit-converters/wire/src/main/java/retrofit2/converter/wire/WireRequestBodyConverter.java class WireRequestBodyConverter (line 26) | final class WireRequestBodyConverter> implements... method WireRequestBodyConverter (line 32) | WireRequestBodyConverter(ProtoAdapter adapter, boolean streaming) { method convert (line 37) | @Override FILE: retrofit-converters/wire/src/main/java/retrofit2/converter/wire/WireResponseBodyConverter.java class WireResponseBodyConverter (line 24) | final class WireResponseBodyConverter> method WireResponseBodyConverter (line 28) | WireResponseBodyConverter(ProtoAdapter adapter) { method convert (line 32) | @Override FILE: retrofit-converters/wire/src/main/java/retrofit2/converter/wire/WireStreamingRequestBody.java class WireStreamingRequestBody (line 27) | final class WireStreamingRequestBody> extends Re... method WireStreamingRequestBody (line 31) | WireStreamingRequestBody(ProtoAdapter adapter, T value) { method contentType (line 36) | @Override method writeTo (line 41) | @Override FILE: retrofit-converters/wire/src/test/java/retrofit2/converter/wire/CrashingPhone.java class CrashingPhone (line 16) | public final class CrashingPhone extends Message { method Phone (line 25) | public Phone(String number) { method Phone (line 29) | public Phone(String number, ByteString unknownFields) { method newBuilder (line 34) | @Override method equals (line 42) | @Override method hashCode (line 50) | @Override method toString (line 61) | @Override class Builder (line 68) | public static final class Builder extends Message.Builder implements Call { method BehaviorCall (line 44) | BehaviorCall(NetworkBehavior behavior, ExecutorService backgroundExecu... method clone (line 50) | @SuppressWarnings("CloneDoesntCallSuperClone") // We are a final type ... method request (line 56) | @Override method timeout (line 61) | @Override method enqueue (line 66) | @SuppressWarnings("ConstantConditions") // Guarding public API nullabi... method isExecuted (line 127) | @Override method execute (line 132) | @Override method cancel (line 164) | @Override method isCanceled (line 173) | @Override FILE: retrofit-mock/src/main/java/retrofit2/mock/BehaviorDelegate.java class BehaviorDelegate (line 40) | public final class BehaviorDelegate { method BehaviorDelegate (line 46) | BehaviorDelegate( method returningResponse (line 54) | public T returningResponse(@Nullable Object response) { method returning (line 58) | @SuppressWarnings("unchecked") // Single-interface proxy creation guar... method parseServiceMethodAdapterInfo (line 98) | private static ServiceMethodAdapterInfo parseServiceMethodAdapterInfo(... class CallParameterizedTypeImpl (line 129) | static final class CallParameterizedTypeImpl implements ParameterizedT... method CallParameterizedTypeImpl (line 132) | CallParameterizedTypeImpl(Type bodyType) { method getActualTypeArguments (line 136) | @Override method getRawType (line 141) | @Override method getOwnerType (line 146) | @Override class ServiceMethodAdapterInfo (line 152) | static class ServiceMethodAdapterInfo { method ServiceMethodAdapterInfo (line 163) | ServiceMethodAdapterInfo(boolean isSuspend, boolean wantsResponse, T... FILE: retrofit-mock/src/main/java/retrofit2/mock/Calls.java class Calls (line 29) | public final class Calls { method defer (line 34) | public static Call defer(Callable> callable) { method response (line 38) | public static Call response(@Nullable T successValue) { method response (line 42) | public static Call response(Response response) { method failure (line 47) | public static Call failure(IOException failure) { method failure (line 59) | public static Call failure(Throwable failure) { method Calls (line 63) | private Calls() { class FakeCall (line 67) | static final class FakeCall implements Call { method FakeCall (line 73) | FakeCall(@Nullable Response response, @Nullable Throwable error) { method execute (line 81) | @Override method sneakyThrow (line 96) | @SuppressWarnings({"unchecked", "TypeParameterUnusedInFormals"}) method enqueue (line 101) | @SuppressWarnings("ConstantConditions") // Guarding public API nulla... method isExecuted (line 119) | @Override method cancel (line 124) | @Override method isCanceled (line 129) | @Override method clone (line 134) | @Override method request (line 139) | @Override method timeout (line 147) | @Override class DeferredCall (line 153) | static final class DeferredCall implements Call { method DeferredCall (line 157) | DeferredCall(Callable> callable) { method getDelegate (line 161) | private synchronized Call getDelegate() { method execute (line 174) | @Override method enqueue (line 179) | @Override method isExecuted (line 184) | @Override method cancel (line 189) | @Override method isCanceled (line 194) | @Override method clone (line 199) | @Override method request (line 204) | @Override method timeout (line 209) | @Override FILE: retrofit-mock/src/main/java/retrofit2/mock/MockRetrofit.java class MockRetrofit (line 24) | public final class MockRetrofit { method MockRetrofit (line 29) | MockRetrofit(Retrofit retrofit, NetworkBehavior behavior, ExecutorServ... method retrofit (line 35) | public Retrofit retrofit() { method networkBehavior (line 39) | public NetworkBehavior networkBehavior() { method backgroundExecutor (line 43) | public Executor backgroundExecutor() { method create (line 47) | @SuppressWarnings("unchecked") // Single-interface proxy creation guar... class Builder (line 52) | public static final class Builder { method Builder (line 57) | @SuppressWarnings("ConstantConditions") // Guarding public API nulla... method networkBehavior (line 63) | @SuppressWarnings("ConstantConditions") // Guarding public API nulla... method backgroundExecutor (line 70) | @SuppressWarnings("ConstantConditions") // Guarding public API nulla... method build (line 77) | public MockRetrofit build() { FILE: retrofit-mock/src/main/java/retrofit2/mock/MockRetrofitIOException.java class MockRetrofitIOException (line 20) | final class MockRetrofitIOException extends IOException { method MockRetrofitIOException (line 21) | MockRetrofitIOException() { FILE: retrofit-mock/src/main/java/retrofit2/mock/NetworkBehavior.java class NetworkBehavior (line 44) | public final class NetworkBehavior { method create (line 51) | public static NetworkBehavior create() { method create (line 59) | @SuppressWarnings("ConstantConditions") // Guarding public API nullabi... method NetworkBehavior (line 75) | private NetworkBehavior(Random random) { method setDelay (line 83) | public void setDelay(long amount, TimeUnit unit) { method delay (line 91) | public long delay(TimeUnit unit) { method setVariancePercent (line 96) | public void setVariancePercent(int variancePercent) { method variancePercent (line 102) | public int variancePercent() { method setFailurePercent (line 107) | public void setFailurePercent(int failurePercent) { method failurePercent (line 113) | public int failurePercent() { method setFailureException (line 123) | @SuppressWarnings("ConstantConditions") // Guarding public API nullabi... method failureException (line 132) | public Throwable failureException() { method errorPercent (line 137) | public int errorPercent() { method setErrorPercent (line 142) | public void setErrorPercent(int errorPercent) { method setErrorFactory (line 151) | @SuppressWarnings("ConstantConditions") // Guarding public API nullabi... method createErrorResponse (line 160) | public Response createErrorResponse() { method calculateIsFailure (line 180) | public boolean calculateIsFailure() { method calculateIsError (line 188) | public boolean calculateIsError() { method calculateDelay (line 196) | public long calculateDelay(TimeUnit unit) { method checkPercentageValidity (line 206) | private static void checkPercentageValidity(int percentage, String mes... FILE: retrofit-mock/src/test/java/retrofit2/mock/BehaviorDelegateTest.java class BehaviorDelegateTest (line 38) | public final class BehaviorDelegateTest { type DoWorkService (line 39) | interface DoWorkService { method response (line 40) | Call response(); method failure (line 42) | Call failure(); method setUp (line 49) | @Before method syncFailureThrowsAfterDelay (line 72) | @Test method asyncFailureTriggersFailureAfterDelay (line 91) | @Test method syncSuccessReturnsAfterDelay (line 123) | @Test method asyncSuccessCalledAfterDelay (line 139) | @Test method syncFailureThrownAfterDelay (line 171) | @Test method asyncFailureCalledAfterDelay (line 190) | @Test method syncCanBeCanceled (line 222) | @Test method asyncCanBeCanceled (line 250) | @Test method syncCanceledBeforeStart (line 286) | @Test method asyncCanBeCanceledBeforeStart (line 305) | @Test FILE: retrofit-mock/src/test/java/retrofit2/mock/CallsTest.java class CallsTest (line 34) | public final class CallsTest { method bodyExecute (line 35) | @Test method bodyEnqueue (line 41) | @Test method responseExecute (line 60) | @Test method responseEnqueue (line 75) | @Test method enqueueNullThrows (line 116) | @Test method responseCancelExecute (line 127) | @Test method responseCancelEnqueue (line 142) | @Test method failureExecute (line 167) | @Test method failureExecuteCheckedException (line 181) | @Test method failureEnqueue (line 195) | @Test method cloneHasOwnState (line 218) | @Test method deferredReturnExecute (line 228) | @Test method deferredReturnEnqueue (line 247) | @Test method deferredThrowExecute (line 282) | @Test method deferredThrowEnqueue (line 298) | @Test method deferredThrowUncheckedExceptionEnqueue (line 322) | @Test FILE: retrofit-mock/src/test/java/retrofit2/mock/MockRetrofitTest.java class MockRetrofitTest (line 11) | public final class MockRetrofitTest { method retrofitNullThrows (line 16) | @Test method retrofitPropagated (line 26) | @Test method networkBehaviorNullThrows (line 32) | @Test method networkBehaviorDefault (line 43) | @Test method networkBehaviorPropagated (line 49) | @Test method backgroundExecutorNullThrows (line 56) | @Test method backgroundExecutorDefault (line 67) | @Test method backgroundExecutorPropagated (line 73) | @Test FILE: retrofit-mock/src/test/java/retrofit2/mock/NetworkBehaviorTest.java class NetworkBehaviorTest (line 31) | public final class NetworkBehaviorTest { method defaultThrowable (line 34) | @Test method delayMustBePositive (line 43) | @Test method varianceRestrictsRange (line 53) | @Test method failureRestrictsRange (line 69) | @Test method failureExceptionIsNotNull (line 85) | @Test method errorRestrictsRange (line 95) | @Test method errorFactoryIsNotNull (line 111) | @Test method errorFactoryCannotReturnNull (line 121) | @Test method errorFactoryCannotThrow (line 132) | @Test method errorFactoryCannotReturnSuccess (line 148) | @Test method errorFactoryCalledEachTime (line 159) | @Test method failurePercentageIsAccurate (line 176) | @Test method errorPercentageIsAccurate (line 193) | @Test method delayVarianceIsAccurate (line 210) | @Test FILE: retrofit/android-test/src/androidTest/java/retrofit2/BasicCallTest.java class BasicCallTest (line 28) | public final class BasicCallTest { type Service (line 31) | interface Service { method getBody (line 32) | @GET("/") Call getBody(); method responseBody (line 35) | @Test public void responseBody() throws IOException { FILE: retrofit/android-test/src/androidTest/java/retrofit2/CompletableFutureAndroidTest.java class CompletableFutureAndroidTest (line 30) | @SdkSuppress(minSdkVersion = 24) type Service (line 34) | interface Service { method endpoint (line 35) | @GET("/") method setUp (line 41) | @Before method completableFutureApi24 (line 51) | @Test FILE: retrofit/android-test/src/androidTest/java/retrofit2/DefaultMethodsAndroidTest.java class DefaultMethodsAndroidTest (line 31) | public final class DefaultMethodsAndroidTest { type Example (line 34) | interface Example { method user (line 35) | @GET("/") method user (line 38) | default Call user() { method failsOnApi24And25 (line 43) | @Test method doesNotFailOnApi26 (line 61) | @Test FILE: retrofit/android-test/src/androidTest/java/retrofit2/OptionalConverterFactoryAndroidTest.java class OptionalConverterFactoryAndroidTest (line 31) | @SdkSuppress(minSdkVersion = 24) type Service (line 33) | interface Service { method optional (line 34) | @GET("/") method object (line 37) | @GET("/") method setUp (line 45) | @Before method optionalApi24 (line 55) | @Test method onlyMatchesOptional (line 63) | @Test FILE: retrofit/android-test/src/androidTest/java/retrofit2/UriAndroidTest.java class UriAndroidTest (line 32) | public final class UriAndroidTest { type Service (line 36) | interface Service { method method (line 37) | @GET method setUp (line 43) | @Before method getWithAndroidUriUrl (line 52) | @Test method getWithAndroidUriUrlAbsolute (line 60) | @Test FILE: retrofit/java-test/src/test/java/retrofit2/AnnotationArraySubject.java class AnnotationArraySubject (line 13) | public final class AnnotationArraySubject extends Subject { method annotationArrays (line 14) | public static Factory annotation... method assertThat (line 18) | public static AnnotationArraySubject assertThat(Annotation[] actual) { method AnnotationArraySubject (line 24) | private AnnotationArraySubject(FailureMetadata metadata, Annotation[] ... method hasAtLeastOneElementOfType (line 30) | public void hasAtLeastOneElementOfType(Class cls) { FILE: retrofit/java-test/src/test/java/retrofit2/CallAdapterTest.java class CallAdapterTest (line 30) | public final class CallAdapterTest { method parameterizedTypeInvalidIndex (line 31) | @Test method parameterizedTypes (line 52) | @Test method rawTypeThrowsOnNull (line 66) | @Test method rawTypes (line 76) | @Test class A (line 100) | @SuppressWarnings("unused") // Used reflectively. method method (line 102) | T method() { FILE: retrofit/java-test/src/test/java/retrofit2/CallTest.java class CallTest (line 53) | public final class CallTest { type Service (line 56) | interface Service { method getString (line 57) | @GET("/") method getBody (line 60) | @GET("/") method getStreamingBody (line 63) | @GET("/") method postString (line 67) | @POST("/") method postRequestBody (line 70) | @POST("/{a}") method http200Sync (line 74) | @Test method http200Async (line 90) | @Test method http404Sync (line 125) | @Test method http404Async (line 142) | @Test method transportProblemSync (line 178) | @Test method transportProblemAsync (line 197) | @Test method conversionProblemOutgoingSync (line 231) | @Test method conversionProblemOutgoingAsync (line 261) | @Test method conversionProblemIncomingSync (line 306) | @Test method conversionProblemIncomingMaskedByConverterIsUnwrapped (line 335) | @Test method conversionProblemIncomingAsync (line 391) | @Test method http204SkipsConverter (line 435) | @Test method http205SkipsConverter (line 462) | @Test method converterBodyDoesNotLeakContentInIntermediateBuffers (line 489) | @Test method executeCallOnce (line 516) | @Test method successfulRequestResponseWhenMimeTypeMissing (line 535) | @Test method responseBody (line 550) | @Test method responseBodyBuffers (line 565) | @Test method responseBodyStreams (line 587) | @Test method rawResponseContentTypeAndLengthButNoSource (line 611) | @Test method emptyResponse (line 637) | @Test method reportsExecutedSync (line 655) | @Test method reportsExecutedAsync (line 673) | @Test method cancelBeforeExecute (line 698) | @Test method cancelBeforeEnqueue (line 719) | @Test method cloningExecutedRequestDoesNotCopyState (line 751) | @Test method cancelRequest (line 770) | @Test method cancelOkHttpRequest (line 808) | @Test method requestBeforeExecuteCreates (line 849) | @Test method requestThrowingBeforeExecuteFailsExecute (line 878) | @Test method requestThrowingNonFatalErrorBeforeExecuteFailsExecute (line 917) | @Test method requestAfterExecuteReturnsCachedValue (line 956) | @Test method requestAfterExecuteThrowingAlsoThrows (line 985) | @Test method requestAfterExecuteThrowingAlsoThrowsForNonFatalErrors (line 1024) | @Test method requestBeforeEnqueueCreates (line 1063) | @Test method requestThrowingBeforeEnqueueFailsEnqueue (line 1103) | @Test method requestThrowingNonFatalErrorBeforeEnqueueFailsEnqueue (line 1151) | @Test method requestAfterEnqueueReturnsCachedValue (line 1200) | @Test method requestAfterEnqueueFailingThrows (line 1240) | @Test method requestAfterEnqueueFailingThrowsForNonFatalErrors (line 1288) | @Test method fatalErrorsAreNotCaughtRequest (line 1337) | @Test method fatalErrorsAreNotCaughtEnqueue (line 1376) | @Test method fatalErrorsAreNotCaughtExecute (line 1426) | @Test method timeoutExceeded (line 1465) | @Test method deadlineExceeded (line 1485) | @Test method timeoutEnabledButNotExceeded (line 1505) | @Test FILE: retrofit/java-test/src/test/java/retrofit2/CompletableFutureCallAdapterFactoryTest.java class CompletableFutureCallAdapterFactoryTest (line 32) | public final class CompletableFutureCallAdapterFactoryTest { method setUp (line 40) | @Before method responseType (line 49) | @Test method nonListenableFutureReturnsNull (line 76) | @Test method rawTypeThrows (line 82) | @Test method rawResponseTypeThrows (line 96) | @Test FILE: retrofit/java-test/src/test/java/retrofit2/CompletableFutureTest.java class CompletableFutureTest (line 33) | public final class CompletableFutureTest { type Service (line 36) | interface Service { method body (line 37) | @GET("/") method response (line 40) | @GET("/") method setUp (line 46) | @Before method bodySuccess200 (line 56) | @Test method bodySuccess404 (line 64) | @Test method bodyFailure (line 79) | @Test method responseSuccess200 (line 92) | @Test method responseSuccess404 (line 102) | @Test method responseFailure (line 112) | @Test FILE: retrofit/java-test/src/test/java/retrofit2/DefaultCallAdapterFactoryTest.java class DefaultCallAdapterFactoryTest (line 32) | @SuppressWarnings("unchecked") method rawTypeThrows (line 39) | @Test method responseType (line 51) | @Test method adaptedCallExecute (line 64) | @Test method adaptedCallCloneDeepCopy (line 81) | @Test method adaptedCallCancel (line 100) | @Test class EmptyCall (line 118) | static class EmptyCall implements Call { method enqueue (line 119) | @Override method isExecuted (line 124) | @Override method execute (line 129) | @Override method cancel (line 134) | @Override method isCanceled (line 139) | @Override method clone (line 144) | @Override method request (line 149) | @Override method timeout (line 154) | @Override FILE: retrofit/java-test/src/test/java/retrofit2/DefaultMethodsTest.java class DefaultMethodsTest (line 29) | public final class DefaultMethodsTest { type Example (line 32) | interface Example { method user (line 33) | @GET("/") method user (line 36) | default Call user() { method test (line 41) | @Test FILE: retrofit/java-test/src/test/java/retrofit2/HttpExceptionTest.java class HttpExceptionTest (line 23) | public final class HttpExceptionTest { method response (line 24) | @Test method nullResponseThrows (line 33) | @Test FILE: retrofit/java-test/src/test/java/retrofit2/InvocationTest.java class InvocationTest (line 37) | public final class InvocationTest { type Example (line 38) | interface Example { method postMethod (line 39) | @POST("/{p1}") // method urlMethod (line 43) | @GET // type ExampleSub (line 47) | interface ExampleSub extends Example {} method invocationObjectOnCallAndRequestTag (line 49) | @Test method invocationCorrectlyIdentifiesServiceMethodInvocation (line 69) | @Test method annotationUrlAbsent (line 90) | @Test method ofInstance (line 109) | @Test method nullService (line 120) | @Test method nullInstance (line 133) | @Test method nullMethod (line 148) | @Test method nullArguments (line 158) | @Test method deprecatedNullMethod (line 168) | @Test method deprecatedNullArguments (line 178) | @Test method argumentsAreImmutable (line 188) | @Test FILE: retrofit/java-test/src/test/java/retrofit2/Java8DefaultStaticMethodsInValidationTest.java class Java8DefaultStaticMethodsInValidationTest (line 27) | public final class Java8DefaultStaticMethodsInValidationTest { type Example (line 30) | interface Example { method user (line 31) | @GET("/") method user (line 34) | default Call user() { method staticMethod (line 38) | static String staticMethod() { method test (line 43) | @Test FILE: retrofit/java-test/src/test/java/retrofit2/MethodParameterReflectionTest.java class MethodParameterReflectionTest (line 26) | public final class MethodParameterReflectionTest { method paramIndexIsUsedWithoutParamReflection (line 30) | @Test type ExampleWithParameterNames (line 44) | interface ExampleWithParameterNames { method method (line 45) | @GET("/") // method paramNameIsUsedWithParamReflection (line 49) | @Test FILE: retrofit/java-test/src/test/java/retrofit2/NonFatalError.java class NonFatalError (line 18) | final class NonFatalError extends Error { method NonFatalError (line 19) | NonFatalError(String message) { FILE: retrofit/java-test/src/test/java/retrofit2/OptionalConverterFactoryTest.java class OptionalConverterFactoryTest (line 30) | public final class OptionalConverterFactoryTest { type Service (line 31) | interface Service { method optional (line 32) | @GET("/") method object (line 35) | @GET("/") method setUp (line 43) | @Before method optional (line 53) | @Test method onlyMatchesOptional (line 62) | @Test FILE: retrofit/java-test/src/test/java/retrofit2/RequestFactoryBuilderTest.java class RequestFactoryBuilderTest (line 24) | public final class RequestFactoryBuilderTest { method pathParameterParsing (line 25) | @Test method expectParams (line 45) | private static void expectParams(String path, String... expected) { FILE: retrofit/java-test/src/test/java/retrofit2/RequestFactoryTest.java class RequestFactoryTest (line 69) | @SuppressWarnings({"UnusedParameters", "unused"}) // Parameters inspecte... method customMethodNoBody (line 73) | @Test method customMethodWithBody (line 88) | @Test method onlyOneEncodingIsAllowedMultipartFirst (line 104) | @Test method onlyOneEncodingIsAllowedFormEncodingFirst (line 124) | @Test method invalidPathParam (line 144) | @Test method pathParamNotAllowedInQuery (line 165) | @Test method multipleParameterAnnotationsNotAllowed (line 185) | @Test method multipleParameterAnnotationsOnlyOneRetrofitAllowed (line 206) | @Test method twoMethodsFail (line 218) | @Test method lackingMethod (line 240) | @Test method implicitMultipartForbidden (line 258) | @Test method implicitMultipartWithPartMapForbidden (line 277) | @Test method multipartFailsOnNonBodyMethod (line 296) | @Test method multipartFailsWithNoParts (line 316) | @Test method implicitFormEncodingByFieldForbidden (line 336) | @Test method implicitFormEncodingByFieldMapForbidden (line 355) | @Test method formEncodingFailsOnNonBodyMethod (line 374) | @Test method formEncodingFailsWithNoParts (line 394) | @Test method headersFailWhenEmptyOnMethod (line 414) | @Test method headersFailWhenMalformed (line 433) | @Test method pathParamNonPathParamAndTypedBytes (line 453) | @Test method parameterWithoutAnnotation (line 472) | @Test method nonBodyHttpMethodWithSingleEntity (line 491) | @Test method queryMapMustBeAMap (line 509) | @Test method queryMapSupportsSubclasses (line 528) | @Test method queryMapRejectsNull (line 546) | @Test method queryMapRejectsNullKeys (line 565) | @Test method queryMapRejectsNullValues (line 589) | @Test method getWithHeaderMap (line 614) | @Test method headerMapMustBeAMapOrHeaders (line 636) | @Test method headerMapSupportsSubclasses (line 656) | @Test method headerMapRejectsNull (line 676) | @Test method headerMapRejectsNullKeys (line 696) | @Test method headerMapRejectsNullValues (line 721) | @Test method getWithHeaders (line 746) | @Test method getWithHeadersAndHeaderMap (line 771) | @Test method headersRejectsNull (line 797) | @Test method getWithHeaderMapAllowingUnsafeNonAsciiValues (line 818) | @Test method twoBodies (line 841) | @Test method bodyInNonBodyRequest (line 860) | @Test method get (line 880) | @Test method delete (line 895) | @Test method headVoid (line 910) | @Test method headWithoutVoidThrows (line 925) | @Ignore("This test is valid but isn't validated by RequestFactory so i... method post (line 945) | @Test method put (line 961) | @Test method patch (line 977) | @Test method options (line 993) | @Test method getWithPathParam (line 1008) | @Test method getWithUnusedAndInvalidNamedPathParam (line 1023) | @Test method getWithEncodedPathParam (line 1039) | @Test method getWithEncodedPathSegments (line 1054) | @Test method getWithUnencodedPathSegmentsPreventsRequestSplitting (line 1069) | @Test method getWithEncodedPathStillPreventsRequestSplitting (line 1085) | @Test method pathParametersAndPathTraversal (line 1100) | @Test method encodedPathParametersAndPathTraversal (line 1126) | @Test method dotDotsOkayWhenNotFullPathSegment (line 1161) | @Test method pathParamRequired (line 1177) | @Test method getWithQueryParam (line 1196) | @Test method getWithEncodedQueryParam (line 1211) | @Test method queryParamOptionalOmitsQuery (line 1227) | @Test method queryParamOptional (line 1239) | @Test method getWithQueryUrlAndParam (line 1252) | @Test method getWithQuery (line 1267) | @Test method getWithPathAndQueryParam (line 1282) | @Test method getWithQueryThenPathThrows (line 1300) | @Test method getWithQueryNameThenPathThrows (line 1321) | @Test method getWithQueryMapThenPathThrows (line 1342) | @Test method getWithPathAndQueryQuestionMarkParam (line 1363) | @Test method getWithPathAndQueryAmpersandParam (line 1380) | @Test method getWithPathAndQueryHashParam (line 1396) | @Test method getWithQueryParamList (line 1413) | @Test method getWithQueryParamArray (line 1431) | @Test method getWithQueryParamPrimitiveArray (line 1449) | @Test method getWithQueryNameParam (line 1467) | @Test method getWithEncodedQueryNameParam (line 1482) | @Test method queryNameParamOptionalOmitsQuery (line 1497) | @Test method getWithQueryNameParamList (line 1509) | @Test method getWithQueryNameParamArray (line 1526) | @Test method getWithQueryNameParamPrimitiveArray (line 1543) | @Test method getWithQueryParamMap (line 1560) | @Test method getWithEncodedQueryParamMap (line 1580) | @Test method getAbsoluteUrl (line 1601) | @Test method getWithStringUrl (line 1617) | @Test method getWithJavaUriUrl (line 1633) | @Test method getWithStringUrlAbsolute (line 1649) | @Test method getWithJavaUriUrlAbsolute (line 1665) | @Test method getWithUrlAbsoluteSameHost (line 1681) | @Test method getWithHttpUrl (line 1697) | @Test method getWithNullUrl (line 1713) | @Test method getWithNonStringUrlThrows (line 1733) | @Test method getUrlAndUrlParamThrows (line 1755) | @Test method getWithoutUrlThrows (line 1776) | @Test method getWithUrlThenPathThrows (line 1796) | @Test method getWithPathThenUrlThrows (line 1817) | @Test method getWithQueryThenUrlThrows (line 1838) | @Test method getWithQueryNameThenUrlThrows (line 1859) | @Test method getWithQueryMapThenUrlThrows (line 1880) | @Test method getWithUrlThenQuery (line 1901) | @Test method postWithUrl (line 1916) | @Test method normalPostWithPathParam (line 1932) | @Test method emptyBody (line 1948) | @Test method customMethodEmptyBody (line 1963) | @Test method bodyRequired (line 1978) | @Test method bodyWithPathParams (line 1997) | @Test method simpleMultipart (line 2014) | @Test method multipartArray (line 2045) | @Test method multipartRequiresName (line 2074) | @Test method multipartIterableRequiresName (line 2096) | @Test method multipartArrayRequiresName (line 2118) | @Test method multipartOkHttpPartForbidsName (line 2140) | @Test method multipartOkHttpPart (line 2162) | @Test method multipartOkHttpIterablePart (line 2188) | @Test method multipartOkHttpArrayPart (line 2219) | @Test method multipartOkHttpPartWithFilename (line 2251) | @Test method multipartIterable (line 2278) | @Test method multipartIterableOkHttpPart (line 2307) | @Test method multipartArrayOkHttpPart (line 2329) | @Test method multipartWithEncoding (line 2351) | @Test method multipartPartMap (line 2384) | @Test method multipartPartMapWithEncoding (line 2417) | @Test method multipartPartMapRejectsNonStringKeys (line 2452) | @Test method multipartPartMapRejectsOkHttpPartValues (line 2474) | @Test method multipartPartMapRejectsNull (line 2496) | @Test method multipartPartMapRejectsNullKeys (line 2516) | @Test method multipartPartMapRejectsNullValues (line 2542) | @Test method multipartPartMapMustBeMap (line 2568) | @Test method multipartPartMapSupportsSubclasses (line 2589) | @Test method multipartNullRemovesPart (line 2613) | @Test method multipartPartOptional (line 2637) | @Test method simpleFormEncoded (line 2654) | @Test method formEncodedWithEncodedNameFieldParam (line 2669) | @Test method formEncodedFieldOptional (line 2682) | @Test method formEncodedFieldList (line 2696) | @Test method formEncodedFieldArray (line 2711) | @Test method formEncodedFieldPrimitiveArray (line 2726) | @Test method formEncodedWithEncodedNameFieldParamMap (line 2741) | @Test method formEncodedFieldMap (line 2759) | @Test method fieldMapRejectsNull (line 2777) | @Test method fieldMapRejectsNullKeys (line 2797) | @Test method fieldMapRejectsNullValues (line 2822) | @Test method fieldMapMustBeAMap (line 2848) | @Test method fieldMapSupportsSubclasses (line 2868) | @Test method simpleHeaders (line 2889) | @Test method simpleHeadersAllowingUnsafeNonAsciiValues (line 2908) | @Test method headersDoNotOverwriteEachOther (line 2929) | @Test method headerParamToString (line 2952) | @Test method headerParam (line 2969) | @Test method headerParamAllowingUnsafeNonAsciiValues (line 2988) | @Test method headerParamList (line 3008) | @Test method headerParamArray (line 3025) | @Test method contentTypeAnnotationHeaderOverrides (line 3042) | @Test method contentTypeAnnotationHeaderOverridesFormEncoding (line 3056) | @Test method contentTypeAnnotationHeaderOverridesMultipart (line 3070) | @Test method malformedContentTypeHeaderThrows (line 3087) | @Test method contentTypeAnnotationHeaderAddsHeaderWithNoBodyGet (line 3108) | @Test method contentTypeAnnotationHeaderAddsHeaderWithNoBodyDelete (line 3121) | @Test method contentTypeParameterHeaderOverrides (line 3134) | @Test method malformedContentTypeParameterThrows (line 3148) | @Test method malformedAnnotationRelativeUrlThrows (line 3167) | @Test method malformedParameterRelativeUrlThrows (line 3185) | @Test method multipartPartsShouldBeInOrder (line 3203) | @Test method queryParamsSkippedIfConvertedToNull (line 3226) | @Test method queryParamMapsConvertedToNullShouldError (line 3245) | @Test method fieldParamsSkippedIfConvertedToNull (line 3272) | @Test method fieldParamMapsConvertedToNullShouldError (line 3292) | @Test method tag (line 3320) | @Test method tagPrimitive (line 3333) | @Test method tagGeneric (line 3346) | @Test method tagDuplicateFails (line 3360) | @Test method tagGenericDuplicateFails (line 3381) | @Test method assertBody (line 3402) | private static void assertBody(RequestBody body, String expected) { method assertMalformedRequest (line 3413) | static void assertMalformedRequest(Class cls, Object... args) { FILE: retrofit/java-test/src/test/java/retrofit2/ResponseTest.java class ResponseTest (line 27) | public final class ResponseTest { method success (line 43) | @Test method successNullAllowed (line 56) | @Test method successWithHeaders (line 63) | @Test method successWithNullHeadersThrows (line 77) | @Test method successWithStatusCode (line 87) | @Test method successWithRawResponse (line 99) | @Test method successWithNullRawResponseThrows (line 112) | @Test method successWithErrorRawResponseThrows (line 122) | @Test method error (line 132) | @Test method nullErrorThrows (line 153) | @Test method errorWithSuccessCodeThrows (line 163) | @Test method errorWithRawResponse (line 174) | @Test method nullErrorWithRawResponseThrows (line 187) | @Test method errorWithNullRawResponseThrows (line 197) | @Test method errorWithSuccessRawResponseThrows (line 208) | @Test FILE: retrofit/java-test/src/test/java/retrofit2/RetrofitTest.java class RetrofitTest (line 65) | public final class RetrofitTest { type CallMethod (line 68) | interface CallMethod { method disallowed (line 69) | @GET("/") method disallowed (line 72) | @POST("/") method badType1 (line 75) | @GET("/") method badType2 (line 78) | @GET("/") method getResponseBody (line 81) | @GET("/") method getResponseBodySkippedExecutor (line 84) | @SkipCallbackExecutor method getVoid (line 88) | @GET("/") method postRequestBody (line 91) | @POST("/") method queryString (line 94) | @GET("/") method queryObject (line 97) | @GET("/") type FutureMethod (line 101) | interface FutureMethod { method method (line 102) | @GET("/") type Extending (line 106) | interface Extending extends CallMethod {} type TypeParam (line 108) | interface TypeParam {} type ExtendingTypeParam (line 110) | interface ExtendingTypeParam extends TypeParam {} type StringService (line 112) | interface StringService { method get (line 113) | @GET("/") type UnresolvableResponseType (line 117) | interface UnresolvableResponseType { method typeVariable (line 118) | @GET("/") method typeVariableUpperBound (line 121) | @GET("/") method crazy (line 124) | @GET("/") method wildcard (line 127) | @GET("/") method wildcardUpperBound (line 130) | @GET("/") type UnresolvableParameterType (line 134) | interface UnresolvableParameterType { method typeVariable (line 135) | @POST("/") method typeVariableUpperBound (line 138) | @POST("/") method crazy (line 141) | @POST("/") method wildcard (line 144) | @POST("/") method wildcardUpperBound (line 147) | @POST("/") type VoidService (line 151) | interface VoidService { method nope (line 152) | @GET("/") type Annotated (line 156) | interface Annotated { method method (line 157) | @GET("/") method bodyParameter (line 161) | @POST("/") method queryParameter (line 164) | @GET("/") type MutableParameters (line 171) | interface MutableParameters { method method (line 172) | @GET("/") method objectMethodsStillWork (line 177) | @SuppressWarnings({"EqualsBetweenInconvertibleTypes", "EqualsIncompati... method interfaceWithTypeParameterThrows (line 188) | @Test method interfaceWithExtend (line 204) | @Test method interfaceWithExtendWithTypeParameterThrows (line 215) | @Test method cloneSharesStatefulInstances (line 233) | @Test method builtInConvertersAbsentInCloneBuilder (line 285) | @Test method responseTypeCannotBeRetrofitResponse (line 292) | @Test method responseTypeCannotBeOkHttpResponse (line 308) | @Test method voidReturnTypeNotAllowed (line 324) | @Test method validateEagerlyDisabledByDefault (line 339) | @Test method validateEagerlyDisabledByUser (line 347) | @Test method validateEagerlyFailsAtCreation (line 356) | @Test method callCallAdapterAddedByDefault (line 371) | @Test method callCallCustomAdapter (line 378) | @Test method customCallAdapter (line 416) | @Test method methodAnnotationsPassedToCallAdapter (line 449) | @Test method customCallAdapterMissingThrows (line 473) | @Test method methodAnnotationsPassedToResponseBodyConverter (line 498) | @Test method methodAndParameterAnnotationsPassedToRequestBodyConverter (line 521) | @Test method parameterAnnotationsPassedToStringConverter (line 551) | @Test method stringConverterCalledForString (line 575) | @Test method stringConverterReturningNullResultsInDefault (line 597) | @Test method missingConverterThrowsOnNonRequestBody (line 619) | @Test method missingConverterThrowsOnNonResponseBody (line 644) | @Test method requestBodyOutgoingAllowed (line 672) | @Test method voidOutgoingAllowed (line 683) | @Test method voidResponsesArePooled (line 694) | @Test method responseBodyIncomingAllowed (line 709) | @Test method unresolvableResponseTypeThrows (line 723) | @Test method unresolvableParameterTypeThrows (line 786) | @Test method baseUrlRequired (line 849) | @Test method baseUrlNullThrows (line 859) | @Test method baseUrlInvalidThrows (line 875) | @Test method baseUrlNoTrailingSlashThrows (line 884) | @Test method baseUrlStringPropagated (line 901) | @Test method baseHttpUrlPropagated (line 908) | @Test method baseJavaUrlPropagated (line 915) | @Test method clientNullThrows (line 922) | @Test method callFactoryDefault (line 932) | @Test method callFactoryPropagated (line 938) | @Test method callFactoryClientPropagated (line 949) | @Test method callFactoryUsed (line 957) | @Test method callFactoryReturningNullThrows (line 975) | @Test method callFactoryThrowingPropagates (line 993) | @Test method converterNullThrows (line 1015) | @Test method converterFactoryDefault (line 1025) | @Test method builtInConvertersFirstInClone (line 1033) | @Test method requestConverterFactoryQueried (line 1057) | @Test method requestConverterFactoryNoMatchThrows (line 1087) | @Test method requestConverterFactorySkippedNoMatchThrows (line 1118) | @Test method responseConverterFactoryQueried (line 1154) | @Test method responseConverterFactoryNoMatchThrows (line 1182) | @Test method responseConverterFactorySkippedNoMatchThrows (line 1213) | @Test method stringConverterFactoryQueried (line 1249) | @Test method converterFactoryPropagated (line 1277) | @Test method callAdapterFactoryNullThrows (line 1285) | @Test method callAdapterFactoryDefault (line 1295) | @Test method callAdapterFactoryPropagated (line 1301) | @Test method callAdapterFactoryQueried (line 1320) | @Test method callAdapterFactoryQueriedCanDelegate (line 1354) | @Test method callAdapterFactoryQueriedCanDelegateTwiceWithoutRecursion (line 1399) | @Test method callAdapterFactoryNoMatchThrows (line 1459) | @Test method callAdapterFactoryDelegateNoMatchThrows (line 1490) | @Test method platformAwareAdapterAbsentInCloneBuilder (line 1530) | @Test method callbackExecutorNullThrows (line 1537) | @Test method callbackExecutorPropagated (line 1547) | @Test method callbackExecutorUsedForSuccess (line 1558) | @Test method callbackExecutorUsedForFailure (line 1595) | @Test method skippedCallbackExecutorNotUsedForSuccess (line 1632) | @Test method skippedCallbackExecutorNotUsedForFailure (line 1658) | @Test method argumentCapture (line 1685) | @Test method annotationParsingFailureObservedByWaitingThreads (line 1721) | @Test FILE: retrofit/kotlin-test/src/test/java/retrofit2/KotlinRequestFactoryTest.java class KotlinRequestFactoryTest (line 11) | public final class KotlinRequestFactoryTest { method headUnit (line 12) | @Test FILE: retrofit/kotlin-test/src/test/java/retrofit2/KotlinSuspendRawTest.java class KotlinSuspendRawTest (line 31) | public final class KotlinSuspendRawTest { type Service (line 34) | interface Service { method body (line 35) | @GET("/") method raw (line 39) | @Test FILE: retrofit/kotlin-test/src/test/java/retrofit2/KotlinUnitTest.java class KotlinUnitTest (line 29) | public final class KotlinUnitTest { type Service (line 32) | interface Service { method empty (line 33) | @GET("/") method head (line 36) | @HEAD("/") method unitGet (line 40) | @Test method unitHead (line 52) | @Test FILE: retrofit/robovm-test/src/main/java/retrofit2/RoboVmPlatformTest.java class RoboVmPlatformTest (line 18) | public final class RoboVmPlatformTest { method main (line 19) | public static void main(String[] args) { method RoboVmPlatformTest (line 32) | private RoboVmPlatformTest() { FILE: retrofit/src/main/java/retrofit2/AndroidMainExecutor.java class AndroidMainExecutor (line 22) | final class AndroidMainExecutor implements Executor { method execute (line 25) | @Override FILE: retrofit/src/main/java/retrofit2/BuiltInConverters.java class BuiltInConverters (line 27) | final class BuiltInConverters extends Converter.Factory { method responseBodyConverter (line 29) | @Override method requestBodyConverter (line 46) | @Override class VoidResponseBodyConverter (line 58) | static final class VoidResponseBodyConverter implements Converter createDefaultCallAdapterFactories( method createDefaultConverterFactories (line 33) | List createDefaultConverterFactories() { class Java8 (line 37) | @TargetApi(24) method createDefaultCallAdapterFactories (line 39) | @Override method createDefaultConverterFactories (line 47) | @Override FILE: retrofit/src/main/java/retrofit2/Call.java type Call (line 35) | public interface Call extends Cloneable { method execute (line 43) | Response execute() throws IOException; method enqueue (line 49) | void enqueue(Callback callback); method isExecuted (line 55) | boolean isExecuted(); method cancel (line 61) | void cancel(); method isCanceled (line 64) | boolean isCanceled(); method clone (line 70) | Call clone(); method request (line 73) | Request request(); method timeout (line 80) | Timeout timeout(); FILE: retrofit/src/main/java/retrofit2/CallAdapter.java type CallAdapter (line 28) | public interface CallAdapter { method responseType (line 37) | Type responseType(); method adapt (line 57) | T adapt(Call call); class Factory (line 63) | abstract class Factory { method get (line 68) | public abstract @Nullable CallAdapter get( method getParameterUpperBound (line 75) | protected static Type getParameterUpperBound(int index, Parameterize... method getRawType (line 83) | protected static Class getRawType(Type type) { FILE: retrofit/src/main/java/retrofit2/Callback.java type Callback (line 32) | public interface Callback { method onResponse (line 39) | void onResponse(Call call, Response response); method onFailure (line 45) | void onFailure(Call call, Throwable t); FILE: retrofit/src/main/java/retrofit2/CompletableFutureCallAdapterFactory.java class CompletableFutureCallAdapterFactory (line 26) | @IgnoreJRERequirement // Only added when CompletableFuture is available ... method get (line 29) | @Override class BodyCallAdapter (line 56) | @IgnoreJRERequirement method BodyCallAdapter (line 60) | BodyCallAdapter(Type responseType) { method responseType (line 64) | @Override method adapt (line 69) | @Override class BodyCallback (line 76) | @IgnoreJRERequirement method BodyCallback (line 80) | public BodyCallback(CompletableFuture future) { method onResponse (line 84) | @Override method onFailure (line 93) | @Override class ResponseCallAdapter (line 100) | @IgnoreJRERequirement method ResponseCallAdapter (line 105) | ResponseCallAdapter(Type responseType) { method responseType (line 109) | @Override method adapt (line 114) | @Override class ResponseCallback (line 121) | @IgnoreJRERequirement method ResponseCallback (line 125) | public ResponseCallback(CompletableFuture> future) { method onResponse (line 129) | @Override method onFailure (line 134) | @Override class CallCancelCompletableFuture (line 141) | @IgnoreJRERequirement method CallCancelCompletableFuture (line 145) | CallCancelCompletableFuture(Call call) { method cancel (line 149) | @Override FILE: retrofit/src/main/java/retrofit2/Converter.java type Converter (line 41) | public interface Converter { method convert (line 42) | @Nullable class Factory (line 46) | abstract class Factory { method responseBodyConverter (line 53) | public @Nullable Converter responseBodyConverter( method requestBodyConverter (line 63) | public @Nullable Converter requestBodyConverter( method stringConverter (line 78) | public @Nullable Converter stringConverter( method getParameterUpperBound (line 87) | protected static Type getParameterUpperBound(int index, Parameterize... method getRawType (line 95) | protected static Class getRawType(Type type) { FILE: retrofit/src/main/java/retrofit2/DefaultCallAdapterFactory.java class DefaultCallAdapterFactory (line 28) | final class DefaultCallAdapterFactory extends CallAdapter.Factory { method DefaultCallAdapterFactory (line 31) | DefaultCallAdapterFactory(@Nullable Executor callbackExecutor) { method get (line 35) | @Override class ExecutorCallbackCall (line 65) | static final class ExecutorCallbackCall implements Call { method ExecutorCallbackCall (line 69) | ExecutorCallbackCall(Executor callbackExecutor, Call delegate) { method enqueue (line 74) | @Override method isExecuted (line 101) | @Override method execute (line 106) | @Override method cancel (line 111) | @Override method isCanceled (line 116) | @Override method clone (line 121) | @SuppressWarnings("CloneDoesntCallSuperClone") // Performing deep cl... method request (line 127) | @Override method timeout (line 132) | @Override FILE: retrofit/src/main/java/retrofit2/DefaultMethodSupport.java class DefaultMethodSupport (line 30) | final class DefaultMethodSupport { method invoke (line 33) | @IgnoreJRERequirement // Only used on JVM or Android API 24+. method DefaultMethodSupport (line 51) | private DefaultMethodSupport() {} FILE: retrofit/src/main/java/retrofit2/HttpException.java class HttpException (line 22) | public class HttpException extends RuntimeException { method getMessage (line 23) | private static String getMessage(Response response) { method HttpException (line 32) | public HttpException(Response response) { method code (line 40) | public int code() { method message (line 45) | public String message() { method response (line 50) | public @Nullable Response response() { FILE: retrofit/src/main/java/retrofit2/HttpServiceMethod.java class HttpServiceMethod (line 31) | abstract class HttpServiceMethod extends ServiceMeth... method parseAnnotations (line 37) | static HttpServiceMethod pars... method createCallAdapter (line 123) | private static CallAdapter cr... method createResponseConverter (line 133) | private static Converter createRe... method HttpServiceMethod (line 147) | HttpServiceMethod( method invoke (line 156) | @Override method adapt (line 163) | protected abstract @Nullable ReturnT adapt(Call call, Objec... class CallAdapted (line 165) | static final class CallAdapted extends HttpService... method CallAdapted (line 168) | CallAdapted( method adapt (line 177) | @Override class SuspendForResponse (line 183) | static final class SuspendForResponse extends HttpServiceMe... method SuspendForResponse (line 186) | SuspendForResponse( method adapt (line 195) | @Override class SuspendForBody (line 212) | static final class SuspendForBody extends HttpServiceMethod... method SuspendForBody (line 217) | SuspendForBody( method adapt (line 230) | @Override FILE: retrofit/src/main/java/retrofit2/Invocation.java class Invocation (line 53) | public final class Invocation { method of (line 54) | public static Invocation of( method of (line 68) | public static Invocation of(Class service, T instance, Method m... method of (line 72) | @Deprecated method Invocation (line 88) | Invocation( method service (line 101) | public Class service() { method instance (line 111) | @Nullable method method (line 116) | public Method method() { method arguments (line 120) | public List arguments() { method annotationUrl (line 135) | @Nullable method toString (line 140) | @Override FILE: retrofit/src/main/java/retrofit2/OkHttpCall.java class OkHttpCall (line 33) | final class OkHttpCall implements Call { method OkHttpCall (line 51) | OkHttpCall( method clone (line 64) | @SuppressWarnings("CloneDoesntCallSuperClone") // We are a final type ... method request (line 70) | @Override method timeout (line 79) | @Override method getRawCall (line 92) | @GuardedBy("this") method enqueue (line 118) | @Override method isExecuted (line 187) | @Override method execute (line 192) | @Override method createRawCall (line 210) | private okhttp3.Call createRawCall() throws IOException { method parseResponse (line 218) | Response parseResponse(okhttp3.Response rawResponse) throws IOExcep... method cancel (line 256) | @Override method isCanceled (line 269) | @Override class NoContentResponseBody (line 279) | static final class NoContentResponseBody extends ResponseBody { method NoContentResponseBody (line 283) | NoContentResponseBody(@Nullable MediaType contentType, long contentL... method contentType (line 288) | @Override method contentLength (line 293) | @Override method source (line 298) | @Override class ExceptionCatchingResponseBody (line 304) | static final class ExceptionCatchingResponseBody extends ResponseBody { method ExceptionCatchingResponseBody (line 309) | ExceptionCatchingResponseBody(ResponseBody delegate) { method contentType (line 326) | @Override method contentLength (line 331) | @Override method source (line 336) | @Override method close (line 341) | @Override method throwIfCaught (line 346) | void throwIfCaught() throws IOException { FILE: retrofit/src/main/java/retrofit2/OptionalConverterFactory.java class OptionalConverterFactory (line 37) | @IgnoreJRERequirement // Only added when Optional is available (Java 8+ ... method create (line 40) | public static OptionalConverterFactory create() { method OptionalConverterFactory (line 44) | OptionalConverterFactory() {} method responseBodyConverter (line 46) | @Override class OptionalConverter (line 59) | @IgnoreJRERequirement method OptionalConverter (line 63) | OptionalConverter(Converter delegate) { method convert (line 67) | @Override FILE: retrofit/src/main/java/retrofit2/ParameterHandler.java class ParameterHandler (line 27) | abstract class ParameterHandler { method apply (line 28) | abstract void apply(RequestBuilder builder, @Nullable T value) throws ... method iterable (line 30) | final ParameterHandler> iterable() { method array (line 43) | final ParameterHandler array() { class RelativeUrl (line 57) | static final class RelativeUrl extends ParameterHandler { method RelativeUrl (line 61) | RelativeUrl(Method method, int p) { method apply (line 66) | @Override class Header (line 75) | static final class Header extends ParameterHandler { method Header (line 80) | Header(String name, Converter valueConverter, boolean all... method apply (line 86) | @Override class Path (line 97) | static final class Path extends ParameterHandler { method Path (line 104) | Path(Method method, int p, String name, Converter valueCo... method apply (line 112) | @Override class Query (line 122) | static final class Query extends ParameterHandler { method Query (line 127) | Query(String name, Converter valueConverter, boolean enco... method apply (line 133) | @Override class QueryName (line 144) | static final class QueryName extends ParameterHandler { method QueryName (line 148) | QueryName(Converter nameConverter, boolean encoded) { method apply (line 153) | @Override class QueryMap (line 160) | static final class QueryMap extends ParameterHandler> { method QueryMap (line 166) | QueryMap(Method method, int p, Converter valueConverter, ... method apply (line 173) | @Override class HeaderMap (line 209) | static final class HeaderMap extends ParameterHandler { method Headers (line 252) | Headers(Method method, int p) { method apply (line 257) | @Override class Field (line 266) | static final class Field extends ParameterHandler { method Field (line 271) | Field(String name, Converter valueConverter, boolean enco... method apply (line 277) | @Override class FieldMap (line 288) | static final class FieldMap extends ParameterHandler> { method FieldMap (line 294) | FieldMap(Method method, int p, Converter valueConverter, ... method apply (line 301) | @Override class Part (line 337) | static final class Part extends ParameterHandler { method Part (line 343) | Part(Method method, int p, okhttp3.Headers headers, Converter { method RawPart (line 367) | private RawPart() {} method apply (line 369) | @Override class PartMap (line 377) | static final class PartMap extends ParameterHandler> { method PartMap (line 383) | PartMap( method apply (line 391) | @Override class Body (line 420) | static final class Body extends ParameterHandler { method Body (line 425) | Body(Method method, int p, Converter converter) { method apply (line 431) | @Override class Tag (line 446) | static final class Tag extends ParameterHandler { method Tag (line 449) | Tag(Class cls) { method apply (line 453) | @Override FILE: retrofit/src/main/java/retrofit2/Platform.java class Platform (line 23) | final class Platform { method Platform (line 55) | private Platform() {} FILE: retrofit/src/main/java/retrofit2/Reflection.java class Reflection (line 25) | class Reflection { method isDefaultMethod (line 26) | boolean isDefaultMethod(Method method) { method invokeDefaultMethod (line 30) | @Nullable method describeMethodParameter (line 37) | String describeMethodParameter(Method method, int index) { class Java8 (line 41) | @IgnoreJRERequirement // Only used on JVM. method isDefaultMethod (line 43) | @Override method invokeDefaultMethod (line 48) | @Override method describeMethodParameter (line 55) | @Override class Android24 (line 71) | @TargetApi(24) method isDefaultMethod (line 74) | @Override method invokeDefaultMethod (line 79) | @Override FILE: retrofit/src/main/java/retrofit2/RequestBuilder.java class RequestBuilder (line 31) | final class RequestBuilder { method RequestBuilder (line 67) | RequestBuilder( method setRelativeUrl (line 99) | void setRelativeUrl(Object relativeUrl) { method addHeader (line 103) | void addHeader(String name, String value, boolean allowUnsafeNonAsciiV... method addHeaders (line 117) | void addHeaders(Headers headers) { method addPathParam (line 121) | void addPathParam(String name, String value, boolean encoded) { method canonicalizeForPath (line 135) | private static String canonicalizeForPath(String input, boolean alread... method canonicalizeForPath (line 155) | private static void canonicalizeForPath( method addQueryParam (line 187) | void addQueryParam(String name, @Nullable String value, boolean encode... method addFormField (line 207) | @SuppressWarnings("ConstantConditions") // Only called when isFormEnco... method addPart (line 216) | @SuppressWarnings("ConstantConditions") // Only called when isMultipar... method addPart (line 221) | @SuppressWarnings("ConstantConditions") // Only called when isMultipar... method setBody (line 226) | void setBody(RequestBody body) { method addTag (line 230) | void addTag(Class cls, @Nullable T value) { method get (line 234) | Request.Builder get() { class ContentTypeOverridingRequestBody (line 274) | private static class ContentTypeOverridingRequestBody extends RequestB... method ContentTypeOverridingRequestBody (line 278) | ContentTypeOverridingRequestBody(RequestBody delegate, MediaType con... method contentType (line 283) | @Override method contentLength (line 288) | @Override method writeTo (line 293) | @Override FILE: retrofit/src/main/java/retrofit2/RequestFactory.java class RequestFactory (line 65) | final class RequestFactory { method parseAnnotations (line 66) | static RequestFactory parseAnnotations(Retrofit retrofit, Class ser... method RequestFactory (line 83) | RequestFactory(Builder builder) { method create (line 98) | okhttp3.Request create(@Nullable Object instance, Object[] args) throw... class Builder (line 145) | static final class Builder { method Builder (line 177) | Builder(Retrofit retrofit, Class service, Method method) { method build (line 186) | RequestFactory build() { method parseMethodAnnotation (line 232) | private void parseMethodAnnotation(Annotation annotation) { method parseHttpMethodAndPath (line 270) | private void parseHttpMethodAndPath(String httpMethod, String value,... method parseHeaders (line 304) | private Headers parseHeaders(String[] headers, boolean allowUnsafeNo... method parseParameter (line 329) | private @Nullable ParameterHandler parseParameter( method parseParameterAnnotation (line 367) | @Nullable method validateResolvableType (line 825) | private void validateResolvableType(int p, Type type) { method validatePathName (line 832) | private void validatePathName(int p, String name) { method parsePathParameters (line 851) | static Set parsePathParameters(String path) { method boxIfPrimitive (line 860) | private static Class boxIfPrimitive(Class type) { FILE: retrofit/src/main/java/retrofit2/Response.java class Response (line 26) | public final class Response { method success (line 28) | public static Response success(@Nullable T body) { method success (line 43) | public static Response success(int code, @Nullable T body) { method success (line 61) | public static Response success(@Nullable T body, Headers header... method success (line 78) | public static Response success(@Nullable T body, okhttp3.Respon... method error (line 90) | public static Response error(int code, ResponseBody body) { method error (line 105) | public static Response error(ResponseBody body, okhttp3.Respons... method Response (line 118) | private Response( method raw (line 126) | public okhttp3.Response raw() { method code (line 131) | public int code() { method message (line 136) | public String message() { method headers (line 141) | public Headers headers() { method isSuccessful (line 146) | public boolean isSuccessful() { method body (line 151) | public @Nullable T body() { method errorBody (line 156) | public @Nullable ResponseBody errorBody() { method toString (line 160) | @Override FILE: retrofit/src/main/java/retrofit2/Retrofit.java class Retrofit (line 65) | public final class Retrofit { method Retrofit (line 89) | Retrofit( method create (line 156) | @SuppressWarnings("unchecked") // Single-interface proxy creation guar... method validateServiceInterface (line 182) | private void validateServiceInterface(Class service) { method loadServiceMethod (line 214) | ServiceMethod loadServiceMethod(Class service, Method method) { method callFactory (line 269) | public okhttp3.Call.Factory callFactory() { method baseUrl (line 274) | public HttpUrl baseUrl() { method callAdapterFactories (line 282) | public List callAdapterFactories() { method callAdapter (line 292) | public CallAdapter callAdapter(Type returnType, Annotation[] ann... method nextCallAdapter (line 302) | public CallAdapter nextCallAdapter( method converterFactories (line 337) | public List converterFactories() { method requestBodyConverter (line 347) | public Converter requestBodyConverter( method nextRequestBodyConverter (line 358) | public Converter nextRequestBodyConverter( method responseBodyConverter (line 400) | public Converter responseBodyConverter(Type type,... method nextResponseBodyConverter (line 410) | public Converter nextResponseBodyConverter( method stringConverter (line 447) | public Converter stringConverter(Type type, Annotation[... method callbackExecutor (line 469) | public @Nullable Executor callbackExecutor() { method newBuilder (line 473) | public Builder newBuilder() { class Builder (line 483) | public static final class Builder { method Builder (line 491) | public Builder() {} method Builder (line 493) | Builder(Retrofit retrofit) { method client (line 523) | public Builder client(OkHttpClient client) { method callFactory (line 532) | public Builder callFactory(okhttp3.Call.Factory factory) { method baseUrl (line 542) | public Builder baseUrl(URL baseUrl) { method baseUrl (line 552) | public Builder baseUrl(String baseUrl) { method baseUrl (line 607) | public Builder baseUrl(HttpUrl baseUrl) { method addConverterFactory (line 618) | public Builder addConverterFactory(Converter.Factory factory) { method addCallAdapterFactory (line 627) | public Builder addCallAdapterFactory(CallAdapter.Factory factory) { method callbackExecutor (line 639) | public Builder callbackExecutor(Executor executor) { method callAdapterFactories (line 645) | public List callAdapterFactories() { method converterFactories (line 650) | public List converterFactories() { method validateEagerly (line 658) | public Builder validateEagerly(boolean validateEagerly) { method build (line 669) | public Retrofit build() { FILE: retrofit/src/main/java/retrofit2/ServiceMethod.java class ServiceMethod (line 24) | abstract class ServiceMethod { method parseAnnotations (line 25) | static ServiceMethod parseAnnotations(Retrofit retrofit, Class<... method invoke (line 42) | abstract @Nullable T invoke(Object instance, Object[] args); FILE: retrofit/src/main/java/retrofit2/SkipCallbackExecutorImpl.java class SkipCallbackExecutorImpl (line 21) | final class SkipCallbackExecutorImpl implements SkipCallbackExecutor { method ensurePresent (line 24) | static Annotation[] ensurePresent(Annotation[] annotations) { method annotationType (line 36) | @Override method equals (line 41) | @Override method hashCode (line 46) | @Override method toString (line 51) | @Override FILE: retrofit/src/main/java/retrofit2/Utils.java class Utils (line 36) | final class Utils { method Utils (line 39) | private Utils() { method methodError (line 43) | static RuntimeException methodError(Method method, String message, Obj... method methodError (line 47) | @SuppressWarnings("AnnotateFormatMethod") method parameterError (line 60) | static RuntimeException parameterError( method parameterError (line 66) | static RuntimeException parameterError(Method method, int p, String me... method getRawType (line 71) | static Class getRawType(Type type) { method equals (line 109) | static boolean equals(Type a, Type b) { method getGenericSupertype (line 159) | static Type getGenericSupertype(Type context, Class rawType, Class<... method indexOf (line 191) | private static int indexOf(Object[] array, Object toFind) { method typeToString (line 198) | static String typeToString(Type type) { method getSupertype (line 209) | static Type getSupertype(Type context, Class contextRawType, Class<... method resolve (line 215) | static Type resolve(Type context, Class contextRawType, Type toReso... method resolveTypeVariable (line 287) | private static Type resolveTypeVariable( method declaringClassOf (line 307) | private static @Nullable Class declaringClassOf(TypeVariable typ... method checkNotPrimitive (line 312) | static void checkNotPrimitive(Type type) { method isAnnotationPresent (line 319) | static boolean isAnnotationPresent(Annotation[] annotations, Class Request buildRequest(Class cls, Retrofit.Builder builder... method buildRequest (line 42) | static Request buildRequest(Class cls, Object... args) { method onlyMethod (line 51) | static Method onlyMethod(Class c) { method repeat (line 59) | static String repeat(char c, int times) { FILE: retrofit/test-helpers/src/main/java/retrofit2/helpers/DelegatingCallAdapterFactory.java class DelegatingCallAdapterFactory (line 23) | public final class DelegatingCallAdapterFactory extends CallAdapter.Fact... method get (line 26) | @Override FILE: retrofit/test-helpers/src/main/java/retrofit2/helpers/ExampleWithoutParameterNames.java type ExampleWithoutParameterNames (line 23) | public interface ExampleWithoutParameterNames { method method (line 24) | @GET("/") FILE: retrofit/test-helpers/src/main/java/retrofit2/helpers/NonMatchingCallAdapterFactory.java class NonMatchingCallAdapterFactory (line 24) | public final class NonMatchingCallAdapterFactory extends CallAdapter.Fac... method get (line 27) | @Override FILE: retrofit/test-helpers/src/main/java/retrofit2/helpers/NonMatchingConverterFactory.java class NonMatchingConverterFactory (line 26) | public final class NonMatchingConverterFactory extends Converter.Factory { method responseBodyConverter (line 29) | @Override method requestBodyConverter (line 36) | @Override method stringConverter (line 46) | @Override FILE: retrofit/test-helpers/src/main/java/retrofit2/helpers/NullObjectConverterFactory.java class NullObjectConverterFactory (line 25) | public final class NullObjectConverterFactory extends Converter.Factory { method stringConverter (line 26) | @Override FILE: retrofit/test-helpers/src/main/java/retrofit2/helpers/ObjectInstanceConverterFactory.java class ObjectInstanceConverterFactory (line 25) | public final class ObjectInstanceConverterFactory extends Converter.Fact... method responseBodyConverter (line 28) | @Override FILE: retrofit/test-helpers/src/main/java/retrofit2/helpers/ToStringConverterFactory.java class ToStringConverterFactory (line 27) | public class ToStringConverterFactory extends Converter.Factory { method responseBodyConverter (line 30) | @Override method requestBodyConverter (line 39) | @Override FILE: samples/src/main/java/com/example/retrofit/AnnotatedConverters.java class AnnotatedConverters (line 43) | final class AnnotatedConverters { class AnnotatedConverterFactory (line 44) | public static final class AnnotatedConverterFactory extends Converter.... class Builder (line 47) | public static final class Builder { method add (line 51) | public Builder add(Class cls, Converter.Fact... method build (line 62) | public AnnotatedConverterFactory build() { method AnnotatedConverterFactory (line 67) | AnnotatedConverterFactory(Map, Converter... method responseBodyConverter (line 71) | @Override method requestBodyConverter (line 83) | @Override class Library (line 109) | @Default(value = DefaultType.FIELD) type Service (line 114) | interface Service { method exampleMoshi (line 115) | @GET("/") method exampleGson (line 119) | @GET("/") method exampleSimpleXml (line 123) | @GET("/") method exampleDefault (line 127) | @GET("/") method main (line 131) | public static void main(String... args) throws IOException { FILE: samples/src/main/java/com/example/retrofit/ChunkingConverter.java class ChunkingConverter (line 41) | public final class ChunkingConverter { class ChunkingConverterFactory (line 50) | static class ChunkingConverterFactory extends Converter.Factory { method requestBodyConverter (line 51) | @Override class Repo (line 88) | static class Repo { method Repo (line 92) | Repo(String owner, String name) { type Service (line 98) | interface Service { method sendNormal (line 99) | @POST("/") method sendChunked (line 102) | @POST("/") method main (line 106) | public static void main(String... args) throws IOException, Interrupte... FILE: samples/src/main/java/com/example/retrofit/Crawler.java class Crawler (line 48) | public final class Crawler { method Crawler (line 54) | public Crawler(PageService pageService) { method crawlPage (line 58) | public void crawlPage(HttpUrl url) { method main (line 98) | public static void main(String... args) throws Exception { type PageService (line 122) | interface PageService { method get (line 123) | @GET class Page (line 127) | static class Page { method Page (line 131) | Page(String title, List links) { class PageAdapter (line 137) | static final class PageAdapter implements Converter { method responseBodyConverter (line 140) | @Override method convert (line 148) | @Override FILE: samples/src/main/java/com/example/retrofit/DeserializeErrorBody.java class DeserializeErrorBody (line 30) | public final class DeserializeErrorBody { type Service (line 31) | interface Service { method getUser (line 32) | @GET("/user") class User (line 36) | static class User { class ErrorBody (line 40) | static class ErrorBody { method main (line 44) | public static void main(String... args) throws IOException { FILE: samples/src/main/java/com/example/retrofit/DynamicBaseUrl.java class DynamicBaseUrl (line 34) | public final class DynamicBaseUrl { type Pop (line 35) | public interface Pop { method robots (line 36) | @GET("robots.txt") class HostSelectionInterceptor (line 40) | static final class HostSelectionInterceptor implements Interceptor { method setHost (line 43) | public void setHost(String host) { method intercept (line 47) | @Override method main (line 59) | public static void main(String... args) throws IOException { FILE: samples/src/main/java/com/example/retrofit/ErrorHandlingAdapter.java class ErrorHandlingAdapter (line 36) | public final class ErrorHandlingAdapter { type MyCallback (line 38) | interface MyCallback { method success (line 40) | void success(Response response); method unauthenticated (line 43) | void unauthenticated(Response response); method clientError (line 46) | void clientError(Response response); method serverError (line 49) | void serverError(Response response); method networkError (line 52) | void networkError(IOException e); method unexpectedError (line 55) | void unexpectedError(Throwable t); type MyCall (line 58) | interface MyCall { method cancel (line 59) | void cancel(); method enqueue (line 61) | void enqueue(MyCallback callback); method clone (line 63) | MyCall clone(); class ErrorHandlingCallAdapterFactory (line 69) | public static class ErrorHandlingCallAdapterFactory extends CallAdapte... method get (line 70) | @Override class ErrorHandlingCallAdapter (line 85) | private static final class ErrorHandlingCallAdapter implements Ca... method ErrorHandlingCallAdapter (line 89) | ErrorHandlingCallAdapter(Type responseType, Executor callbackExecu... method responseType (line 94) | @Override method adapt (line 99) | @Override class MyCallAdapter (line 107) | static class MyCallAdapter implements MyCall { method MyCallAdapter (line 111) | MyCallAdapter(Call call, Executor callbackExecutor) { method cancel (line 116) | @Override method enqueue (line 121) | @Override method clone (line 160) | @Override type HttpBinService (line 166) | interface HttpBinService { method getIp (line 167) | @GET("/ip") class Ip (line 171) | static class Ip { method main (line 175) | public static void main(String... args) { FILE: samples/src/main/java/com/example/retrofit/InvocationMetrics.java class InvocationMetrics (line 31) | public final class InvocationMetrics { type Browse (line 32) | public interface Browse { method robots (line 33) | @GET("/robots.txt") method favicon (line 36) | @GET("/favicon.ico") method home (line 39) | @GET("/") method page (line 42) | @GET class InvocationLogger (line 46) | static final class InvocationLogger implements Interceptor { method intercept (line 47) | @Override method main (line 69) | public static void main(String... args) throws IOException { FILE: samples/src/main/java/com/example/retrofit/JsonAndXmlConverters.java class JsonAndXmlConverters (line 46) | public final class JsonAndXmlConverters { class QualifiedTypeConverterFactory (line 53) | static class QualifiedTypeConverterFactory extends Converter.Factory { method QualifiedTypeConverterFactory (line 57) | QualifiedTypeConverterFactory(Converter.Factory jsonFactory, Convert... method responseBodyConverter (line 62) | @Override method requestBodyConverter (line 76) | @Override class User (line 96) | @Default(value = DefaultType.FIELD) type Service (line 101) | interface Service { method exampleJson (line 102) | @GET("/") method exampleXml (line 106) | @GET("/") method main (line 111) | public static void main(String... args) throws IOException { FILE: samples/src/main/java/com/example/retrofit/JsonQueryParameters.java class JsonQueryParameters (line 39) | public final class JsonQueryParameters { class JsonStringConverterFactory (line 43) | static class JsonStringConverterFactory extends Converter.Factory { method JsonStringConverterFactory (line 46) | JsonStringConverterFactory(Converter.Factory delegateFactory) { method stringConverter (line 50) | @Override class DelegateToStringConverter (line 66) | static class DelegateToStringConverter implements Converter delegate) { method convert (line 73) | @Override class Filter (line 82) | static class Filter { method Filter (line 85) | Filter(String userId) { type Service (line 90) | interface Service { method example (line 91) | @GET("/filter") method main (line 95) | @SuppressWarnings("UnusedVariable") FILE: samples/src/main/java/com/example/retrofit/RxJavaObserveOnMainThread.java class RxJavaObserveOnMainThread (line 31) | public final class RxJavaObserveOnMainThread { method main (line 32) | @SuppressWarnings("UnusedVariable") class ObserveOnMainCallAdapterFactory (line 47) | static final class ObserveOnMainCallAdapterFactory extends CallAdapter... method ObserveOnMainCallAdapterFactory (line 50) | ObserveOnMainCallAdapterFactory(Scheduler scheduler) { method get (line 54) | @Override FILE: samples/src/main/java/com/example/retrofit/SimpleMockService.java class SimpleMockService (line 23) | public final class SimpleMockService { class MockGitHub (line 25) | static final class MockGitHub implements GitHub { method MockGitHub (line 29) | MockGitHub(BehaviorDelegate delegate) { method contributors (line 41) | @Override method addContributor (line 54) | void addContributor(String owner, String repo, String name, int cont... method main (line 69) | public static void main(String... args) throws IOException { method printContributors (line 98) | private static void printContributors(GitHub gitHub, String owner, Str... FILE: samples/src/main/java/com/example/retrofit/SimpleService.java class SimpleService (line 26) | public final class SimpleService { class Contributor (line 29) | public static class Contributor { method Contributor (line 33) | public Contributor(String login, int contributions) { type GitHub (line 39) | public interface GitHub { method contributors (line 40) | @GET("/repos/{owner}/{repo}/contributors") method main (line 44) | public static void main(String... args) throws IOException { FILE: website/public/1.x/converter-jackson/script.js function show (line 1) | function show(type) function updateTabs (line 16) | function updateTabs(type) FILE: website/public/1.x/converter-protobuf/script.js function show (line 1) | function show(type) function updateTabs (line 16) | function updateTabs(type) FILE: website/public/1.x/converter-simplexml/script.js function show (line 1) | function show(type) function updateTabs (line 16) | function updateTabs(type) FILE: website/public/1.x/converter-wire/script.js function show (line 1) | function show(type) function updateTabs (line 16) | function updateTabs(type) FILE: website/public/1.x/retrofit-mock/script.js function show (line 1) | function show(type) function updateTabs (line 16) | function updateTabs(type) FILE: website/public/1.x/retrofit/script.js function show (line 1) | function show(type) function updateTabs (line 16) | function updateTabs(type) FILE: website/public/2.x/adapter-guava/script.js function show (line 1) | function show(type) function updateTabs (line 16) | function updateTabs(type) FILE: website/public/2.x/adapter-java8/script.js function show (line 1) | function show(type) function updateTabs (line 16) | function updateTabs(type) FILE: website/public/2.x/adapter-rxjava/script.js function show (line 1) | function show(type) function updateTabs (line 16) | function updateTabs(type) FILE: website/public/2.x/adapter-rxjava2/script.js function show (line 1) | function show(type) function updateTabs (line 16) | function updateTabs(type) FILE: website/public/2.x/adapter-rxjava3/script.js function show (line 1) | function show(type) function updateTabs (line 16) | function updateTabs(type) FILE: website/public/2.x/adapter-scala/script.js function show (line 1) | function show(type) function updateTabs (line 16) | function updateTabs(type) FILE: website/public/2.x/converter-gson/script.js function show (line 1) | function show(type) function updateTabs (line 16) | function updateTabs(type) FILE: website/public/2.x/converter-guava/script.js function show (line 1) | function show(type) function updateTabs (line 16) | function updateTabs(type) FILE: website/public/2.x/converter-jackson/script.js function show (line 1) | function show(type) function updateTabs (line 16) | function updateTabs(type) FILE: website/public/2.x/converter-java8/script.js function show (line 1) | function show(type) function updateTabs (line 16) | function updateTabs(type) FILE: website/public/2.x/converter-jaxb/script.js function show (line 1) | function show(type) function updateTabs (line 16) | function updateTabs(type) FILE: website/public/2.x/converter-jaxb3/script.js function show (line 1) | function show(type) function updateTabs (line 16) | function updateTabs(type) FILE: website/public/2.x/converter-kotlinx-serialization/scripts/main.js function t (line 1) | function t(e){for(var t=-1,r=0;r-1} function Dn (line 9) | function Dn(e,n,t){for(var r=-1,o=null==e?0:e.length;++r-1;);return t} function ot (line 9) | function ot(e,n){for(var t=e.length;t--&&Gn(n,e[t],0)>-1;);return t} function lt (line 9) | function lt(e){return"\\"+fn[e]} function ct (line 9) | function ct(e){return on.test(e)} function ut (line 9) | function ut(e){var n=-1,t=Array(e.size);return e.forEach((function(e,r){... function st (line 9) | function st(e,n){return function(t){return e(n(t))}} function ft (line 9) | function ft(e,n){for(var t=-1,r=e.length,o=0,i=[];++t=n?e:n)... function ur (line 9) | function ur(e,n,t,r,i,a){var l,c=1&n,u=2&n,s=4&n;if(t&&(l=i?t(e,r,i,a):t... function sr (line 9) | function sr(e,n,t){var r=t.length;if(null==e)return!r;for(e=ke(e);r--;){... function fr (line 9) | function fr(e,n,t){if("function"!=typeof e)throw new Te(i);return Ii((fu... function pr (line 9) | function pr(e,n,t,r){var o=-1,i=zn,a=!0,l=e.length,c=[],u=n.length;if(!l... function hr (line 9) | function hr(e,n){var t=!0;return dr(e,(function(e,r,o){return t=!!n(e,r,... function vr (line 9) | function vr(e,n,t){for(var r=-1,i=e.length;++rn} function Or (line 9) | function Or(e,n){return null!=e&&Re.call(e,n)} function Br (line 9) | function Br(e,n){return null!=e&&n in ke(e)} function Tr (line 9) | function Tr(e,n,t){for(var i=t?Dn:zn,a=e[0].length,l=e.length,c=l,u=r(l)... function Pr (line 9) | function Pr(e,n,t){var r=null==(e=Bi(e,n=Eo(n,e)))?e:e[Ni(Xi(n))];return... function Ir (line 9) | function Ir(e){return tl(e)&&Sr(e)==A} function jr (line 9) | function jr(e,n,t,r,i){return e===n||(null==e||null==n||!tl(e)&&!tl(n)?e... function zr (line 9) | function zr(e,n,t,r){var i=t.length,a=i,l=!r;if(null==e)return!a;for(e=k... function Dr (line 9) | function Dr(e){return!(!nl(e)||(n=e,Ne&&Ne in n))&&(Za(e)?He:Ae).test(Fi... function Rr (line 9) | function Rr(e){return"function"==typeof e?e:null==e?oc:"object"==typeof ... function Mr (line 9) | function Mr(e){if(!xi(e))return Kn(e);var n=[];for(var t in ke(e))Re.cal... function Nr (line 9) | function Nr(e){if(!nl(e))return function(e){var n=[];if(null!=e)for(var ... function Fr (line 9) | function Fr(e,n){return eg)return t;do{n%2&&(t+=e),(n=bn(... function Xr (line 9) | function Xr(e,n){return ji(Oi(e,n,oc),e+"")} function Zr (line 9) | function Zr(e){return Zt(Ul(e))} function Jr (line 9) | function Jr(e,n){var t=Ul(e);return Ri(t,cr(n,0,t.length))} function eo (line 9) | function eo(e,n,t,r){if(!nl(e))return e;for(var i=-1,a=(n=Eo(n,e)).lengt... function ro (line 9) | function ro(e){return Ri(Ul(e))} function oo (line 9) | function oo(e,n,t){var o=-1,i=e.length;n<0&&(n=-n>i?0:i+n),(t=t>i?i:t)<0... function io (line 9) | function io(e,n){var t;return dr(e,(function(e,r,o){return!(t=n(e,r,o))}... function ao (line 9) | function ao(e,n,t){var r=0,o=null==e?r:e.length;if("number"==typeof n&&n... function lo (line 9) | function lo(e,n,t,r){var i=0,a=null==e?0:e.length;if(0===a)return 0;for(... function co (line 9) | function co(e,n){for(var t=-1,r=e.length,o=0,i=[];++t=r?e:oo(e,n,t)} function xo (line 9) | function xo(e,n){if(n)return e.slice();var t=e.length,r=qe?qe(t):new e.c... function So (line 9) | function So(e){var n=new e.constructor(e.byteLength);return new Ye(n).se... function ko (line 9) | function ko(e,n){var t=n?So(e.buffer):e.buffer;return new e.constructor(... function Oo (line 9) | function Oo(e,n){if(e!==n){var t=e!==o,r=null===e,i=e==e,a=ul(e),l=n!==o... function Bo (line 9) | function Bo(e,n,t,o){for(var i=-1,a=e.length,l=t.length,c=-1,u=n.length,... function To (line 9) | function To(e,n,t,o){for(var i=-1,a=e.length,l=-1,c=t.length,u=-1,s=n.le... function Po (line 9) | function Po(e,n){var t=-1,o=e.length;for(n||(n=r(o));++t1?t[i-1]... function Do (line 9) | function Do(e,n){return function(t,r){if(null==t)return t;if(!Va(t))retu... function Ro (line 9) | function Ro(e){return function(n,t,r){for(var o=-1,i=ke(n),a=r(n),l=a.le... function Mo (line 9) | function Mo(e){return function(n){var t=ct(n=ml(n))?ht(n):o,r=t?t[0]:n.c... function No (line 9) | function No(e){return function(n){return Nn(Zl(Gl(n).replace(en,"")),e,"... function Fo (line 9) | function Fo(e){return function(){var n=arguments;switch(n.length){case 0... function Lo (line 9) | function Lo(e){return function(n,t,r){var i=ke(n);if(!Va(n)){var a=si(t,... function Uo (line 9) | function Uo(e){return oi((function(n){var t=n.length,r=t,a=Gt.prototype.... function Ho (line 9) | function Ho(e,n,t,i,a,l,c,u,s,p){var d=n&f,g=1&n,h=2&n,v=24&n,b=512&n,A=... function Wo (line 9) | function Wo(e,n){return function(t,r){return function(e,n,t,r){return Er... function Go (line 9) | function Go(e,n){return function(t,r){var i;if(t===o&&r===o)return n;if(... function Yo (line 9) | function Yo(e){return oi((function(n){return n=Rn(n,et(si())),Xr((functi... function qo (line 9) | function qo(e,n){var t=(n=n===o?" ":so(n)).length;if(t<2)return t?Qr(n,e... function Vo (line 9) | function Vo(e){return function(n,t,i){return i&&"number"!=typeof i&&Ei(n... function $o (line 9) | function $o(e){return function(n,t){return"string"==typeof n&&"string"==... function Ko (line 9) | function Ko(e,n,t,r,i,a,l,c,f,p){var d=8&n;n|=d?u:s,4&(n&=~(d?s:u))||(n&... function Qo (line 9) | function Qo(e){var n=Se[e];return function(e,t){if(e=bl(e),(t=null==t?0:... function Zo (line 9) | function Zo(e){return function(n){var t=vi(n);return t==x?ut(n):t==T?dt(... function Jo (line 9) | function Jo(e,n,t,a,d,g,h,v){var b=2&n;if(!b&&"function"!=typeof e)throw... function ei (line 9) | function ei(e,n,t,r){return e===o||Ua(e,je[t])&&!Re.call(r,t)?n:e} function ni (line 9) | function ni(e,n,t,r,i,a){return nl(e)&&nl(n)&&(a.set(n,e),Wr(e,n,o,ni,a)... function ti (line 9) | function ti(e){return il(e)?o:e} function ri (line 9) | function ri(e,n,t,r,i,a){var l=1&t,c=e.length,u=n.length;if(c!=u&&!(l&&u... function oi (line 9) | function oi(e){return ji(Oi(e,o,qi),e+"")} function ii (line 9) | function ii(e){return xr(e,Il,gi)} function ai (line 9) | function ai(e){return xr(e,jl,hi)} function ci (line 9) | function ci(e){for(var n=e.name+"",t=It[n],r=Re.call(It,n)?t.length:0;r-... function ui (line 9) | function ui(e){return(Re.call(Ut,"placeholder")?Ut:e).placeholder} function si (line 9) | function si(){var e=Ut.iteratee||ic;return e=e===ic?Rr:e,arguments.lengt... function fi (line 9) | function fi(e,n){var t,r,o=e.__data__;return("string"==(r=typeof(t=n))||... function pi (line 9) | function pi(e){for(var n=Il(e),t=n.length;t--;){var r=n[t],o=e[r];n[t]=[... function di (line 9) | function di(e,n){var t=function(e,n){return null==e?o:e[n]}(e,n);return ... function bi (line 9) | function bi(e,n,t){for(var r=-1,o=(n=Eo(n,e)).length,i=!1;++r-1&&e%1==0&&e<=g} function nl (line 9) | function nl(e){var n=typeof e;return null!=e&&("object"==n||"function"==n)} function tl (line 9) | function tl(e){return null!=e&&"object"==typeof e} function ol (line 9) | function ol(e){return"number"==typeof e||tl(e)&&Sr(e)==S} function il (line 9) | function il(e){if(!tl(e)||Sr(e)!=k)return!1;var n=Ve(e);if(null===n)retu... function cl (line 9) | function cl(e){return"string"==typeof e||!Ya(e)&&tl(e)&&Sr(e)==P} function ul (line 9) | function ul(e){return"symbol"==typeof e||tl(e)&&Sr(e)==I} function dl (line 9) | function dl(e){if(!e)return[];if(Va(e))return cl(e)?ht(e):Po(e);if(Ze&&e... function gl (line 9) | function gl(e){return e?(e=bl(e))===d||e===-1/0?17976931348623157e292*(e... function hl (line 9) | function hl(e){var n=gl(e),t=n%1;return n==n?t?n-t:n:0} function vl (line 9) | function vl(e){return e?cr(hl(e),0,v):0} function bl (line 9) | function bl(e){if("number"==typeof e)return e;if(ul(e))return h;if(nl(e)... function Al (line 9) | function Al(e){return Io(e,jl(e))} function ml (line 9) | function ml(e){return null==e?"":so(e)} function kl (line 9) | function kl(e,n,t){var r=null==e?o:_r(e,n);return r===o?t:r} function Ol (line 9) | function Ol(e,n){return null!=e&&bi(e,n,Br)} function Il (line 9) | function Il(e){return Va(e)?Xt(e):Mr(e)} function jl (line 9) | function jl(e){return Va(e)?Xt(e,!0):Nr(e)} function Nl (line 9) | function Nl(e,n){if(null==e)return{};var t=Rn(ai(e),(function(e){return[... function Ul (line 9) | function Ul(e){return null==e?[]:nt(e,Il(e))} function Wl (line 9) | function Wl(e){return Xl(ml(e).toLowerCase())} function Gl (line 9) | function Gl(e){return(e=ml(e))&&e.replace(Ee,it).replace(nn,"")} function Zl (line 9) | function Zl(e,n,t){return e=ml(e),(n=t?o:n)===o?function(e){return an.te... function nc (line 9) | function nc(e){return function(){return e}} function oc (line 9) | function oc(e){return e} function ic (line 9) | function ic(e){return Rr("function"==typeof e?e:ur(e,1))} function cc (line 9) | function cc(e,n,t){var r=Il(n),o=wr(n,r);null!=t||nl(n)&&(o.length||!r.l... function uc (line 9) | function uc(){} function dc (line 9) | function dc(e){return Ci(e)?$n(Ni(e)):function(e){return function(n){ret... function vc (line 9) | function vc(){return[]} function bc (line 9) | function bc(){return!1} function z (line 14) | function z(e,n){if(e===1/0||e===-1/0||e!=e||e&&e>-1e3&&e<1e3||C.call(/e/... function N (line 14) | function N(e,n,t){var r="double"===(t.quoteStyle||n)?'"':"'";return r+e+r} function F (line 14) | function F(e){return m.call(String(e),/"/g,""")} function L (line 14) | function L(e){return!("[object Array]"!==Y(e)||P&&"object"==typeof e&&P ... function U (line 14) | function U(e){return!("[object RegExp]"!==Y(e)||P&&"object"==typeof e&&P... function H (line 14) | function H(e){if(T)return e&&"object"==typeof e&&e instanceof Symbol;if(... function W (line 14) | function W(n,t,r){if(t&&(l=x.call(l)).push(t),r){var i={depth:c.depth};r... function G (line 14) | function G(e,n){return W.call(e,n)} function Y (line 14) | function Y(e){return h.call(e)} function q (line 14) | function q(e,n){if(e.indexOf)return e.indexOf(n);for(var t=0,r=e.length;... function V (line 14) | function V(e,n){if(e.length>n.maxStringLength){var t=e.length-n.maxStrin... function $ (line 14) | function $(e){var n=e.charCodeAt(0),t={8:"b",9:"t",10:"n",12:"f",13:"r"}... function K (line 14) | function K(e){return"Object("+e+")"} function Q (line 14) | function Q(e){return e+" { ? }"} function X (line 14) | function X(e,n,t,r){return e+" ("+n+") {"+(r?Z(t,r):_.call(t,", "))+"}"} function Z (line 14) | function Z(e,n){if(0===e.length)return"";var t="\n"+n.prev+n.base;return... function J (line 14) | function J(e,n){var t=L(e),r=[];if(t){r.length=e.length;for(var o=0;ot;t++)n.push(e);return n} function Wn (line 22) | function Wn(e,n,t){e.pendingLanes|=n;var r=n-1;e.suspendedLanes&=r,e.pin... function Qn (line 22) | function Qn(e,n,t,r){Re||ze();var o=Zn,i=Re;Re=!0;try{je(o,e,n,t,r)}fina... function Xn (line 22) | function Xn(e,n,t,r){$n(Vn,Zn.bind(null,e,n,t,r))} function Zn (line 22) | function Zn(e,n,t,r){var o;if(Kn)if((o=!(4&n))&&0lo||(e.current=ao[lo],ao[lo]=null,lo--)} function so (line 22) | function so(e,n){lo++,ao[lo]=e.current,e.current=n} function vo (line 22) | function vo(e,n){var t=e.type.contextTypes;if(!t)return fo;var r=e.state... function bo (line 22) | function bo(e){return null!=(e=e.childContextTypes)} function Ao (line 22) | function Ao(){uo(go),uo(po)} function mo (line 22) | function mo(e,n,t){if(po.current!==fo)throw Error(a(168));so(po,n),so(go... function yo (line 22) | function yo(e,n,t){var r=e.stateNode;if(e=n.childContextTypes,"function"... function Eo (line 22) | function Eo(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMerged... function Co (line 22) | function Co(e,n,t){var r=e.stateNode;if(!r)throw Error(a(169));t?(e=yo(e... function Go (line 22) | function Go(){switch(Po()){case Io:return 99;case jo:return 98;case zo:r... function Yo (line 22) | function Yo(e){switch(e){case 99:return Io;case 98:return jo;case 97:ret... function qo (line 22) | function qo(e,n){return e=Yo(e),xo(e,n)} function Vo (line 22) | function Vo(e,n,t){return e=Yo(e),So(e,n,t)} function $o (line 22) | function $o(){if(null!==Lo){var e=Lo;Lo=null,ko(e)}Ko()} function Ko (line 22) | function Ko(){if(!Uo&&null!==Fo){Uo=!0;var e=0;try{var n=Fo;qo(99,(funct... function Xo (line 22) | function Xo(e,n){if(e&&e.defaultProps){for(var t in n=o({},n),e=e.defaul... function ti (line 22) | function ti(){ni=ei=Jo=null} function ri (line 22) | function ri(e){var n=Zo.current;uo(Zo),e.type._context._currentValue=n} function oi (line 22) | function oi(e,n){for(;null!==e;){var t=e.alternate;if((e.childLanes&n)==... function ii (line 22) | function ii(e,n){Jo=e,ni=ei=null,null!==(e=e.dependencies)&&null!==e.fir... function ai (line 22) | function ai(e,n){if(ni!==e&&!1!==n&&0!==n)if("number"==typeof n&&1073741... function ci (line 22) | function ci(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:... function ui (line 22) | function ui(e,n){e=e.updateQueue,n.updateQueue===e&&(n.updateQueue={base... function si (line 22) | function si(e,n){return{eventTime:e,lane:n,tag:0,payload:null,callback:n... function fi (line 22) | function fi(e,n){if(null!==(e=e.updateQueue)){var t=(e=e.shared).pending... function pi (line 22) | function pi(e,n){var t=e.updateQueue,r=e.alternate;if(null!==r&&t===(r=r... function di (line 22) | function di(e,n,t,r){var i=e.updateQueue;li=!1;var a=i.firstBaseUpdate,l... function gi (line 22) | function gi(e,n,t){if(e=n.effects,n.effects=null,null!==e)for(n=0;nt?98:t,(function(){e(!0)})),qo(97>>1,o=e[r];... function w (line 47) | function w(e){return void 0===(e=e[0])?null:e} function _ (line 47) | function _(e){var n=e[0];if(void 0!==n){var t=e.pop();if(t!==n){e[0]=t;e... function x (line 47) | function x(e,n){var t=e.sortIndex-n.sortIndex;return 0!==t?t:e.id-n.id} function z (line 47) | function z(e){for(var n=w(k);null!==n;){if(null===n.callback)_(k);else{i... function D (line 47) | function D(e){if(j=!1,z(e),!I)if(null!==w(S))I=!0,t(R);else{var n=w(k);n... function R (line 47) | function R(e,t){I=!1,j&&(j=!1,o()),P=!0;var i=T;try{for(z(t),B=w(S);null... function f (line 47) | function f(e,n){var t=i({},s);return e.forEach((function(e){var r=e[0],o... function e (line 47) | function e(){this.os=s,this.device=s,this.browser=s} function r (line 47) | function r(e){try{if(!t.g.localStorage)return!1}catch(e){return!1}var n=... function o (line 52) | function o(){for(var e="",n=0;n0&&void 0!==arguments[0])||argumen... function k (line 52) | function k(e){var n=e.cellSize,t=e.cellSizeAndPositionManager,r=e.previo... function P (line 52) | function P(){var e=this.constructor.getDerivedStateFromProps(this.props,... function I (line 52) | function I(e){this.setState(function(n){var t=this.constructor.getDerive... function j (line 52) | function j(e,n){try{var t=this.props,r=this.state;this.props=e,this.stat... function H (line 52) | function H(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){va... function W (line 52) | function W(e){for(var n=1;n0&&void 0!==arguments[0]?argu... function xe (line 52) | function xe(e,n){return"".concat(e,"-").concat(n)} function Be (line 52) | function Be(e,n){if(e.length!==n.length)return!1;for(var t=0;te.length)&&(n=e.length);for(var t=0,r=Array... function Re (line 52) | function Re(){for(var e=arguments.length,n=new Array(e),t=0;te.length)&&(n=e.length);for(var t=0,r=Array... function wn (line 52) | function wn(e){return wn="function"==typeof Symbol&&"symbol"==typeof Sym... function _n (line 52) | function _n(){return _n=Object.assign?Object.assign.bind():function(e){f... function xn (line 52) | function xn(e,n){for(var t=0;te.length)&&(n=e.length);for(var t=0,r=Array... function St (line 52) | function St(e){var t,r=e.username,o=e.size,i=e.round,a=Math.abs(function... function Bt (line 52) | function Bt(e){return Bt="function"==typeof Symbol&&"symbol"==typeof Sym... function Tt (line 52) | function Tt(e,n){return function(e){if(Array.isArray(e))return e}(e)||fu... function Pt (line 52) | function Pt(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=Array... function It (line 52) | function It(){return It=Object.assign?Object.assign.bind():function(e){f... function jt (line 52) | function jt(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){v... function zt (line 52) | function zt(e){for(var n=1;ne.length)&&(n=e.length);for(var t=0,r=Array... function Ni (line 52) | function Ni(e,n){for(var t=0;te.length)&&(n=e.length);for(var t=0,r=Array... function ha (line 52) | function ha(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){v... function va (line 52) | function va(e){for(var n=1;ne.length)&&(n=e.length);for(var t=0,r=Array... function dl (line 52) | function dl(e,n){var t=arguments.length>2&&void 0!==arguments[2]&&argume... function ml (line 52) | function ml(e){return ml="function"==typeof Symbol&&"symbol"==typeof Sym... function yl (line 52) | function yl(){return yl=Object.assign?Object.assign.bind():function(e){f... function El (line 52) | function El(e,n){for(var t=0;t3&&void 0!==arguments[3]?argum... function Eu (line 52) | function Eu(e,n){var t=Array.isArray(e)?e[0]:e;if(null==t)return null;fo... function t (line 52) | function t(){var e;!function(e,n){if(!(e instanceof n))throw new TypeErr... function t (line 52) | function t(){this.constructor=e} function t (line 52) | function t(){return null!==n&&n.apply(this,arguments)||this} function Nu (line 52) | function Nu(e){return Nu="function"==typeof Symbol&&"symbol"==typeof Sym... function Fu (line 52) | function Fu(){return Fu=Object.assign?Object.assign.bind():function(e){f... function Lu (line 52) | function Lu(e,n){for(var t=0;t