Uses of Class
org.apache.sling.jcr.contentloader.internal.readers.JsonReader
-
Packages that use JsonReader Package Description org.apache.sling.jcr.contentloader.internal.readers -
-
Uses of JsonReader in org.apache.sling.jcr.contentloader.internal.readers
Subclasses of JsonReader in org.apache.sling.jcr.contentloader.internal.readers Modifier and Type Class Description class
OrderedJsonReader
SpecificJsonReader
,OrderedJsonReader
parse json document exactly the same, but does specific look up for SLING:ordered : [{SLING:name: "first", ...},{SLING:name: "second", ...}] type of structure that will force import of an orderable node with first and second children, in that order.
-