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 org.wso2.carbon.identity.branding.preference.resolver-1.1.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.wso2.carbon.identity.branding.preference.resolver.internal
├─ org.wso2.carbon.identity.branding.preference.resolver.internal.BrandingResolverComponent.class - [JAR]
├─ org.wso2.carbon.identity.branding.preference.resolver.internal.BrandingResolverComponentDataHolder.class - [JAR]
org.wso2.carbon.identity.branding.preference.resolver
├─ org.wso2.carbon.identity.branding.preference.resolver.UIBrandingPreferenceResolverImpl.class - [JAR]
org.wso2.carbon.identity.branding.preference.resolver.cache
├─ org.wso2.carbon.identity.branding.preference.resolver.cache.BrandedOrgCache.class - [JAR]
├─ org.wso2.carbon.identity.branding.preference.resolver.cache.BrandedOrgCacheEntry.class - [JAR]
├─ org.wso2.carbon.identity.branding.preference.resolver.cache.BrandedOrgCacheKey.class - [JAR]
├─ org.wso2.carbon.identity.branding.preference.resolver.cache.TextCustomizedOrgCache.class - [JAR]
├─ org.wso2.carbon.identity.branding.preference.resolver.cache.TextCustomizedOrgCacheEntry.class - [JAR]
├─ org.wso2.carbon.identity.branding.preference.resolver.cache.TextCustomizedOrgCacheKey.class - [JAR]