All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vectorprint.configuration.binding.package.html Maven / Gradle / Ivy

Go to download

A library for settings and parameterization of objects. Key features are support for data types, help for settings and parameters, annotations for ease of use. Settings and parameters both are Clonable and Serializable. More features for settings such as parsing a settingsfile, being observable, readonliness, caching etc. are available. The library contains javacc generated parsers for syntax support for properties, multi valued properties, parameterized objects and multi valued parameters.

The newest version!


   
      
      
   
   
      
Bind your settings and / or Parameterizable objects to a syntax of your choice. Syntax support is provided by three types of objects: a parser, a serializer and a helper. For Parameterizables two syntaxes are supported: a specialized syntax and JSON. You can also develop your own syntax:

  • - extend the provided abstract classes for parsing, serialization and helper
  • - your BindingHelper must be Threadsafe and provide a no argument constructor
  • - your parser should provide a constructor accepting a Reader as argument
  • - your serializer should provide a no argument constructor
  • - use the provided factory implementations in your applications to get hold of your parser, serializer and bindinghelper




© 2015 - 2025 Weber Informatics LLC | Privacy Policy