PainterResourcePathHint

@Immutable
interface PainterResourcePathHint : PainterHint

A PainterHint that modifies the module/jar path of the resource being loaded. Main used in bridge mode.

Functions

Link copied to clipboard
open fun canApplyTo(path: String): Boolean
Link copied to clipboard
abstract fun patch(path: String, classLoaders: List<ClassLoader>): String

Patch the resource path with context classLoaders(for bridge module).