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-cloud-azure-feature-management-1.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.microsoft.azure.spring.cloud.feature.manager.entities
├─ com.microsoft.azure.spring.cloud.feature.manager.entities.Feature.class - [JAR]
├─ com.microsoft.azure.spring.cloud.feature.manager.entities.FeatureFilterEvaluationContext.class - [JAR]
com.microsoft.azure.spring.cloud.feature.manager
├─ com.microsoft.azure.spring.cloud.feature.manager.FeatureFilter.class - [JAR]
├─ com.microsoft.azure.spring.cloud.feature.manager.FeatureManagementConfigProperties.class - [JAR]
├─ com.microsoft.azure.spring.cloud.feature.manager.FeatureManagementConfiguration.class - [JAR]
├─ com.microsoft.azure.spring.cloud.feature.manager.FeatureManager.class - [JAR]
├─ com.microsoft.azure.spring.cloud.feature.manager.FilterNotFoundException.class - [JAR]
├─ com.microsoft.azure.spring.cloud.feature.manager.FilterParameters.class - [JAR]
com.microsoft.azure.spring.cloud.feature.manager.feature.filters
├─ com.microsoft.azure.spring.cloud.feature.manager.feature.filters.PercentageFilter.class - [JAR]
├─ com.microsoft.azure.spring.cloud.feature.manager.feature.filters.TimeWindowFilter.class - [JAR]