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