jar

com.github.houbb : property

Maven & Gradle

Jan 28, 2021
4 usages

property · The property framework for java.

Table Of Contents

Latest Version

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

All Versions

Download com.github.houbb : property 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 property-0.0.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.houbb.property.support.converter.context

├─ com.github.houbb.property.support.converter.context.FieldValueContext.class - [JAR]

├─ com.github.houbb.property.support.converter.context.PropertyValueContext.class - [JAR]

├─ com.github.houbb.property.support.converter.context.ValueContext.class - [JAR]

com.github.houbb.property.support.properties

├─ com.github.houbb.property.support.properties.OrderedProperties.class - [JAR]

com.github.houbb.property.core.impl

├─ com.github.houbb.property.core.impl.PropertyAdaptor.class - [JAR]

├─ com.github.houbb.property.core.impl.SimpleProperty.class - [JAR]

com.github.houbb.property.support.converter.impl.base

├─ com.github.houbb.property.support.converter.impl.base.BooleanValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.base.ByteValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.base.CharacterValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.base.DoubleValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.base.EnumValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.base.FloatValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.base.IntegerValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.base.LongValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.base.ShortValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.base.StringValueConverter.class - [JAR]

com.github.houbb.property.constant.format

├─ com.github.houbb.property.constant.format.DateFormatConst.class - [JAR]

├─ com.github.houbb.property.constant.format.DecimalFormatConst.class - [JAR]

com.github.houbb.property.support.converter.impl.aggregation

├─ com.github.houbb.property.support.converter.impl.aggregation.BooleanArrayValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.aggregation.ByteArrayValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.aggregation.CharArrayValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.aggregation.DoubleArrayValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.aggregation.FloatArrayValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.aggregation.IntArrayValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.aggregation.LongArrayValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.aggregation.ShortArrayValueConverter.class - [JAR]

com.github.houbb.property.support.converter

├─ com.github.houbb.property.support.converter.IFieldValueContext.class - [JAR]

├─ com.github.houbb.property.support.converter.IFieldValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.IPropertyValueContext.class - [JAR]

├─ com.github.houbb.property.support.converter.IPropertyValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.IValueContext.class - [JAR]

├─ com.github.houbb.property.support.converter.IValueConverter.class - [JAR]

com.github.houbb.property.model

├─ com.github.houbb.property.model.PropertyBo.class - [JAR]

com.github.houbb.property.annotation

├─ com.github.houbb.property.annotation.PropertyEntry.class - [JAR]

├─ com.github.houbb.property.annotation.PropertyField.class - [JAR]

├─ com.github.houbb.property.annotation.PropertyFormat.class - [JAR]

com.github.houbb.property.bs

├─ com.github.houbb.property.bs.PropertyBs.class - [JAR]

com.github.houbb.property.support.bean

├─ com.github.houbb.property.support.bean.IBeanToMap.class - [JAR]

├─ com.github.houbb.property.support.bean.IMapToBean.class - [JAR]

com.github.houbb.property.support.converter.impl.util

├─ com.github.houbb.property.support.converter.impl.util.CurrencyValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.util.DateValueConverter.class - [JAR]

com.github.houbb.property.support.converter.impl

├─ com.github.houbb.property.support.converter.impl.AbstractNumberValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.AbstractValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.DefaultValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.ObjectValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.StringArrayValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.StringCollectionValueConverter.class - [JAR]

com.github.houbb.property.support.bean.impl

├─ com.github.houbb.property.support.bean.impl.BeanToMap.class - [JAR]

├─ com.github.houbb.property.support.bean.impl.MapToBean.class - [JAR]

├─ com.github.houbb.property.support.bean.impl.PropertyBos.class - [JAR]

com.github.houbb.property.support.converter.factory

├─ com.github.houbb.property.support.converter.factory.ValueConverterFactory.class - [JAR]

com.github.houbb.property.support.converter.impl.math

├─ com.github.houbb.property.support.converter.impl.math.BigDecimalValueConverter.class - [JAR]

├─ com.github.houbb.property.support.converter.impl.math.BigIntegerValueConverter.class - [JAR]

com.github.houbb.property.exception

├─ com.github.houbb.property.exception.PropertyRuntimeException.class - [JAR]

com.github.houbb.property.api

├─ com.github.houbb.property.api.IPropertyReader.class - [JAR]

com.github.houbb.property.core

├─ com.github.houbb.property.core.IProperty.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

Mar 15, 2020
1 usages
6 stars
Jun 24, 2020
3 usages
0 stars
Mar 24, 2023
5 usages
0 stars
Nov 15, 2021
2 usages
Aug 01, 2021
3 usages
0 stars
Aug 10, 2021
2 usages
Aug 13, 2021
1 usages
3 stars
Jul 21, 2023
1 usages
1 stars