ByClass
class ByClass<Output : Any>(val outputClass: ERROR CLASS: Symbol not found for Class<Output>) : OutputOption<Output> (source)
Represents an output option that specifies the desired output type using a Class object.
This class is a concrete implementation of the OutputOption interface and is used to define the expected type of output for a given operation.
Parameters
Output
The type of the output.
Constructors
Properties
Link copied to clipboard
The Class object representing the desired output type.
Link copied to clipboard
TypeToken corresponding to the output type defined by outputClass.