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 spring-data-custom-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.data.custom.mapping
├─ org.springframework.data.custom.mapping.CustomMappingContext.class - [JAR]
├─ org.springframework.data.custom.mapping.CustomPersistentEntity.class - [JAR]
├─ org.springframework.data.custom.mapping.CustomPersistentEntityImpl.class - [JAR]
├─ org.springframework.data.custom.mapping.CustomPersistentProperty.class - [JAR]
org.springframework.data.custom.repository.support
├─ org.springframework.data.custom.repository.support.CustomQueryLookupStrategy.class - [JAR]
├─ org.springframework.data.custom.repository.support.CustomRepositoryConfigurationExtension.class - [JAR]
├─ org.springframework.data.custom.repository.support.CustomRepositoryFactoryBean.class - [JAR]
├─ org.springframework.data.custom.repository.support.CustomRepositoryFactorySupport.class - [JAR]
├─ org.springframework.data.custom.repository.support.CustomRepositoryQuery.class - [JAR]
├─ org.springframework.data.custom.repository.support.SimpleCustomRepository.class - [JAR]
org.springframework.data.custom.autoconfigure
├─ org.springframework.data.custom.autoconfigure.CustomRepositoriesAutoConfiguration.class - [JAR]
├─ org.springframework.data.custom.autoconfigure.CustomRepositoriesAutoConfigureRegistrar.class - [JAR]
org.springframework.data.custom.repository
├─ org.springframework.data.custom.repository.CustomRepository.class - [JAR]
org.springframework.data.custom.repository.config
├─ org.springframework.data.custom.repository.config.CustomMappingContextFactoryBean.class - [JAR]
├─ org.springframework.data.custom.repository.config.CustomRepositoriesRegistrar.class - [JAR]
├─ org.springframework.data.custom.repository.config.EnableCustomRepositories.class - [JAR]
org.springframework.data.custom.annotation
├─ org.springframework.data.custom.annotation.Custom.class - [JAR]
├─ org.springframework.data.custom.annotation.Query.class - [JAR]