Interface AssetsRegistry

All Superinterfaces:
Registry<Assets>
All Known Implementing Classes:
DefaultAssetsRegistry

public interface AssetsRegistry extends Registry<Assets>
路由注册
Since:
Java 17+
Author:
Justubborn
  • Method Details

    • addAssets

      void addAssets(Assets assets)
    • amendAssets

      void amendAssets(Assets assets)
    • getAssets

      Assets getAssets(String method, String version)