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 agile-dictionary-2.2.0.M7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cloud.agileframework.dictionary.cache
├─ cloud.agileframework.dictionary.cache.AgileCacheImpl.class - [JAR]
├─ cloud.agileframework.dictionary.cache.DictionaryCache.class - [JAR]
├─ cloud.agileframework.dictionary.cache.DictionaryCacheUtil.class - [JAR]
├─ cloud.agileframework.dictionary.cache.MemoryCacheImpl.class - [JAR]
├─ cloud.agileframework.dictionary.cache.NotFoundCacheException.class - [JAR]
├─ cloud.agileframework.dictionary.cache.RegionEnum.class - [JAR]
├─ cloud.agileframework.dictionary.cache.SpringCacheImpl.class - [JAR]
cloud.agileframework.dictionary.config
├─ cloud.agileframework.dictionary.config.DictionaryAutoConfiguration.class - [JAR]
cloud.agileframework.dictionary
├─ cloud.agileframework.dictionary.DictionaryDataBase.class - [JAR]
├─ cloud.agileframework.dictionary.DictionaryDataManager.class - [JAR]
├─ cloud.agileframework.dictionary.DictionaryEngine.class - [JAR]
├─ cloud.agileframework.dictionary.DictionaryProperties.class - [JAR]
├─ cloud.agileframework.dictionary.MemoryDictionaryManager.class - [JAR]
cloud.agileframework.dictionary.annotation
├─ cloud.agileframework.dictionary.annotation.Dictionary.class - [JAR]
├─ cloud.agileframework.dictionary.annotation.DictionaryField.class - [JAR]
├─ cloud.agileframework.dictionary.annotation.DirectionType.class - [JAR]
cloud.agileframework.dictionary.util
├─ cloud.agileframework.dictionary.util.ConvertConf.class - [JAR]
├─ cloud.agileframework.dictionary.util.ConvertDicAnnotation.class - [JAR]
├─ cloud.agileframework.dictionary.util.ConvertDicBean.class - [JAR]
├─ cloud.agileframework.dictionary.util.ConvertDicCode.class - [JAR]
├─ cloud.agileframework.dictionary.util.ConvertDicMap.class - [JAR]
├─ cloud.agileframework.dictionary.util.ConvertDicName.class - [JAR]
├─ cloud.agileframework.dictionary.util.DictionaryUtil.class - [JAR]
├─ cloud.agileframework.dictionary.util.TranslateException.class - [JAR]