jar

io.github.luo-zhan : transform-spring-boot-starter

Maven & Gradle

Jul 10, 2023
34 stars
Table Of Contents

Latest Version

Download io.github.luo-zhan : transform-spring-boot-starter JAR file - Latest Versions:

All Versions

Download io.github.luo-zhan : transform-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.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 transform-spring-boot-starter-2.1.0-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.robot.transform.util

├─ com.robot.transform.util.SpringContextUtil.class - [JAR]

├─ com.robot.transform.util.TransformUtil.class - [JAR]

com.robot.transform

├─ com.robot.transform.TransformAspect.class - [JAR]

├─ com.robot.transform.TransformAutoConfiguration.class - [JAR]

com.robot.transform.transformer

├─ com.robot.transform.transformer.EnumTransformer.class - [JAR]

├─ com.robot.transform.transformer.IDictTransformer.class - [JAR]

├─ com.robot.transform.transformer.SimpleTransformer.class - [JAR]

├─ com.robot.transform.transformer.Transformer.class - [JAR]

com.robot.transform.annotation

├─ com.robot.transform.annotation.Transform.class - [JAR]

├─ com.robot.transform.annotation.TransformDict.class - [JAR]

├─ com.robot.transform.annotation.TransformEnum.class - [JAR]

com.robot.transform.component

├─ com.robot.transform.component.TransformClass.class - [JAR]

├─ com.robot.transform.component.TransformField.class - [JAR]

├─ com.robot.transform.component.UnWrapper.class - [JAR]

Advertisement