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 object-patcher-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.buger.patcher.resolver
├─ com.buger.patcher.resolver.FieldValueResolver.class - [JAR]
com.buger.patcher.resolver.factory.impl
├─ com.buger.patcher.resolver.factory.impl.AlwaysNullFieldValueResolverFactory.class - [JAR]
├─ com.buger.patcher.resolver.factory.impl.AlwaysSourceFieldValueResolverFactory.class - [JAR]
├─ com.buger.patcher.resolver.factory.impl.AlwaysTargetFieldValueResolverFactory.class - [JAR]
├─ com.buger.patcher.resolver.factory.impl.SourceIfTargetNullFieldValueResolverFactory.class - [JAR]
├─ com.buger.patcher.resolver.factory.impl.TargetIfSourceNullFieldValueResolverFactory.class - [JAR]
com.buger.patcher
├─ com.buger.patcher.ObjectPatcher.class - [JAR]
├─ com.buger.patcher.Utils.class - [JAR]
com.buger.patcher.strategy
├─ com.buger.patcher.strategy.FieldStrategyBasedFieldValueResolverFactory.class - [JAR]
├─ com.buger.patcher.strategy.PatchStrategy.class - [JAR]
├─ com.buger.patcher.strategy.Strategy.class - [JAR]
com.buger.patcher.exception
├─ com.buger.patcher.exception.FieldValueResolverException.class - [JAR]
├─ com.buger.patcher.exception.PatchException.class - [JAR]
com.buger.patcher.impl
├─ com.buger.patcher.impl.StrategyBasedObjectPatcher.class - [JAR]
com.buger.patcher.resolver.impl
├─ com.buger.patcher.resolver.impl.AlwaysNullFieldValueResolver.class - [JAR]
├─ com.buger.patcher.resolver.impl.AlwaysSourceFieldValueResolver.class - [JAR]
├─ com.buger.patcher.resolver.impl.AlwaysTargetFieldValueResolver.class - [JAR]
├─ com.buger.patcher.resolver.impl.SourceIfTargetNullFieldValueResolver.class - [JAR]
├─ com.buger.patcher.resolver.impl.TargetIfSourceNullFieldValueResolver.class - [JAR]
com.buger.patcher.resolver.factory
├─ com.buger.patcher.resolver.factory.FieldValueResolverFactory.class - [JAR]