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 opa-data-filter-spring-boot-starter-0.4.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.jferrater.opa.data.filter.spring.boot.starter.config
├─ com.github.jferrater.opa.data.filter.spring.boot.starter.config.PersistenceConfig.class - [JAR]
com.github.jferrater.opa.data.filter.spring.boot.starter.repository.mongodb
├─ com.github.jferrater.opa.data.filter.spring.boot.starter.repository.mongodb.AbstractMongoDbDao.class - [JAR]
com.github.jferrater.opa.ast.db.query.exception
├─ com.github.jferrater.opa.ast.db.query.exception.OpaClientException.class - [JAR]
├─ com.github.jferrater.opa.ast.db.query.exception.PartialEvauationException.class - [JAR]
com.github.jferrater.opa.ast.db.query.sql
├─ com.github.jferrater.opa.ast.db.query.sql.AstToSql.class - [JAR]
├─ com.github.jferrater.opa.ast.db.query.sql.OpaConstants.class - [JAR]
├─ com.github.jferrater.opa.ast.db.query.sql.SqlStatement.class - [JAR]
├─ com.github.jferrater.opa.ast.db.query.sql.TypedQueryBuilder.class - [JAR]
com.github.jferrater.opa.ast.db.query.core.util
├─ com.github.jferrater.opa.ast.db.query.core.util.SqlUtil.class - [JAR]
com.github.jferrater.opa.ast.db.query.model
├─ com.github.jferrater.opa.ast.db.query.model.Subject.class - [JAR]
com.github.jferrater.opa.ast.db.query.core.elements
├─ com.github.jferrater.opa.ast.db.query.core.elements.LogicalOperation.class - [JAR]
├─ com.github.jferrater.opa.ast.db.query.core.elements.QueryType.class - [JAR]
├─ com.github.jferrater.opa.ast.db.query.core.elements.SqlPredicate.class - [JAR]
com.github.jferrater.opa.ast.db.query.core.deserializer
├─ com.github.jferrater.opa.ast.db.query.core.deserializer.PredicateDeserializer.class - [JAR]
com.github.jferrater.opa.ast.db.query.mongodb
├─ com.github.jferrater.opa.ast.db.query.mongodb.AstToMongoDBQuery.class - [JAR]
com.github.jferrater.opa.ast.db.query.model.request
├─ com.github.jferrater.opa.ast.db.query.model.request.PartialRequest.class - [JAR]
com.github.jferrater.opa.ast.db.query.config
├─ com.github.jferrater.opa.ast.db.query.config.AppConfig.class - [JAR]
├─ com.github.jferrater.opa.ast.db.query.config.OpaConfig.class - [JAR]
├─ com.github.jferrater.opa.ast.db.query.config.PartialRequestConfig.class - [JAR]
com.github.jferrater.opa.ast.db.query.service
├─ com.github.jferrater.opa.ast.db.query.service.DefaultPartialRequest.class - [JAR]
├─ com.github.jferrater.opa.ast.db.query.service.OpaClientService.class - [JAR]
com.github.jferrater.opa.ast.db.query.core
├─ com.github.jferrater.opa.ast.db.query.core.PredicateConverter.class - [JAR]
com.github.jferrater.opa.ast.db.query.model.response
├─ com.github.jferrater.opa.ast.db.query.model.response.OpaCompilerResponse.class - [JAR]
├─ com.github.jferrater.opa.ast.db.query.model.response.Predicate.class - [JAR]
├─ com.github.jferrater.opa.ast.db.query.model.response.Result.class - [JAR]
├─ com.github.jferrater.opa.ast.db.query.model.response.Term.class - [JAR]
├─ com.github.jferrater.opa.ast.db.query.model.response.Value.class - [JAR]
com.github.jferrater.opa.data.filter.spring.boot.starter.repository.jpa
├─ com.github.jferrater.opa.data.filter.spring.boot.starter.repository.jpa.AbstractOpaJpaDao.class - [JAR]
├─ com.github.jferrater.opa.data.filter.spring.boot.starter.repository.jpa.OpaDataFilterRepository.class - [JAR]
├─ com.github.jferrater.opa.data.filter.spring.boot.starter.repository.jpa.OpaDataFilterRepositoryImpl.class - [JAR]
├─ com.github.jferrater.opa.data.filter.spring.boot.starter.repository.jpa.OpaGenericDataFilterDao.class - [JAR]
├─ com.github.jferrater.opa.data.filter.spring.boot.starter.repository.jpa.OpaRepositoryFactory.class - [JAR]
├─ com.github.jferrater.opa.data.filter.spring.boot.starter.repository.jpa.OpaRepositoryFactoryBean.class - [JAR]