Uses of Class
org.smooks.io.payload.Exports
-
Packages that use Exports Package Description org.smooks Smooks Content Transformation/Analysis - *** STARTING POINT ***.org.smooks.engine.lookup org.smooks.io.payload Smooks filtering "payload" specializations. -
-
Uses of Exports in org.smooks
Methods in org.smooks with parameters of type Exports Modifier and Type Method Description Smooks
Smooks. setExports(Exports exports)
Set the Exports for this Smooks instance. -
Uses of Exports in org.smooks.engine.lookup
Methods in org.smooks.engine.lookup that return Exports Modifier and Type Method Description Exports
ExportsLookup. apply(Map<Object,Object> registryEntries)
-
Uses of Exports in org.smooks.io.payload
Methods in org.smooks.io.payload with parameters of type Exports Modifier and Type Method Description static List<Object>
Exports. extractResults(Result[] results, Exports exports)
Will return the Objects contained in the results array.
-