jar

com.github.houbb : converter

Maven & Gradle

May 06, 2020
4 usages

converter · The converter framework for java.

Table Of Contents

Latest Version

Download com.github.houbb : converter JAR file - Latest Versions:

All Versions

Download com.github.houbb : converter JAR file - All Versions:

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

com.github.houbb.converter.api.converter

├─ com.github.houbb.converter.api.converter.IConverter.class - [JAR]

├─ com.github.houbb.converter.api.converter.IConverterContext.class - [JAR]

com.github.houbb.converter.api.name

├─ com.github.houbb.converter.api.name.INameStrategy.class - [JAR]

com.github.houbb.converter.core.sorter.field

├─ com.github.houbb.converter.core.sorter.field.NameAscFieldSort.class - [JAR]

├─ com.github.houbb.converter.core.sorter.field.NoFieldSort.class - [JAR]

├─ com.github.houbb.converter.core.sorter.field.OrderFieldSort.class - [JAR]

com.github.houbb.converter.api.sorter

├─ com.github.houbb.converter.api.sorter.IFieldSort.class - [JAR]

├─ com.github.houbb.converter.api.sorter.IMyFieldSort.class - [JAR]

com.github.houbb.converter.core.condition

├─ com.github.houbb.converter.core.condition.AlwaysFalseCondition.class - [JAR]

├─ com.github.houbb.converter.core.condition.AlwaysTrueCondition.class - [JAR]

com.github.houbb.converter.core.converter

├─ com.github.houbb.converter.core.converter.AbstractConverter.class - [JAR]

├─ com.github.houbb.converter.core.converter.AbstractNumberConverter.class - [JAR]

├─ com.github.houbb.converter.core.converter.DefaultConverter.class - [JAR]

├─ com.github.houbb.converter.core.converter.DefaultConverterContext.class - [JAR]

com.github.houbb.converter.core.converter.aggregation

├─ com.github.houbb.converter.core.converter.aggregation.BooleanArrayConverter.class - [JAR]

├─ com.github.houbb.converter.core.converter.aggregation.ByteArrayConverter.class - [JAR]

├─ com.github.houbb.converter.core.converter.aggregation.CharArrayConverter.class - [JAR]

├─ com.github.houbb.converter.core.converter.aggregation.DoubleArrayConverter.class - [JAR]

├─ com.github.houbb.converter.core.converter.aggregation.FloatArrayConverter.class - [JAR]

├─ com.github.houbb.converter.core.converter.aggregation.IntArrayConverter.class - [JAR]

├─ com.github.houbb.converter.core.converter.aggregation.LongArrayConverter.class - [JAR]

├─ com.github.houbb.converter.core.converter.aggregation.ShortArrayConverter.class - [JAR]

com.github.houbb.converter.core.sorter.myfield

├─ com.github.houbb.converter.core.sorter.myfield.NameAscMyFieldSort.class - [JAR]

├─ com.github.houbb.converter.core.sorter.myfield.NoMyFieldSort.class - [JAR]

com.github.houbb.converter.core.name

├─ com.github.houbb.converter.core.name.AbstractNameStrategy.class - [JAR]

├─ com.github.houbb.converter.core.name.ClassFullNameStrategy.class - [JAR]

├─ com.github.houbb.converter.core.name.ClassSimpleNameStrategy.class - [JAR]

├─ com.github.houbb.converter.core.name.FieldSimpleNameStrategy.class - [JAR]

com.github.houbb.converter.core.converter.util

├─ com.github.houbb.converter.core.converter.util.CurrencyConverter.class - [JAR]

├─ com.github.houbb.converter.core.converter.util.DateConverter.class - [JAR]

com.github.houbb.converter.utils

├─ com.github.houbb.converter.utils.ConverterHelper.class - [JAR]

├─ com.github.houbb.converter.utils.ConverterUtils.class - [JAR]

com.github.houbb.converter.annotation

├─ com.github.houbb.converter.annotation.Alias.class - [JAR]

├─ com.github.houbb.converter.annotation.Condition.class - [JAR]

├─ com.github.houbb.converter.annotation.Converter.class - [JAR]

├─ com.github.houbb.converter.annotation.Entry.class - [JAR]

├─ com.github.houbb.converter.annotation.Format.class - [JAR]

├─ com.github.houbb.converter.annotation.Order.class - [JAR]

com.github.houbb.converter.core.converter.math

├─ com.github.houbb.converter.core.converter.math.BigDecimalConverter.class - [JAR]

├─ com.github.houbb.converter.core.converter.math.BigIntegerConverter.class - [JAR]

com.github.houbb.converter.exception

├─ com.github.houbb.converter.exception.ConverterRuntimeException.class - [JAR]

com.github.houbb.converter.core.converter.base

├─ com.github.houbb.converter.core.converter.base.BooleanConverter.class - [JAR]

├─ com.github.houbb.converter.core.converter.base.ByteConverter.class - [JAR]

├─ com.github.houbb.converter.core.converter.base.CharacterConverter.class - [JAR]

├─ com.github.houbb.converter.core.converter.base.DoubleConverter.class - [JAR]

├─ com.github.houbb.converter.core.converter.base.EnumConverter.class - [JAR]

├─ com.github.houbb.converter.core.converter.base.FloatConverter.class - [JAR]

├─ com.github.houbb.converter.core.converter.base.IntegerConverter.class - [JAR]

├─ com.github.houbb.converter.core.converter.base.LongConverter.class - [JAR]

├─ com.github.houbb.converter.core.converter.base.ShortConverter.class - [JAR]

├─ com.github.houbb.converter.core.converter.base.StringConverter.class - [JAR]

com.github.houbb.converter.api.condition

├─ com.github.houbb.converter.api.condition.ICondition.class - [JAR]

├─ com.github.houbb.converter.api.condition.IConditionContext.class - [JAR]

Advertisement

Dependencies from Group

Aug 03, 2023
235 usages
33 stars
May 06, 2020
75 usages
Aug 04, 2020
49 usages
Aug 04, 2020
26 usages
Jul 03, 2022
20 usages

Discover Dependencies

Dec 30, 2019
2 stars
Jan 02, 2020
1 usages
0 stars
Jun 23, 2021
15 stars
Nov 06, 2022
2 usages
2 stars
Nov 06, 2022
3 usages
2 stars
Jan 29, 2020
1 stars
Jan 18, 2020
0 stars
Dec 20, 2021
7 usages
20 stars