jar

com.github.throwable.beanref : beanref

Maven & Gradle

Feb 21, 2021
6 stars

beanref · A simple library that allows to access your POJOs' properties statically

Table Of Contents

Latest Version

Download com.github.throwable.beanref : beanref JAR file - Latest Versions:

All Versions

Download com.github.throwable.beanref : beanref JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2

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

com.github.throwable.beanref

├─ com.github.throwable.beanref.BeanPath.class - [JAR]

├─ com.github.throwable.beanref.BeanProperty.class - [JAR]

├─ com.github.throwable.beanref.BeanPropertyResolver.class - [JAR]

├─ com.github.throwable.beanref.BeanRef.class - [JAR]

├─ com.github.throwable.beanref.BeanRoot.class - [JAR]

├─ com.github.throwable.beanref.DynamicBeanPropertyResolver.class - [JAR]

├─ com.github.throwable.beanref.IllegalBeanPathException.class - [JAR]

├─ com.github.throwable.beanref.IncompletePathException.class - [JAR]

├─ com.github.throwable.beanref.MethodReferenceLambda.class - [JAR]

├─ com.github.throwable.beanref.ReadOnlyPropertyException.class - [JAR]

Advertisement