public class

RequiredBaseURIAdapter

extends XmlAdapter<ValueType, BoundType>
java.lang.Object
   ↳ javax.xml.bind.annotation.adapters.XmlAdapter<ValueType, BoundType>
     ↳ com.atlassian.applinks.core.rest.model.adapter.RequiredBaseURIAdapter

Class Overview

Adapter that does not permit null values and ensures that URI does not end with slashes.

Summary

Public Constructors
RequiredBaseURIAdapter()
Public Methods
String marshal(URI v)
URI unmarshal(String v)
[Expand]
Inherited Methods
From class javax.xml.bind.annotation.adapters.XmlAdapter
From class java.lang.Object

Public Constructors

public RequiredBaseURIAdapter ()

Public Methods

public String marshal (URI v)

Throws
Exception

public URI unmarshal (String v)

Throws
Exception