Package com.contentful.java.cda.rich
Class RichTextFactory
- java.lang.Object
-
- com.contentful.java.cda.rich.RichTextFactory
-
public class RichTextFactory extends java.lang.ObjectThis factory will be used in order to create theCDARichNode-graph representation of the Contentful data returned by a rich text - field.
-
-
Constructor Summary
Constructors Constructor Description RichTextFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidresolveRichTextField(ArrayResource array, CDAClient client)Walk through the given array and resolve all rich text fields.
-
-
-
Method Detail
-
resolveRichTextField
public static void resolveRichTextField(ArrayResource array, CDAClient client)
Walk through the given array and resolve all rich text fields.- Parameters:
array- the array to be walked.client- the client to be used if updating of types is needed.
-
-