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 api-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.highcapable.yukireflection
├─ com.highcapable.yukireflection.YukiReflection.class - [JAR]
com.highcapable.yukireflection.finder.classes
├─ com.highcapable.yukireflection.finder.classes.DexClassFinder.class - [JAR]
com.highcapable.yukireflection.finder.classes.rules.result
├─ com.highcapable.yukireflection.finder.classes.rules.result.MemberRulesResult.class - [JAR]
com.highcapable.yukireflection.type.defined
├─ com.highcapable.yukireflection.type.defined.DefinedTypeFactoryKt.class - [JAR]
├─ com.highcapable.yukireflection.type.defined.UndefinedClass.class - [JAR]
├─ com.highcapable.yukireflection.type.defined.VagueClass.class - [JAR]
com.highcapable.yukireflection.finder.type.factory
├─ com.highcapable.yukireflection.finder.type.factory.TypeAliasFactoryKt.class - [JAR]
com.highcapable.yukireflection.finder.classes.rules
├─ com.highcapable.yukireflection.finder.classes.rules.ConstructorRules.class - [JAR]
├─ com.highcapable.yukireflection.finder.classes.rules.FieldRules.class - [JAR]
├─ com.highcapable.yukireflection.finder.classes.rules.MemberRules.class - [JAR]
├─ com.highcapable.yukireflection.finder.classes.rules.MethodRules.class - [JAR]
com.highcapable.yukireflection.utils
├─ com.highcapable.yukireflection.utils.Conditions.class - [JAR]
├─ com.highcapable.yukireflection.utils.ModifyValue.class - [JAR]
├─ com.highcapable.yukireflection.utils.RandomSeed.class - [JAR]
├─ com.highcapable.yukireflection.utils.RunBlockResult.class - [JAR]
├─ com.highcapable.yukireflection.utils.UtilsFactoryKt.class - [JAR]
com.highcapable.yukireflection.finder.base
├─ com.highcapable.yukireflection.finder.base.BaseFinder.class - [JAR]
├─ com.highcapable.yukireflection.finder.base.ClassBaseFinder.class - [JAR]
├─ com.highcapable.yukireflection.finder.base.MemberBaseFinder.class - [JAR]
com.highcapable.yukireflection.finder.members
├─ com.highcapable.yukireflection.finder.members.ConstructorFinder.class - [JAR]
├─ com.highcapable.yukireflection.finder.members.FieldFinder.class - [JAR]
├─ com.highcapable.yukireflection.finder.members.MethodFinder.class - [JAR]
com.highcapable.yukireflection.type.android
├─ com.highcapable.yukireflection.type.android.ComponentTypeFactoryKt.class - [JAR]
├─ com.highcapable.yukireflection.type.android.GraphicsTypeFactoryKt.class - [JAR]
├─ com.highcapable.yukireflection.type.android.ViewTypeFactoryKt.class - [JAR]
com.highcapable.yukireflection.finder.base.rules
├─ com.highcapable.yukireflection.finder.base.rules.CountRules.class - [JAR]
├─ com.highcapable.yukireflection.finder.base.rules.ModifierRules.class - [JAR]
├─ com.highcapable.yukireflection.finder.base.rules.NameRules.class - [JAR]
├─ com.highcapable.yukireflection.finder.base.rules.ObjectRules.class - [JAR]
com.highcapable.yukireflection.log
├─ com.highcapable.yukireflection.log.LoggerFactoryKt.class - [JAR]
com.highcapable.yukireflection.finder.classes.rules.base
├─ com.highcapable.yukireflection.finder.classes.rules.base.BaseRules.class - [JAR]
com.highcapable.yukireflection.finder.base.data
├─ com.highcapable.yukireflection.finder.base.data.BaseRulesData.class - [JAR]
com.highcapable.yukireflection.annotation
├─ com.highcapable.yukireflection.annotation.CauseProblemsApi.class - [JAR]
├─ com.highcapable.yukireflection.annotation.YukiPrivateApi.class - [JAR]
com.highcapable.yukireflection.finder.tools
├─ com.highcapable.yukireflection.finder.tools.ReflectionTool.class - [JAR]
com.highcapable.yukireflection.finder.classes.data
├─ com.highcapable.yukireflection.finder.classes.data.ClassRulesData.class - [JAR]
com.highcapable.yukireflection.finder.store
├─ com.highcapable.yukireflection.finder.store.ReflectsCacheStore.class - [JAR]
com.highcapable.yukireflection.factory
├─ com.highcapable.yukireflection.factory.ReflectionFactoryKt.class - [JAR]
com.highcapable.yukireflection.bean
├─ com.highcapable.yukireflection.bean.CurrentClass.class - [JAR]
├─ com.highcapable.yukireflection.bean.GenericClass.class - [JAR]
├─ com.highcapable.yukireflection.bean.VariousClass.class - [JAR]
com.highcapable.yukireflection.type.java
├─ com.highcapable.yukireflection.type.java.VariableTypeFactoryKt.class - [JAR]
com.highcapable.yukireflection.finder.members.data
├─ com.highcapable.yukireflection.finder.members.data.ConstructorRulesData.class - [JAR]
├─ com.highcapable.yukireflection.finder.members.data.FieldRulesData.class - [JAR]
├─ com.highcapable.yukireflection.finder.members.data.MemberRulesData.class - [JAR]
├─ com.highcapable.yukireflection.finder.members.data.MethodRulesData.class - [JAR]