getAllAssets abstract method

List<Asset> getAllAssets()

Returns all assets available in the reflection context.

Assets typically include non-code resources like images, configuration files, or other bundled files that are part of the application.

Returns a list of Asset objects containing metadata about each asset.

Implementation

List<Asset> getAllAssets();