jar

ch.jalu : configme

Maven & Gradle

Aug 12, 2023
29 stars

ConfigMe · A simple configuration management library

Table Of Contents

Latest Version

Download ch.jalu : configme JAR file - Latest Versions:

All Versions

Download ch.jalu : configme JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x
1.0
0.4.x
0.4
0.3

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 configme-1.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ch.jalu.configme.configurationdata

├─ ch.jalu.configme.configurationdata.CommentsConfiguration.class - [JAR]

├─ ch.jalu.configme.configurationdata.ConfigurationData.class - [JAR]

├─ ch.jalu.configme.configurationdata.ConfigurationDataBuilder.class - [JAR]

├─ ch.jalu.configme.configurationdata.ConfigurationDataImpl.class - [JAR]

├─ ch.jalu.configme.configurationdata.PropertyListBuilder.class - [JAR]

ch.jalu.configme.beanmapper.propertydescription

├─ ch.jalu.configme.beanmapper.propertydescription.BeanDescriptionFactory.class - [JAR]

├─ ch.jalu.configme.beanmapper.propertydescription.BeanDescriptionFactoryImpl.class - [JAR]

├─ ch.jalu.configme.beanmapper.propertydescription.BeanPropertyComments.class - [JAR]

├─ ch.jalu.configme.beanmapper.propertydescription.BeanPropertyDescription.class - [JAR]

├─ ch.jalu.configme.beanmapper.propertydescription.BeanPropertyDescriptionImpl.class - [JAR]

ch.jalu.configme.beanmapper

├─ ch.jalu.configme.beanmapper.ConfigMeMapperException.class - [JAR]

├─ ch.jalu.configme.beanmapper.DefaultMapper.class - [JAR]

├─ ch.jalu.configme.beanmapper.ExportName.class - [JAR]

├─ ch.jalu.configme.beanmapper.Mapper.class - [JAR]

├─ ch.jalu.configme.beanmapper.MapperImpl.class - [JAR]

├─ ch.jalu.configme.beanmapper.MappingContext.class - [JAR]

├─ ch.jalu.configme.beanmapper.MappingContextImpl.class - [JAR]

ch.jalu.configme

├─ ch.jalu.configme.Comment.class - [JAR]

├─ ch.jalu.configme.SettingsHolder.class - [JAR]

├─ ch.jalu.configme.SettingsManager.class - [JAR]

├─ ch.jalu.configme.SettingsManagerBuilder.class - [JAR]

├─ ch.jalu.configme.SettingsManagerImpl.class - [JAR]

ch.jalu.configme.migration.version

├─ ch.jalu.configme.migration.version.VersionMigration.class - [JAR]

├─ ch.jalu.configme.migration.version.VersionMigrationService.class - [JAR]

ch.jalu.configme.beanmapper.leafvaluehandler

├─ ch.jalu.configme.beanmapper.leafvaluehandler.AbstractLeafValueHandler.class - [JAR]

├─ ch.jalu.configme.beanmapper.leafvaluehandler.BigNumberLeafValueHandler.class - [JAR]

├─ ch.jalu.configme.beanmapper.leafvaluehandler.BooleanLeafValueHandler.class - [JAR]

├─ ch.jalu.configme.beanmapper.leafvaluehandler.CombiningLeafValueHandler.class - [JAR]

├─ ch.jalu.configme.beanmapper.leafvaluehandler.EnumLeafValueHandler.class - [JAR]

├─ ch.jalu.configme.beanmapper.leafvaluehandler.LeafValueHandler.class - [JAR]

├─ ch.jalu.configme.beanmapper.leafvaluehandler.NumberLeafValueHandler.class - [JAR]

├─ ch.jalu.configme.beanmapper.leafvaluehandler.ObjectLeafValueHandler.class - [JAR]

├─ ch.jalu.configme.beanmapper.leafvaluehandler.StandardLeafValueHandlers.class - [JAR]

├─ ch.jalu.configme.beanmapper.leafvaluehandler.StringLeafValueHandler.class - [JAR]

ch.jalu.configme.resource.yaml

├─ ch.jalu.configme.resource.yaml.SnakeYamlNodeBuilder.class - [JAR]

├─ ch.jalu.configme.resource.yaml.SnakeYamlNodeBuilderImpl.class - [JAR]

├─ ch.jalu.configme.resource.yaml.SnakeYamlNodeContainer.class - [JAR]

├─ ch.jalu.configme.resource.yaml.SnakeYamlNodeContainerImpl.class - [JAR]

ch.jalu.configme.properties

├─ ch.jalu.configme.properties.ArrayProperty.class - [JAR]

├─ ch.jalu.configme.properties.BaseProperty.class - [JAR]

├─ ch.jalu.configme.properties.BeanProperty.class - [JAR]

├─ ch.jalu.configme.properties.BooleanProperty.class - [JAR]

├─ ch.jalu.configme.properties.DoubleProperty.class - [JAR]

├─ ch.jalu.configme.properties.EnumProperty.class - [JAR]

├─ ch.jalu.configme.properties.FloatProperty.class - [JAR]

├─ ch.jalu.configme.properties.InlineArrayProperty.class - [JAR]

├─ ch.jalu.configme.properties.IntegerProperty.class - [JAR]

├─ ch.jalu.configme.properties.ListProperty.class - [JAR]

├─ ch.jalu.configme.properties.LongProperty.class - [JAR]

├─ ch.jalu.configme.properties.LowercaseStringSetProperty.class - [JAR]

├─ ch.jalu.configme.properties.MapProperty.class - [JAR]

├─ ch.jalu.configme.properties.OptionalProperty.class - [JAR]

├─ ch.jalu.configme.properties.Property.class - [JAR]

├─ ch.jalu.configme.properties.PropertyBuilder.class - [JAR]

├─ ch.jalu.configme.properties.PropertyInitializer.class - [JAR]

├─ ch.jalu.configme.properties.RegexProperty.class - [JAR]

├─ ch.jalu.configme.properties.SetProperty.class - [JAR]

├─ ch.jalu.configme.properties.ShortProperty.class - [JAR]

├─ ch.jalu.configme.properties.StringListProperty.class - [JAR]

├─ ch.jalu.configme.properties.StringProperty.class - [JAR]

├─ ch.jalu.configme.properties.StringSetProperty.class - [JAR]

├─ ch.jalu.configme.properties.TypeBasedProperty.class - [JAR]

ch.jalu.configme.properties.types

├─ ch.jalu.configme.properties.types.BeanPropertyType.class - [JAR]

├─ ch.jalu.configme.properties.types.EnumPropertyType.class - [JAR]

├─ ch.jalu.configme.properties.types.PrimitivePropertyType.class - [JAR]

├─ ch.jalu.configme.properties.types.PropertyType.class - [JAR]

ch.jalu.configme.utils

├─ ch.jalu.configme.utils.MigrationUtils.class - [JAR]

├─ ch.jalu.configme.utils.SettingsHolderClassValidator.class - [JAR]

├─ ch.jalu.configme.utils.StreamUtils.class - [JAR]

├─ ch.jalu.configme.utils.TypeInformation.class - [JAR]

├─ ch.jalu.configme.utils.Utils.class - [JAR]

ch.jalu.configme.resource

├─ ch.jalu.configme.resource.MapNormalizer.class - [JAR]

├─ ch.jalu.configme.resource.PropertyPathTraverser.class - [JAR]

├─ ch.jalu.configme.resource.PropertyReader.class - [JAR]

├─ ch.jalu.configme.resource.PropertyResource.class - [JAR]

├─ ch.jalu.configme.resource.YamlFileReader.class - [JAR]

├─ ch.jalu.configme.resource.YamlFileResource.class - [JAR]

├─ ch.jalu.configme.resource.YamlFileResourceOptions.class - [JAR]

ch.jalu.configme.migration

├─ ch.jalu.configme.migration.MigrationService.class - [JAR]

├─ ch.jalu.configme.migration.PlainMigrationService.class - [JAR]

ch.jalu.configme.properties.convertresult

├─ ch.jalu.configme.properties.convertresult.ConvertErrorRecorder.class - [JAR]

├─ ch.jalu.configme.properties.convertresult.PropertyValue.class - [JAR]

├─ ch.jalu.configme.properties.convertresult.ValueWithComments.class - [JAR]

ch.jalu.configme.properties.inlinearray

├─ ch.jalu.configme.properties.inlinearray.InlineArrayConverter.class - [JAR]

├─ ch.jalu.configme.properties.inlinearray.StandardInlineArrayConverters.class - [JAR]

ch.jalu.configme.exception

├─ ch.jalu.configme.exception.ConfigMeException.class - [JAR]

Advertisement

Dependencies from Group

Nov 26, 2017
1 usages
31 stars
Aug 12, 2023
29 stars
Nov 26, 2017
32 stars
Nov 26, 2017
31 stars
Aug 20, 2023
4 stars

Discover Dependencies

Feb 18, 2020
85 stars
Feb 18, 2020
85 stars
Jul 23, 2023
31 stars
Jan 10, 2017
Jan 10, 2017
Jan 04, 2017
0 stars
Nov 16, 2021
2 stars
Oct 01, 2017
0 stars