jar

io.gitee.genghongliang1014 : reflection-sdk

Maven & Gradle

Dec 15, 2023

reflection-sdk · 反射SDK

Table Of Contents

Latest Version

Download io.gitee.genghongliang1014 : reflection-sdk JAR file - Latest Versions:

All Versions

Download io.gitee.genghongliang1014 : reflection-sdk JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2
1.1

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-sdk-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.ghl.reflection.factory

├─ cn.ghl.reflection.factory.DefaultObjectFactory.class - [JAR]

├─ cn.ghl.reflection.factory.ObjectFactory.class - [JAR]

cn.ghl.reflection.invoker.impl

├─ cn.ghl.reflection.invoker.impl.AmbiguousMethodInvoker.class - [JAR]

├─ cn.ghl.reflection.invoker.impl.GetFieldInvoker.class - [JAR]

├─ cn.ghl.reflection.invoker.impl.MethodInvoker.class - [JAR]

├─ cn.ghl.reflection.invoker.impl.SetFieldInvoker.class - [JAR]

cn.ghl.reflection.property

├─ cn.ghl.reflection.property.PropertyNamer.class - [JAR]

├─ cn.ghl.reflection.property.PropertyTokenizer.class - [JAR]

cn.ghl.reflection.utils

├─ cn.ghl.reflection.utils.MapUtil.class - [JAR]

├─ cn.ghl.reflection.utils.TypeParameterResolver.class - [JAR]

cn.ghl.reflection.wrapper.impl

├─ cn.ghl.reflection.wrapper.impl.BeanWrapper.class - [JAR]

├─ cn.ghl.reflection.wrapper.impl.CollectionWrapper.class - [JAR]

├─ cn.ghl.reflection.wrapper.impl.MapWrapper.class - [JAR]

cn.ghl.reflection

├─ cn.ghl.reflection.DefaultReflectorFactory.class - [JAR]

├─ cn.ghl.reflection.MetaClass.class - [JAR]

├─ cn.ghl.reflection.MetaObject.class - [JAR]

├─ cn.ghl.reflection.Reflector.class - [JAR]

├─ cn.ghl.reflection.ReflectorFactory.class - [JAR]

├─ cn.ghl.reflection.SystemMetaObject.class - [JAR]

cn.ghl.reflection.invoker

├─ cn.ghl.reflection.invoker.Invoker.class - [JAR]

cn.ghl.reflection.exceptions

├─ cn.ghl.reflection.exceptions.PersistenceException.class - [JAR]

├─ cn.ghl.reflection.exceptions.ReflectionException.class - [JAR]

cn.ghl

├─ cn.ghl.Main.class - [JAR]

cn.ghl.reflection.wrapper

├─ cn.ghl.reflection.wrapper.BaseWrapper.class - [JAR]

├─ cn.ghl.reflection.wrapper.ObjectWrapper.class - [JAR]