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 dirigible-components-unit-odata-7.1.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.dirigible.components.odata.repository
├─ org.eclipse.dirigible.components.odata.repository.ODataContainerRepository.class - [JAR]
├─ org.eclipse.dirigible.components.odata.repository.ODataHandlerRepository.class - [JAR]
├─ org.eclipse.dirigible.components.odata.repository.ODataMappingRepository.class - [JAR]
├─ org.eclipse.dirigible.components.odata.repository.ODataRepository.class - [JAR]
├─ org.eclipse.dirigible.components.odata.repository.ODataSchemaRepository.class - [JAR]
org.eclipse.dirigible.components.odata.domain
├─ org.eclipse.dirigible.components.odata.domain.OData.class - [JAR]
├─ org.eclipse.dirigible.components.odata.domain.ODataContainer.class - [JAR]
├─ org.eclipse.dirigible.components.odata.domain.ODataHandler.class - [JAR]
├─ org.eclipse.dirigible.components.odata.domain.ODataMapping.class - [JAR]
├─ org.eclipse.dirigible.components.odata.domain.ODataSchema.class - [JAR]
org.eclipse.dirigible.components.odata.config
├─ org.eclipse.dirigible.components.odata.config.ODataConfig.class - [JAR]
├─ org.eclipse.dirigible.components.odata.config.ODataUnit.class - [JAR]
org.eclipse.dirigible.components.odata.service
├─ org.eclipse.dirigible.components.odata.service.ODataContainerService.class - [JAR]
├─ org.eclipse.dirigible.components.odata.service.ODataHandlerService.class - [JAR]
├─ org.eclipse.dirigible.components.odata.service.ODataMappingService.class - [JAR]
├─ org.eclipse.dirigible.components.odata.service.ODataMetadataService.class - [JAR]
├─ org.eclipse.dirigible.components.odata.service.ODataSchemaService.class - [JAR]
├─ org.eclipse.dirigible.components.odata.service.ODataService.class - [JAR]
org.eclipse.dirigible.components.odata.factory
├─ org.eclipse.dirigible.components.odata.factory.DirigibleODataServiceFactory.class - [JAR]
├─ org.eclipse.dirigible.components.odata.factory.ODataEdmTableMappingProvider.class - [JAR]
org.eclipse.dirigible.components.odata.handler
├─ org.eclipse.dirigible.components.odata.handler.ScriptingOData2EventHandler.class - [JAR]
org.eclipse.dirigible.components.odata.synchronizer
├─ org.eclipse.dirigible.components.odata.synchronizer.ODataSynchronizer.class - [JAR]
org.eclipse.dirigible.components.odata.api
├─ org.eclipse.dirigible.components.odata.api.ODataAssociation.class - [JAR]
├─ org.eclipse.dirigible.components.odata.api.ODataAssociationEnd.class - [JAR]
├─ org.eclipse.dirigible.components.odata.api.ODataEntity.class - [JAR]
├─ org.eclipse.dirigible.components.odata.api.ODataHandler.class - [JAR]
├─ org.eclipse.dirigible.components.odata.api.ODataHandlerMethods.class - [JAR]
├─ org.eclipse.dirigible.components.odata.api.ODataHandlerTypes.class - [JAR]
├─ org.eclipse.dirigible.components.odata.api.ODataManyToManyMappingTable.class - [JAR]
├─ org.eclipse.dirigible.components.odata.api.ODataNavigation.class - [JAR]
├─ org.eclipse.dirigible.components.odata.api.ODataParameter.class - [JAR]
├─ org.eclipse.dirigible.components.odata.api.ODataProperty.class - [JAR]
├─ org.eclipse.dirigible.components.odata.api.TableMetadataProvider.class - [JAR]
org.eclipse.dirigible.components.odata.transformers
├─ org.eclipse.dirigible.components.odata.transformers.DefaultPropertyNameEscaper.class - [JAR]
├─ org.eclipse.dirigible.components.odata.transformers.DefaultTableMetadataProvider.class - [JAR]
├─ org.eclipse.dirigible.components.odata.transformers.OData2ODataHTransformer.class - [JAR]
├─ org.eclipse.dirigible.components.odata.transformers.OData2ODataMTransformer.class - [JAR]
├─ org.eclipse.dirigible.components.odata.transformers.OData2ODataXTransformer.class - [JAR]
├─ org.eclipse.dirigible.components.odata.transformers.OData2TransformerException.class - [JAR]
├─ org.eclipse.dirigible.components.odata.transformers.ODataDatabaseMetadataUtil.class - [JAR]
├─ org.eclipse.dirigible.components.odata.transformers.ODataMetadataUtil.class - [JAR]
├─ org.eclipse.dirigible.components.odata.transformers.ODataPropertyNameEscaper.class - [JAR]