View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-data-cosmosdb-2.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.microsoft.azure.spring.data.cosmosdb.core
├─ com.microsoft.azure.spring.data.cosmosdb.core.DocumentDbOperationValidator.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.core.DocumentDbOperations.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.core.DocumentDbTemplate.class - [JAR]
com.microsoft.azure.spring.data.cosmosdb.exception
├─ com.microsoft.azure.spring.data.cosmosdb.exception.DatabaseCreationException.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.exception.DocumentDBAccessException.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.exception.IllegalCollectionException.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.exception.IllegalQueryException.class - [JAR]
com.microsoft.azure.spring.data.cosmosdb.core.mapping
├─ com.microsoft.azure.spring.data.cosmosdb.core.mapping.BasicDocumentDbPersistentEntity.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.core.mapping.BasicDocumentDbPersistentProperty.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.core.mapping.Document.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.core.mapping.DocumentDbMappingContext.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.core.mapping.DocumentDbPersistentEntity.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.core.mapping.DocumentDbPersistentProperty.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.core.mapping.DocumentIndexingPolicy.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.core.mapping.PartitionKey.class - [JAR]
com.microsoft.azure.spring.data.cosmosdb.config
├─ com.microsoft.azure.spring.data.cosmosdb.config.AbstractDocumentDbConfiguration.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.config.ApplicationInsightConfiguration.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.config.DocumentDBConfig.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.config.DocumentDbConfigurationSupport.class - [JAR]
com.microsoft.azure.spring.data.cosmosdb.repository.support
├─ com.microsoft.azure.spring.data.cosmosdb.repository.support.DocumentDbEntityInformation.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.repository.support.DocumentDbRepositoryFactory.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.repository.support.DocumentDbRepositoryFactoryBean.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.repository.support.SimpleDocumentDbRepository.class - [JAR]
com.microsoft.azure.spring.data.cosmosdb.common
├─ com.microsoft.azure.spring.data.cosmosdb.common.MacAddress.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.common.PropertyLoader.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.common.TelemetryEventTracker.class - [JAR]
com.microsoft.azure.spring.data.cosmosdb.core.convert
├─ com.microsoft.azure.spring.data.cosmosdb.core.convert.MappingDocumentDbConverter.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.core.convert.ObjectMapperFactory.class - [JAR]
com.microsoft.azure.spring.data.cosmosdb.core.generator
├─ com.microsoft.azure.spring.data.cosmosdb.core.generator.AbstractQueryGenerator.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.core.generator.CountQueryGenerator.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.core.generator.FindQuerySpecGenerator.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.core.generator.QuerySpecGenerator.class - [JAR]
com.microsoft.azure.spring.data.cosmosdb.repository.query
├─ com.microsoft.azure.spring.data.cosmosdb.repository.query.AbstractDocumentDbQuery.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.repository.query.DocumentDbEntityMetadata.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.repository.query.DocumentDbParameter.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.repository.query.DocumentDbParameterAccessor.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.repository.query.DocumentDbParameterParameterAccessor.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.repository.query.DocumentDbParameters.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.repository.query.DocumentDbQueryCreator.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.repository.query.DocumentDbQueryExecution.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.repository.query.DocumentDbQueryMethod.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.repository.query.PartTreeDocumentDbQuery.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.repository.query.SimpleDocumentDbEntityMetadata.class - [JAR]
com.microsoft.azure.spring.data.cosmosdb.repository
├─ com.microsoft.azure.spring.data.cosmosdb.repository.DocumentDbRepository.class - [JAR]
com.microsoft.azure.spring.data.cosmosdb
├─ com.microsoft.azure.spring.data.cosmosdb.Constants.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.DocumentDbFactory.class - [JAR]
com.microsoft.azure.spring.data.cosmosdb.repository.config
├─ com.microsoft.azure.spring.data.cosmosdb.repository.config.DocumentDbRepositoriesRegistrar.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.repository.config.DocumentDbRepositoryConfigurationExtension.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.repository.config.EnableDocumentDbRepositories.class - [JAR]
com.microsoft.azure.spring.data.cosmosdb.core.query
├─ com.microsoft.azure.spring.data.cosmosdb.core.query.Criteria.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.core.query.CriteriaType.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.core.query.DocumentDbPageRequest.class - [JAR]
├─ com.microsoft.azure.spring.data.cosmosdb.core.query.DocumentQuery.class - [JAR]