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