Uses of Class
com.damnhandy.uri.template.UriTemplate
-
Packages that use UriTemplate Package Description com.damnhandy.uri.template Handy URI Templatescom.damnhandy.uri.template.jackson.datatype These classes allow theUriTemplateclass to better integrate with the Jackson JSON framework. -
-
Uses of UriTemplate in com.damnhandy.uri.template
Methods in com.damnhandy.uri.template that return UriTemplate Modifier and Type Method Description UriTemplateUriTemplateBuilder. build()Generates aUriTemplateinstance from the builder.static UriTemplateUriTemplate. fromTemplate(String templateString)Creates a newUriTemplatefrom the template string.UriTemplateUriTemplate. set(String variableName, Object value)Sets a value on the URI template expression variable.UriTemplateUriTemplate. set(String variableName, Date value)Sets a Date value into the list of variable substitutions using the defaultDateFormat.UriTemplateUriTemplate. set(Map<String,Object> values)Adds the name/value pairs in the suppliedMapto the collection of values within this URI template instance.UriTemplateUriTemplate. withDefaultDateFormat(String dateFormatString)UriTemplateUriTemplate. withDefaultDateFormat(DateFormat dateFormat)Deprecated.replaced bywithDefaultDateFormatMethods in com.damnhandy.uri.template with parameters of type UriTemplate Modifier and Type Method Description static UriTemplateBuilderUriTemplate. buildFromTemplate(UriTemplate baseTemplate)Creates a newUriTemplateBuilderfrom a rootUriTemplate.static UriTemplateBuilderUriTemplate. fromTemplate(UriTemplate baseTemplate)Deprecated.UriTemplateBuilderUriTemplateBuilder. template(UriTemplate... template)Parses the template and appends the parsed components to the builder. -
Uses of UriTemplate in com.damnhandy.uri.template.jackson.datatype
Methods in com.damnhandy.uri.template.jackson.datatype that return UriTemplate Modifier and Type Method Description UriTemplateUriTemplateDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt)Methods in com.damnhandy.uri.template.jackson.datatype with parameters of type UriTemplate Modifier and Type Method Description voidUriTemplateSerializer. serialize(UriTemplate value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-