registerForItems

abstract void registerForItems(ItemApiLookup.ItemApiProvider<A, C> provider, Array<ItemConvertible> items)

Expose the API for the passed items.The mapping from the parameters of the query to the API is handled by the passed ItemApiProvider.

Parameters

provider

The provider.

items

The items.

Sources

jvm source
Link copied to clipboard