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 data-search-api-2.0.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.magrifle.data.searchapi
├─ com.github.magrifle.data.searchapi.SearchConfigurer.class - [JAR]
├─ com.github.magrifle.data.searchapi.SearchKeyConfigurerService.class - [JAR]
├─ com.github.magrifle.data.searchapi.SearchOperation.class - [JAR]
com.github.magrifle.data.searchapi.aspect
├─ com.github.magrifle.data.searchapi.aspect.DataSearchApi.class - [JAR]
com.github.magrifle.data.searchapi.data
├─ com.github.magrifle.data.searchapi.data.SearchBuilder.class - [JAR]
├─ com.github.magrifle.data.searchapi.data.SearchCriteria.class - [JAR]
├─ com.github.magrifle.data.searchapi.data.SearchKey.class - [JAR]
com.github.magrifle.data.searchapi.exception
├─ com.github.magrifle.data.searchapi.exception.SearchApiConfigurationException.class - [JAR]
├─ com.github.magrifle.data.searchapi.exception.SearchDataFormatException.class - [JAR]
├─ com.github.magrifle.data.searchapi.exception.SearchKeyValidationException.class - [JAR]
com.github.magrifle.data.searchapi.annotation
├─ com.github.magrifle.data.searchapi.annotation.SearchApi.class - [JAR]
com.github.magrifle.data.searchapi.specification
├─ com.github.magrifle.data.searchapi.specification.CriteriaSpecification.class - [JAR]
├─ com.github.magrifle.data.searchapi.specification.EntitySpecification.class - [JAR]
├─ com.github.magrifle.data.searchapi.specification.SearchParameterSeparator.class - [JAR]
├─ com.github.magrifle.data.searchapi.specification.SpecificationsBuilder.class - [JAR]