Search Specs
open class SearchSpecs(var contextType: TypeToken<*>? = null, var argType: TypeToken<*>? = null, var type: TypeToken<*>? = null, var tag: Any? = NoDefinedTag)
Defines the specs to search bindings from (in)complete data with CopySpecs or DITree.find.
Inheritors
Constructors
Link copied to clipboard
constructor(contextType: TypeToken<*>? = null, argType: TypeToken<*>? = null, type: TypeToken<*>? = null, tag: Any? = NoDefinedTag)