jar

com.github.liaochong : spring-boot-starter-converter

Maven & Gradle

Jan 20, 2018
18 stars

spring-boot-starter-converter · Bean转换简化框架

Table Of Contents

Latest Version

Download com.github.liaochong : spring-boot-starter-converter JAR file - Latest Versions:

All Versions

Download com.github.liaochong : spring-boot-starter-converter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x
0.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 spring-boot-starter-converter-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.liaochong.converter.core

├─ com.github.liaochong.converter.core.BeanConvertStrategy.class - [JAR]

├─ com.github.liaochong.converter.core.BeanConverter.class - [JAR]

├─ com.github.liaochong.converter.core.BeansConvertStrategy.class - [JAR]

com.github.liaochong.converter.annoation

├─ com.github.liaochong.converter.annoation.Converter.class - [JAR]

├─ com.github.liaochong.converter.annoation.EnableConverter.class - [JAR]

com.github.liaochong.converter.context

├─ com.github.liaochong.converter.context.Condition.class - [JAR]

├─ com.github.liaochong.converter.context.ConverterContext.class - [JAR]

├─ com.github.liaochong.converter.context.Handler.class - [JAR]

com.github.liaochong.converter.configuration

├─ com.github.liaochong.converter.configuration.ConverterAutoConfiguration.class - [JAR]

├─ com.github.liaochong.converter.configuration.ConverterProperties.class - [JAR]

├─ com.github.liaochong.converter.configuration.ConverterStartListener.class - [JAR]

com.github.liaochong.converter.utils

├─ com.github.liaochong.converter.utils.ClassUtil.class - [JAR]

├─ com.github.liaochong.converter.utils.SupplierUtil.class - [JAR]

com.github.liaochong.converter.exception

├─ com.github.liaochong.converter.exception.ConvertException.class - [JAR]

├─ com.github.liaochong.converter.exception.ConverterDisabledException.class - [JAR]

├─ com.github.liaochong.converter.exception.InvalidConfigurationException.class - [JAR]

├─ com.github.liaochong.converter.exception.NoConverterException.class - [JAR]

├─ com.github.liaochong.converter.exception.NonUniqueConverterException.class - [JAR]