jar

io.github.wqr503 : lp-converter-processor

Maven & Gradle

Sep 12, 2022
0 stars

lp-converter-processor · Bean Converter

Table Of Contents

Latest Version

Download io.github.wqr503 : lp-converter-processor JAR file - Latest Versions:

All Versions

Download io.github.wqr503 : lp-converter-processor JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.1.x
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 lp-converter-processor-2.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.cn.lp.converter.entity

├─ com.cn.lp.converter.entity.BeanConverterMapperAnnotation.class - [JAR]

├─ com.cn.lp.converter.entity.BeanConverterMappingAnnotation.class - [JAR]

├─ com.cn.lp.converter.entity.CheckFieldSettingAnnotation.class - [JAR]

├─ com.cn.lp.converter.entity.DefaultValueMethodAnnotation.class - [JAR]

├─ com.cn.lp.converter.entity.ElementAnnotation.class - [JAR]

├─ com.cn.lp.converter.entity.ElementClass.class - [JAR]

├─ com.cn.lp.converter.entity.ElementInterface.class - [JAR]

├─ com.cn.lp.converter.entity.ElementMethod.class - [JAR]

├─ com.cn.lp.converter.entity.ElementParam.class - [JAR]

├─ com.cn.lp.converter.entity.ElementType.class - [JAR]

├─ com.cn.lp.converter.entity.FieldNameAnnotation.class - [JAR]

├─ com.cn.lp.converter.entity.FieldNameFilterAnnotation.class - [JAR]

├─ com.cn.lp.converter.entity.JudgeEmptyMethodAnnotation.class - [JAR]

├─ com.cn.lp.converter.entity.JudgeSameMethodAnnotation.class - [JAR]

├─ com.cn.lp.converter.entity.ReNameFieldAnnotation.class - [JAR]

├─ com.cn.lp.converter.entity.RootElementClass.class - [JAR]

├─ com.cn.lp.converter.entity.RootElementField.class - [JAR]

├─ com.cn.lp.converter.entity.RootElementInterface.class - [JAR]

├─ com.cn.lp.converter.entity.TypeChangeMethodAnnotation.class - [JAR]

com.cn.lp.converter.generator

├─ com.cn.lp.converter.generator.ConverterGenerator.class - [JAR]

├─ com.cn.lp.converter.generator.ConverterMethodBuilder.class - [JAR]

├─ com.cn.lp.converter.generator.ConverterMethodGenerator.class - [JAR]

├─ com.cn.lp.converter.generator.FromMapMethodBuilder.class - [JAR]

├─ com.cn.lp.converter.generator.GeneratorMethodBuilder.class - [JAR]

├─ com.cn.lp.converter.generator.MergeMethodBuilder.class - [JAR]

├─ com.cn.lp.converter.generator.MethodGenerator.class - [JAR]

├─ com.cn.lp.converter.generator.ToMapMethodBuilder.class - [JAR]

com.cn.lp.converter.utils

├─ com.cn.lp.converter.utils.ElementAide.class - [JAR]

com.cn.lp.converter.processor

├─ com.cn.lp.converter.processor.BeanConverterProcessor.class - [JAR]

├─ com.cn.lp.converter.processor.LombokProcessor.class - [JAR]

├─ com.cn.lp.converter.processor.ProcessorContext.class - [JAR]

com.cn.lp.converter.method

├─ com.cn.lp.converter.method.DefaultValueMethodHolder.class - [JAR]

├─ com.cn.lp.converter.method.FieldNameMethodHolder.class - [JAR]

├─ com.cn.lp.converter.method.JudgeEmptyMethodHolder.class - [JAR]

├─ com.cn.lp.converter.method.JudgeSameMethodHolder.class - [JAR]

├─ com.cn.lp.converter.method.MethodHolder.class - [JAR]

├─ com.cn.lp.converter.method.TypeChangeMethodHolder.class - [JAR]