All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download converter JAR 0.0.3 with all dependencies


The converter framework for java.

Files of the artifact converter version 0.0.3 from the group com.github.houbb.

Artifact converter
Group com.github.houbb
Version 0.0.3
Last update 06. May 2020
Tags: converter java framework
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies heaven, junit,
There are maybe transitive dependencies!
There is a newer version: 0.2.0
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of converter Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of converter version 0.0.3

META-INF
META-INF.META-INF.MANIFEST.MF
com.github.houbb.converter.annotation
com.github.houbb.converter.annotation.com.github.houbb.converter.annotation.Alias
com.github.houbb.converter.annotation.com.github.houbb.converter.annotation.Condition
com.github.houbb.converter.annotation.com.github.houbb.converter.annotation.Converter
com.github.houbb.converter.annotation.com.github.houbb.converter.annotation.Entry
com.github.houbb.converter.annotation.com.github.houbb.converter.annotation.Format
com.github.houbb.converter.annotation.com.github.houbb.converter.annotation.Order
com.github.houbb.converter.api.condition
com.github.houbb.converter.api.condition.com.github.houbb.converter.api.condition.ICondition
com.github.houbb.converter.api.condition.com.github.houbb.converter.api.condition.IConditionContext
com.github.houbb.converter.api.converter
com.github.houbb.converter.api.converter.com.github.houbb.converter.api.converter.IConverter
com.github.houbb.converter.api.converter.com.github.houbb.converter.api.converter.IConverterContext
com.github.houbb.converter.api.name
com.github.houbb.converter.api.name.com.github.houbb.converter.api.name.INameStrategy
com.github.houbb.converter.api
com.github.houbb.converter.api.com.github.houbb.converter.api.package-info
com.github.houbb.converter.api.sorter
com.github.houbb.converter.api.sorter.com.github.houbb.converter.api.sorter.IFieldSort
com.github.houbb.converter.api.sorter.com.github.houbb.converter.api.sorter.IMyFieldSort
com.github.houbb.converter.core.condition
com.github.houbb.converter.core.condition.com.github.houbb.converter.core.condition.AlwaysFalseCondition
com.github.houbb.converter.core.condition.com.github.houbb.converter.core.condition.AlwaysTrueCondition
com.github.houbb.converter.core.converter
com.github.houbb.converter.core.converter.com.github.houbb.converter.core.converter.AbstractConverter
com.github.houbb.converter.core.converter.com.github.houbb.converter.core.converter.AbstractNumberConverter
com.github.houbb.converter.core.converter.com.github.houbb.converter.core.converter.DefaultConverter
com.github.houbb.converter.core.converter.com.github.houbb.converter.core.converter.DefaultConverterContext
com.github.houbb.converter.core.converter.aggregation
com.github.houbb.converter.core.converter.aggregation.com.github.houbb.converter.core.converter.aggregation.BooleanArrayConverter
com.github.houbb.converter.core.converter.aggregation.com.github.houbb.converter.core.converter.aggregation.ByteArrayConverter
com.github.houbb.converter.core.converter.aggregation.com.github.houbb.converter.core.converter.aggregation.CharArrayConverter
com.github.houbb.converter.core.converter.aggregation.com.github.houbb.converter.core.converter.aggregation.DoubleArrayConverter
com.github.houbb.converter.core.converter.aggregation.com.github.houbb.converter.core.converter.aggregation.FloatArrayConverter
com.github.houbb.converter.core.converter.aggregation.com.github.houbb.converter.core.converter.aggregation.IntArrayConverter
com.github.houbb.converter.core.converter.aggregation.com.github.houbb.converter.core.converter.aggregation.LongArrayConverter
com.github.houbb.converter.core.converter.aggregation.com.github.houbb.converter.core.converter.aggregation.ShortArrayConverter
com.github.houbb.converter.core.converter.base
com.github.houbb.converter.core.converter.base.com.github.houbb.converter.core.converter.base.BooleanConverter
com.github.houbb.converter.core.converter.base.com.github.houbb.converter.core.converter.base.ByteConverter
com.github.houbb.converter.core.converter.base.com.github.houbb.converter.core.converter.base.CharacterConverter
com.github.houbb.converter.core.converter.base.com.github.houbb.converter.core.converter.base.DoubleConverter
com.github.houbb.converter.core.converter.base.com.github.houbb.converter.core.converter.base.EnumConverter
com.github.houbb.converter.core.converter.base.com.github.houbb.converter.core.converter.base.FloatConverter
com.github.houbb.converter.core.converter.base.com.github.houbb.converter.core.converter.base.IntegerConverter
com.github.houbb.converter.core.converter.base.com.github.houbb.converter.core.converter.base.LongConverter
com.github.houbb.converter.core.converter.base.com.github.houbb.converter.core.converter.base.ShortConverter
com.github.houbb.converter.core.converter.base.com.github.houbb.converter.core.converter.base.StringConverter
com.github.houbb.converter.core.converter.math
com.github.houbb.converter.core.converter.math.com.github.houbb.converter.core.converter.math.BigDecimalConverter
com.github.houbb.converter.core.converter.math.com.github.houbb.converter.core.converter.math.BigIntegerConverter
com.github.houbb.converter.core.converter.util
com.github.houbb.converter.core.converter.util.com.github.houbb.converter.core.converter.util.CurrencyConverter
com.github.houbb.converter.core.converter.util.com.github.houbb.converter.core.converter.util.DateConverter
com.github.houbb.converter.core.name
com.github.houbb.converter.core.name.com.github.houbb.converter.core.name.AbstractNameStrategy
com.github.houbb.converter.core.name.com.github.houbb.converter.core.name.ClassFullNameStrategy
com.github.houbb.converter.core.name.com.github.houbb.converter.core.name.ClassSimpleNameStrategy
com.github.houbb.converter.core.name.com.github.houbb.converter.core.name.FieldSimpleNameStrategy
com.github.houbb.converter.core.name.com.github.houbb.converter.core.name.package-info
com.github.houbb.converter.core
com.github.houbb.converter.core.com.github.houbb.converter.core.package-info
com.github.houbb.converter.core.sorter.field
com.github.houbb.converter.core.sorter.field.com.github.houbb.converter.core.sorter.field.NameAscFieldSort
com.github.houbb.converter.core.sorter.field.com.github.houbb.converter.core.sorter.field.NoFieldSort
com.github.houbb.converter.core.sorter.field.com.github.houbb.converter.core.sorter.field.OrderFieldSort
com.github.houbb.converter.core.sorter.myfield
com.github.houbb.converter.core.sorter.myfield.com.github.houbb.converter.core.sorter.myfield.NameAscMyFieldSort
com.github.houbb.converter.core.sorter.myfield.com.github.houbb.converter.core.sorter.myfield.NoMyFieldSort
com.github.houbb.converter.core.sorter
com.github.houbb.converter.core.sorter.com.github.houbb.converter.core.sorter.package-info
com.github.houbb.converter.exception
com.github.houbb.converter.exception.com.github.houbb.converter.exception.ConverterRuntimeException
com.github.houbb.converter
com.github.houbb.converter.com.github.houbb.converter.package-info
com.github.houbb.converter.utils
com.github.houbb.converter.utils.com.github.houbb.converter.utils.ConverterHelper
com.github.houbb.converter.utils.com.github.houbb.converter.utils.ConverterUtils




© 2015 - 2024 Weber Informatics LLC | Privacy Policy