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 specification-builder-0.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.ozayduman.specificationbuilder
├─ com.github.ozayduman.specificationbuilder.Joinable.class - [JAR]
├─ com.github.ozayduman.specificationbuilder.SpecificationMappings.class - [JAR]
├─ com.github.ozayduman.specificationbuilder.SpecificationOperator.class - [JAR]
com.github.ozayduman.specificationbuilder.dto.operation
├─ com.github.ozayduman.specificationbuilder.dto.operation.AbstractOperation.class - [JAR]
├─ com.github.ozayduman.specificationbuilder.dto.operation.MultiValueOperation.class - [JAR]
├─ com.github.ozayduman.specificationbuilder.dto.operation.NoValueOperation.class - [JAR]
├─ com.github.ozayduman.specificationbuilder.dto.operation.RangeValueOperation.class - [JAR]
├─ com.github.ozayduman.specificationbuilder.dto.operation.SingleValueOperation.class - [JAR]
com.github.ozayduman.specificationbuilder.dto
├─ com.github.ozayduman.specificationbuilder.dto.CriteriaDTO.class - [JAR]
├─ com.github.ozayduman.specificationbuilder.dto.Operator.class - [JAR]
├─ com.github.ozayduman.specificationbuilder.dto.PageRequestDTO.class - [JAR]
├─ com.github.ozayduman.specificationbuilder.dto.PageResultDTO.class - [JAR]
├─ com.github.ozayduman.specificationbuilder.dto.RangeDTO.class - [JAR]