jar

com.github.switcherapi : switcher-client

Maven & Gradle

Aug 27, 2023
2 stars

Switcher Client · Switcher Client SDK for working with Switcher API

Table Of Contents

Latest Version

Download com.github.switcherapi : switcher-client JAR file - Latest Versions:

All Versions

Download com.github.switcherapi : switcher-client JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window switcher-client-1.4.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.switcherapi.client.model.response

├─ com.github.switcherapi.client.model.response.AuthRequest.class - [JAR]

├─ com.github.switcherapi.client.model.response.AuthResponse.class - [JAR]

├─ com.github.switcherapi.client.model.response.CriteriaResponse.class - [JAR]

├─ com.github.switcherapi.client.model.response.SnapshotVersionResponse.class - [JAR]

com.github.switcherapi.client.service.validators

├─ com.github.switcherapi.client.service.validators.DateValidator.class - [JAR]

├─ com.github.switcherapi.client.service.validators.NetworkValidator.class - [JAR]

├─ com.github.switcherapi.client.service.validators.NumericValidator.class - [JAR]

├─ com.github.switcherapi.client.service.validators.PayloadValidator.class - [JAR]

├─ com.github.switcherapi.client.service.validators.RegexValidator.class - [JAR]

├─ com.github.switcherapi.client.service.validators.RegexValidatorV8.class - [JAR]

├─ com.github.switcherapi.client.service.validators.TimeValidator.class - [JAR]

├─ com.github.switcherapi.client.service.validators.Validator.class - [JAR]

├─ com.github.switcherapi.client.service.validators.ValidatorComponent.class - [JAR]

├─ com.github.switcherapi.client.service.validators.ValueValidator.class - [JAR]

com.github.switcherapi.client.model

├─ com.github.switcherapi.client.model.AsyncSwitcher.class - [JAR]

├─ com.github.switcherapi.client.model.ContextKey.class - [JAR]

├─ com.github.switcherapi.client.model.Entry.class - [JAR]

├─ com.github.switcherapi.client.model.EntryOperation.class - [JAR]

├─ com.github.switcherapi.client.model.StrategyValidator.class - [JAR]

├─ com.github.switcherapi.client.model.Switcher.class - [JAR]

├─ com.github.switcherapi.client.model.SwitcherBuilder.class - [JAR]

com.github.switcherapi.client.remote

├─ com.github.switcherapi.client.remote.ClientWS.class - [JAR]

├─ com.github.switcherapi.client.remote.ClientWSBuilder.class - [JAR]

├─ com.github.switcherapi.client.remote.ClientWSImpl.class - [JAR]

com.github.switcherapi.client.service.remote

├─ com.github.switcherapi.client.service.remote.ClientRemote.class - [JAR]

├─ com.github.switcherapi.client.service.remote.ClientRemoteService.class - [JAR]

├─ com.github.switcherapi.client.service.remote.SwitcherRemoteService.class - [JAR]

com.github.switcherapi.client.service.local

├─ com.github.switcherapi.client.service.local.ClientLocalService.class - [JAR]

├─ com.github.switcherapi.client.service.local.SwitcherLocalService.class - [JAR]

com.github.switcherapi.client.utils

├─ com.github.switcherapi.client.utils.SnapshotEventHandler.class - [JAR]

├─ com.github.switcherapi.client.utils.SnapshotLoader.class - [JAR]

├─ com.github.switcherapi.client.utils.SnapshotWatcher.class - [JAR]

├─ com.github.switcherapi.client.utils.SwitcherUtils.class - [JAR]

com.github.switcherapi.client.model.criteria

├─ com.github.switcherapi.client.model.criteria.Config.class - [JAR]

├─ com.github.switcherapi.client.model.criteria.Criteria.class - [JAR]

├─ com.github.switcherapi.client.model.criteria.Domain.class - [JAR]

├─ com.github.switcherapi.client.model.criteria.Group.class - [JAR]

├─ com.github.switcherapi.client.model.criteria.Snapshot.class - [JAR]

├─ com.github.switcherapi.client.model.criteria.Strategy.class - [JAR]

├─ com.github.switcherapi.client.model.criteria.SwitcherElement.class - [JAR]

├─ com.github.switcherapi.client.model.criteria.SwitchersCheck.class - [JAR]

com.github.switcherapi.client

├─ com.github.switcherapi.client.ContextBuilder.class - [JAR]

├─ com.github.switcherapi.client.SnapshotCallback.class - [JAR]

├─ com.github.switcherapi.client.SwitcherContext.class - [JAR]

├─ com.github.switcherapi.client.SwitcherContextBase.class - [JAR]

├─ com.github.switcherapi.client.SwitcherContextValidator.class - [JAR]

├─ com.github.switcherapi.client.SwitcherExecutor.class - [JAR]

├─ com.github.switcherapi.client.SwitcherKey.class - [JAR]

├─ com.github.switcherapi.client.SwitcherMock.class - [JAR]

├─ com.github.switcherapi.client.SwitcherMockRunner.class - [JAR]

├─ com.github.switcherapi.client.SwitcherProperties.class - [JAR]

com.github.switcherapi.client.exception

├─ com.github.switcherapi.client.exception.SwitcherContextException.class - [JAR]

├─ com.github.switcherapi.client.exception.SwitcherException.class - [JAR]

├─ com.github.switcherapi.client.exception.SwitcherInvalidDateTimeArgumentException.class - [JAR]

├─ com.github.switcherapi.client.exception.SwitcherInvalidNumericFormat.class - [JAR]

├─ com.github.switcherapi.client.exception.SwitcherInvalidOperationException.class - [JAR]

├─ com.github.switcherapi.client.exception.SwitcherInvalidOperationInputException.class - [JAR]

├─ com.github.switcherapi.client.exception.SwitcherInvalidStrategyException.class - [JAR]

├─ com.github.switcherapi.client.exception.SwitcherInvalidTimeFormat.class - [JAR]

├─ com.github.switcherapi.client.exception.SwitcherInvalidValidatorException.class - [JAR]

├─ com.github.switcherapi.client.exception.SwitcherKeyNotFoundException.class - [JAR]

├─ com.github.switcherapi.client.exception.SwitcherRemoteException.class - [JAR]

├─ com.github.switcherapi.client.exception.SwitcherSnapshotLoadException.class - [JAR]

├─ com.github.switcherapi.client.exception.SwitcherSnapshotWriteException.class - [JAR]

├─ com.github.switcherapi.client.exception.SwitcherValidatorException.class - [JAR]

├─ com.github.switcherapi.client.exception.SwitchersValidationException.class - [JAR]

com.github.switcherapi.client.service

├─ com.github.switcherapi.client.service.ValidatorService.class - [JAR]

├─ com.github.switcherapi.client.service.WorkerName.class - [JAR]

Advertisement