com.damnhandy.uri.template.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of handy-uri-templates Show documentation
Show all versions of handy-uri-templates Show documentation
Handy URI Templates is a RFC6570 compliant URI template processor. The library allows clients to
utilize templatized URIs and inject replacement variables to expand the template into a URI. The library sports
a fluent API, ability to plugin custom object renderers, and supports all levels of URI templates.
The newest version!
/**
* Handy URI Templates
*
*
* This package contains the core classes for manipulating and processing different types
* of URI Templates. At present, it is only supports RFC6570 URI Templates.
*
* @since 1.0.0
* @author Ryan J. McDonough
*/
package com.damnhandy.uri.template;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy