jar

com.googlecode.juffrou : juffrou-reflect

Maven & Gradle

Apr 19, 2013

Juffrou Reflect · Performant java bean access through property names. If you are serious about bean handling, this is for you.

Table Of Contents

Latest Version

Download com.googlecode.juffrou : juffrou-reflect JAR file - Latest Versions:

All Versions

Download com.googlecode.juffrou : juffrou-reflect JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 juffrou-reflect-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.googlecode.juffrou.error

├─ com.googlecode.juffrou.error.AbstractRuntimeException.class - [JAR]

├─ com.googlecode.juffrou.error.BeanInstanceCreatorException.class - [JAR]

├─ com.googlecode.juffrou.error.ReflectionException.class - [JAR]

com.googlecode.juffrou.util.reflect.internal

├─ com.googlecode.juffrou.util.reflect.internal.BeanFieldHandler.class - [JAR]

com.googlecode.juffrou.util.reflect

├─ com.googlecode.juffrou.util.reflect.BeanConverter.class - [JAR]

├─ com.googlecode.juffrou.util.reflect.BeanInstanceCreator.class - [JAR]

├─ com.googlecode.juffrou.util.reflect.BeanWrapper.class - [JAR]

├─ com.googlecode.juffrou.util.reflect.BeanWrapperContext.class - [JAR]

├─ com.googlecode.juffrou.util.reflect.ReflectionUtil.class - [JAR]

Advertisement