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 SmooksSmooks. 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 ExportsExportsLookup. 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. extractSinks(org.smooks.api.io.Sink[] sinks, Exports exports)Will return the Objects contained in the sinks array.
-