Structure Map Extraction Context
data class StructureMapExtractionContext(context: <ERROR CLASS>, transformSupportServices: <ERROR CLASS>?, structureMapProvider: suspend (String, <ERROR CLASS>) -> <ERROR CLASS>?)
Content copied to clipboard
Data used during StructureMap-based extraction.
Constructors
Link copied to clipboard
fun StructureMapExtractionContext(context: <ERROR CLASS>, transformSupportServices: <ERROR CLASS>? = null, structureMapProvider: suspend (String, <ERROR CLASS>) -> <ERROR CLASS>?)
Content copied to clipboard
Properties
Link copied to clipboard
val structureMapProvider: suspend (String, <ERROR CLASS>) -> <ERROR CLASS>?
Content copied to clipboard
A lambda function which returns a StructureMap. Depending on your app this could be hard-coded or use the String parameter to fetch the appropriate structure map.