com.r3corda.demos / IRSDemoPluginRegistry / webApis

webApis

val webApis: List<Class<*>>
Overrides CordaPluginRegistry.webApis

List of JAX-RS classes inside the contract jar. They are expected to have a single parameter constructor that takes a ServiceHub as input. These are listed as Class<*>, because in the future they will be instantiated inside a ClassLoader so that Cordapp code can be loaded dynamically.