Package io.thestencil.staticontent.api
Interface MarkdownContent.ImageResource
-
- All Known Implementing Classes:
ImmutableImageResource
- Enclosing interface:
- MarkdownContent
@Immutable public static interface MarkdownContent.ImageResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPath()byte[]getValue()
-
-
-
Method Detail
-
getPath
String getPath()
-
getValue
byte[] getValue()
-
-