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 quarkus-spring-data-commons-api-2.1.SP2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.data.annotation
├─ org.springframework.data.annotation.QueryAnnotation.class - [JAR]
org.springframework.data.domain
├─ org.springframework.data.domain.AbstractPageRequest.class - [JAR]
├─ org.springframework.data.domain.Auditable.class - [JAR]
├─ org.springframework.data.domain.Chunk.class - [JAR]
├─ org.springframework.data.domain.Example.class - [JAR]
├─ org.springframework.data.domain.ExampleMatcher.class - [JAR]
├─ org.springframework.data.domain.Page.class - [JAR]
├─ org.springframework.data.domain.PageImpl.class - [JAR]
├─ org.springframework.data.domain.PageRequest.class - [JAR]
├─ org.springframework.data.domain.Pageable.class - [JAR]
├─ org.springframework.data.domain.Persistable.class - [JAR]
├─ org.springframework.data.domain.Slice.class - [JAR]
├─ org.springframework.data.domain.SliceImpl.class - [JAR]
├─ org.springframework.data.domain.Sort.class - [JAR]
org.springframework.data.repository
├─ org.springframework.data.repository.CrudRepository.class - [JAR]
├─ org.springframework.data.repository.CrudRepositoryExtensionsKt.class - [JAR]
├─ org.springframework.data.repository.NoRepositoryBean.class - [JAR]
├─ org.springframework.data.repository.PagingAndSortingRepository.class - [JAR]
├─ org.springframework.data.repository.Repository.class - [JAR]
├─ org.springframework.data.repository.RepositoryDefinition.class - [JAR]
org.springframework.data.repository.query
├─ org.springframework.data.repository.query.Param.class - [JAR]
├─ org.springframework.data.repository.query.Parameter.class - [JAR]
├─ org.springframework.data.repository.query.ParameterAccessor.class - [JAR]
├─ org.springframework.data.repository.query.ParameterOutOfBoundsException.class - [JAR]
├─ org.springframework.data.repository.query.Parameters.class - [JAR]
├─ org.springframework.data.repository.query.ParametersParameterAccessor.class - [JAR]
├─ org.springframework.data.repository.query.QueryByExampleExecutor.class - [JAR]
org.springframework.data.util
├─ org.springframework.data.util.Streamable.class - [JAR]