| Modifier and Type | Method and Description |
|---|---|
OembedResponse |
OembedParser.unmarshal(InputStream in)
Unmarshals an
OembedResponse from the given inputstream |
OembedResponse |
OembedJsonParser.unmarshal(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
Optional<OembedResponse> |
OembedService.getOembedResponseFor(String url)
Tries to find an
OembedResponse for the URL url. |
| Modifier and Type | Method and Description |
|---|---|
void |
OembedParser.marshal(OembedResponse oembedResponse,
OutputStream out)
|
void |
OembedJsonParser.marshal(OembedResponse oembedResponse,
OutputStream out) |
String |
OembedResponseRenderer.render(OembedResponse response,
org.jsoup.nodes.Element originalAnchor)
Renderes the
OembedResponse response into an html string. |
Copyright © 2010–2016 michael-simons.eu. All rights reserved.