jar

ch.kk7 : confij-core

Maven & Gradle

Aug 16, 2022
6 usages
10 stars

confij-core · A type-safe, strongly defined Java configuration library

Table Of Contents

Latest Version

Download ch.kk7 : confij-core JAR file - Latest Versions:

All Versions

Download ch.kk7 : confij-core JAR file - All Versions:

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

ch.kk7.confij.binding.values

├─ ch.kk7.confij.binding.values.AbstractClassValueMapper.class - [JAR]

├─ ch.kk7.confij.binding.values.Base64Mapper.class - [JAR]

├─ ch.kk7.confij.binding.values.DateTimeMapper.class - [JAR]

├─ ch.kk7.confij.binding.values.DurationMapper.class - [JAR]

├─ ch.kk7.confij.binding.values.EnumMapper.class - [JAR]

├─ ch.kk7.confij.binding.values.ExplicitMapper.class - [JAR]

├─ ch.kk7.confij.binding.values.OptionalMapper.class - [JAR]

├─ ch.kk7.confij.binding.values.PeriodMapper.class - [JAR]

├─ ch.kk7.confij.binding.values.PrimitiveMapperFactory.class - [JAR]

├─ ch.kk7.confij.binding.values.SeparatedMapper.class - [JAR]

├─ ch.kk7.confij.binding.values.SoloConstructorMapper.class - [JAR]

├─ ch.kk7.confij.binding.values.StaticFunctionMapper.class - [JAR]

├─ ch.kk7.confij.binding.values.ValueMapperFactory.class - [JAR]

├─ ch.kk7.confij.binding.values.ValueMapperInstance.class - [JAR]

ch.kk7.confij.source.resource

├─ ch.kk7.confij.source.resource.ClasspathResource.class - [JAR]

├─ ch.kk7.confij.source.resource.ConfijResource.class - [JAR]

├─ ch.kk7.confij.source.resource.ConfijSourceFetchingException.class - [JAR]

├─ ch.kk7.confij.source.resource.FileResource.class - [JAR]

├─ ch.kk7.confij.source.resource.URLResource.class - [JAR]

ch.kk7.confij.source.logical

├─ ch.kk7.confij.source.logical.MaybeSource.class - [JAR]

├─ ch.kk7.confij.source.logical.OrSource.class - [JAR]

ch.kk7.confij.binding.array

├─ ch.kk7.confij.binding.array.ArrayBinding.class - [JAR]

├─ ch.kk7.confij.binding.array.ArrayBindingFactory.class - [JAR]

ch.kk7.confij.binding.map

├─ ch.kk7.confij.binding.map.MapBinding.class - [JAR]

├─ ch.kk7.confij.binding.map.MapBindingFactory.class - [JAR]

├─ ch.kk7.confij.binding.map.MapBuilder.class - [JAR]

ch.kk7.confij.binding.intf

├─ ch.kk7.confij.binding.intf.DefaultMethodHandler.class - [JAR]

├─ ch.kk7.confij.binding.intf.InterfaceBinding.class - [JAR]

├─ ch.kk7.confij.binding.intf.InterfaceBindingFactory.class - [JAR]

├─ ch.kk7.confij.binding.intf.InterfaceProxyBuilder.class - [JAR]

├─ ch.kk7.confij.binding.intf.IntfaceInvocationHandler.class - [JAR]

ch.kk7.confij.pipeline

├─ ch.kk7.confij.pipeline.ConfijPipeline.class - [JAR]

├─ ch.kk7.confij.pipeline.ConfijPipelineImpl.class - [JAR]

ch.kk7.confij.source.defaults

├─ ch.kk7.confij.source.defaults.DefaultSource.class - [JAR]

ch.kk7.confij.template

├─ ch.kk7.confij.template.NoopValueResolver.class - [JAR]

├─ ch.kk7.confij.template.SimpleVariableResolver.class - [JAR]

├─ ch.kk7.confij.template.ValueResolver.class - [JAR]

ch.kk7.confij.common

├─ ch.kk7.confij.common.AnnotationUtil.class - [JAR]

├─ ch.kk7.confij.common.ClassToImplCache.class - [JAR]

├─ ch.kk7.confij.common.ConfijException.class - [JAR]

├─ ch.kk7.confij.common.GenericType.class - [JAR]

├─ ch.kk7.confij.common.ServiceLoaderPriority.class - [JAR]

├─ ch.kk7.confij.common.ServiceLoaderUtil.class - [JAR]

├─ ch.kk7.confij.common.Util.class - [JAR]

ch.kk7.confij.validation

├─ ch.kk7.confij.validation.ConfijValidationException.class - [JAR]

├─ ch.kk7.confij.validation.ConfijValidator.class - [JAR]

├─ ch.kk7.confij.validation.MultiValidator.class - [JAR]

├─ ch.kk7.confij.validation.NonNullValidator.class - [JAR]

├─ ch.kk7.confij.validation.ServiceLoaderValidator.class - [JAR]

ch.kk7.confij.logging

├─ ch.kk7.confij.logging.ConfijLogFactory.class - [JAR]

├─ ch.kk7.confij.logging.ConfijLogger.class - [JAR]

├─ ch.kk7.confij.logging.JulLogger.class - [JAR]

├─ ch.kk7.confij.logging.LogUtil.class - [JAR]

ch.kk7.confij.binding.collection

├─ ch.kk7.confij.binding.collection.CollectionBinding.class - [JAR]

├─ ch.kk7.confij.binding.collection.CollectionBindingFactory.class - [JAR]

├─ ch.kk7.confij.binding.collection.CollectionBuilder.class - [JAR]

├─ ch.kk7.confij.binding.collection.CollectionUtil.class - [JAR]

ch.kk7.confij.source.format

├─ ch.kk7.confij.source.format.ConfijFormat.class - [JAR]

├─ ch.kk7.confij.source.format.ConfijSourceFormatException.class - [JAR]

├─ ch.kk7.confij.source.format.MapAndStringValidator.class - [JAR]

├─ ch.kk7.confij.source.format.PropertiesFormat.class - [JAR]

ch.kk7.confij.annotation

├─ ch.kk7.confij.annotation.Default.class - [JAR]

├─ ch.kk7.confij.annotation.Key.class - [JAR]

├─ ch.kk7.confij.annotation.ValueMapper.class - [JAR]

├─ ch.kk7.confij.annotation.VariableResolver.class - [JAR]

ch.kk7.confij.binding.leaf

├─ ch.kk7.confij.binding.leaf.ForcedLeafBindingFactory.class - [JAR]

├─ ch.kk7.confij.binding.leaf.LeafBinding.class - [JAR]

├─ ch.kk7.confij.binding.leaf.LeafBindingFactory.class - [JAR]

ch.kk7.confij.tree

├─ ch.kk7.confij.tree.ConfijNode.class - [JAR]

├─ ch.kk7.confij.tree.NodeBindingContext.class - [JAR]

├─ ch.kk7.confij.tree.NodeDefinition.class - [JAR]

ch.kk7.confij.source.any

├─ ch.kk7.confij.source.any.AnyResourceAnyFormatAnySource.class - [JAR]

├─ ch.kk7.confij.source.any.AnySourceImpl.class - [JAR]

├─ ch.kk7.confij.source.any.ConfijAnyFormat.class - [JAR]

├─ ch.kk7.confij.source.any.ConfijAnyResource.class - [JAR]

├─ ch.kk7.confij.source.any.ConfijAnySource.class - [JAR]

├─ ch.kk7.confij.source.any.FixResourceAnyFormatSource.class - [JAR]

├─ ch.kk7.confij.source.any.FixResourceFixFormatSource.class - [JAR]

├─ ch.kk7.confij.source.any.ServiceLoaderSourceAware.class - [JAR]

ch.kk7.confij.source

├─ ch.kk7.confij.source.ConfijSource.class - [JAR]

├─ ch.kk7.confij.source.ConfijSourceException.class - [JAR]

ch.kk7.confij.source.env

├─ ch.kk7.confij.source.env.EnvvarSource.class - [JAR]

├─ ch.kk7.confij.source.env.ExplicitPropertiesSource.class - [JAR]

├─ ch.kk7.confij.source.env.SystemPropertiesSource.class - [JAR]

ch.kk7.confij.pipeline.reload

├─ ch.kk7.confij.pipeline.reload.ConfijReloadHandler.class - [JAR]

├─ ch.kk7.confij.pipeline.reload.ConfijReloadNotifier.class - [JAR]

├─ ch.kk7.confij.pipeline.reload.ConfijReloadStrategy.class - [JAR]

├─ ch.kk7.confij.pipeline.reload.ManualReloadStrategy.class - [JAR]

├─ ch.kk7.confij.pipeline.reload.NeverReloadStrategy.class - [JAR]

├─ ch.kk7.confij.pipeline.reload.PeriodicReloadStrategy.class - [JAR]

├─ ch.kk7.confij.pipeline.reload.ReloadNotifierImpl.class - [JAR]

ch.kk7.confij.binding

├─ ch.kk7.confij.binding.BindingContext.class - [JAR]

├─ ch.kk7.confij.binding.BindingResult.class - [JAR]

├─ ch.kk7.confij.binding.BindingType.class - [JAR]

├─ ch.kk7.confij.binding.ConfigBinder.class - [JAR]

├─ ch.kk7.confij.binding.ConfigBinding.class - [JAR]

├─ ch.kk7.confij.binding.ConfigBindingFactory.class - [JAR]

├─ ch.kk7.confij.binding.ConfijBindingException.class - [JAR]

├─ ch.kk7.confij.binding.ConfijDefinitionException.class - [JAR]

ch.kk7.confij

├─ ch.kk7.confij.ConfijBuilder.class - [JAR]

Advertisement

Dependencies from Group

Aug 16, 2022
6 usages
10 stars
Aug 16, 2022
10 stars
Aug 16, 2022
10 stars
Aug 16, 2022
10 stars
Aug 16, 2022
10 stars

Discover Dependencies

Feb 05, 2021
1 usages
0 stars
Feb 03, 2021
4 usages
1.4k stars
Feb 03, 2021
2 usages
1.4k stars
Feb 16, 2021
3 usages
1 stars
Nov 15, 2022
14 usages
1.8k stars
Aug 11, 2023
8 usages
1.8k stars
Jan 10, 2022
4 stars
Feb 09, 2021
4 usages
0 stars