jar

xyz.jpenilla : reflection-remapper

Maven & Gradle

Nov 29, 2023
94 stars

reflection-remapper · reflection-remapper is a library to simplify making reflective calls, with specific support for remapped environments.

Table Of Contents

Latest Version

Download xyz.jpenilla : reflection-remapper JAR file - Latest Versions:

All Versions

Download xyz.jpenilla : reflection-remapper JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window reflection-remapper-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

xyz.jpenilla.reflectionremapper.proxy.annotation

├─ xyz.jpenilla.reflectionremapper.proxy.annotation.ConstructorInvoker.class - [JAR]

├─ xyz.jpenilla.reflectionremapper.proxy.annotation.FieldGetter.class - [JAR]

├─ xyz.jpenilla.reflectionremapper.proxy.annotation.FieldSetter.class - [JAR]

├─ xyz.jpenilla.reflectionremapper.proxy.annotation.MethodName.class - [JAR]

├─ xyz.jpenilla.reflectionremapper.proxy.annotation.Proxies.class - [JAR]

├─ xyz.jpenilla.reflectionremapper.proxy.annotation.Static.class - [JAR]

├─ xyz.jpenilla.reflectionremapper.proxy.annotation.Type.class - [JAR]

xyz.jpenilla.reflectionremapper.internal.util

├─ xyz.jpenilla.reflectionremapper.internal.util.StringPool.class - [JAR]

├─ xyz.jpenilla.reflectionremapper.internal.util.Util.class - [JAR]

xyz.jpenilla.reflectionremapper

├─ xyz.jpenilla.reflectionremapper.MappingNamespace.class - [JAR]

├─ xyz.jpenilla.reflectionremapper.NoopReflectionRemapper.class - [JAR]

├─ xyz.jpenilla.reflectionremapper.ReflectionRemapper.class - [JAR]

├─ xyz.jpenilla.reflectionremapper.ReflectionRemapperImpl.class - [JAR]

xyz.jpenilla.reflectionremapper.proxy

├─ xyz.jpenilla.reflectionremapper.proxy.ReflectionProxyFactory.class - [JAR]

├─ xyz.jpenilla.reflectionremapper.proxy.ReflectionProxyInvocationHandler.class - [JAR]