| Package | Description |
|---|---|
| io.prismic |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Fragment.Link |
| Modifier and Type | Class and Description |
|---|---|
static class |
Fragment.Color |
static class |
Fragment.Date |
static class |
Fragment.DocumentLink |
static class |
Fragment.Embed |
static class |
Fragment.FileLink |
static class |
Fragment.GeoPoint |
static class |
Fragment.Group
Represents a Group fragment.
|
static class |
Fragment.Image |
static class |
Fragment.ImageLink |
static class |
Fragment.Number |
static class |
Fragment.StructuredText |
static class |
Fragment.Text |
static class |
Fragment.Timestamp |
static class |
Fragment.WebLink |
| Modifier and Type | Method and Description |
|---|---|
Fragment |
WithFragments.get(String field) |
Fragment |
FragmentParser.parse(String type,
com.fasterxml.jackson.databind.JsonNode json) |
Fragment |
FragmentParser.Default.parse(String type,
com.fasterxml.jackson.databind.JsonNode json) |
| Modifier and Type | Method and Description |
|---|---|
List<Fragment> |
WithFragments.getAll(String field) |
abstract Map<String,Fragment> |
WithFragments.getFragments() |
Map<String,Fragment> |
GroupDoc.getFragments() |
Map<String,Fragment> |
Document.getFragments() |
List<Map<String,Fragment>> |
Fragment.Group.toMapList()
Deprecated.
Use getDocs() then manipulate the GroupDoc
|
| Constructor and Description |
|---|
Document(String id,
String uid,
String type,
String href,
Set<String> tags,
List<String> slugs,
Map<String,Fragment> fragments) |
GroupDoc(Map<String,Fragment> fragments) |
Copyright © 2014. All rights reserved.