Uses of Interface
com.networknt.oas.model.Link
-
Packages that use Link Package Description com.networknt.oas.model com.networknt.oas.model.impl -
-
Uses of Link in com.networknt.oas.model
Methods in com.networknt.oas.model that return Link Modifier and Type Method Description LinkOpenApi3. getLink(String name)LinkResponse. getLink(String name)Methods in com.networknt.oas.model that return types with arguments of type Link Modifier and Type Method Description Map<String,Link>OpenApi3. getLinks()Map<String,Link>OpenApi3. getLinks(boolean elaborate)Map<String,Link>Response. getLinks()Map<String,Link>Response. getLinks(boolean elaborate)Methods in com.networknt.oas.model with parameters of type Link Modifier and Type Method Description voidOpenApi3. setLink(String name, Link link)voidResponse. setLink(String name, Link link)Method parameters in com.networknt.oas.model with type arguments of type Link Modifier and Type Method Description voidOpenApi3. setLinks(Map<String,Link> links)voidResponse. setLinks(Map<String,Link> links) -
Uses of Link in com.networknt.oas.model.impl
Classes in com.networknt.oas.model.impl that implement Link Modifier and Type Class Description classLinkImplFields in com.networknt.oas.model.impl with type parameters of type Link Modifier and Type Field Description static com.networknt.jsonoverlay.OverlayFactory<Link>LinkImpl. factoryMethods in com.networknt.oas.model.impl that return Link Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
LinkLinkImpl. create(OV modelMember)LinkOpenApi3Impl. getLink(String name)LinkResponseImpl. getLink(String name)Methods in com.networknt.oas.model.impl that return types with arguments of type Link Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
com.networknt.jsonoverlay.Builder<Link>LinkImpl. builder(OV modelMember)Map<String,Link>OpenApi3Impl. getLinks()Map<String,Link>OpenApi3Impl. getLinks(boolean elaborate)Map<String,Link>ResponseImpl. getLinks()Map<String,Link>ResponseImpl. getLinks(boolean elaborate)Methods in com.networknt.oas.model.impl with parameters of type Link Modifier and Type Method Description voidOpenApi3Impl. setLink(String name, Link link)voidResponseImpl. setLink(String name, Link link)Method parameters in com.networknt.oas.model.impl with type arguments of type Link Modifier and Type Method Description voidOpenApi3Impl. setLinks(Map<String,Link> links)voidResponseImpl. setLinks(Map<String,Link> links)Constructors in com.networknt.oas.model.impl with parameters of type Link Constructor Description LinkImpl(Link link, com.networknt.jsonoverlay.JsonOverlay<?> parent, com.networknt.jsonoverlay.ReferenceManager refMgr)
-