public class

RequiredURIAdapter

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

Class Overview

Adaptor that does not permit null values.

Summary

Public Constructors
RequiredURIAdapter()
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 RequiredURIAdapter ()

Public Methods

public String marshal (URI v)

Throws
Exception

public URI unmarshal (String v)

Throws
Exception