package

com.atlassian.jira.entity.remotelink

Interfaces

RemoteEntityLink<E> Common abstract class for remote entity links. 

Classes

AbstractRemoteEntityLinkService Base tools for implementing a remote entity link service that uses the JsonEntityPropertyManager to store the link data. 
LazyJsonParser Lazy-loading JSON tree parser. 
LazyJsonParser.ReadOnlyJsonNode Provides the same functionality that a true JsonNode would, except that the nodes may not be cast to their original mutable types, thereby protecting the JSON data against modification. 
RemoteEntityLinkImpl<E>