ContextVariableTypeConverter.NoopConverter<T> Class
- java.
lang. Object - com.
microsoft. semantickernel. contextvariables. ContextVariableTypeConverter<T> - com.
microsoft. semantickernel. contextvariables. ContextVariableTypeConverter. NoopConverter<T>
- com.
- com.
Type Parameters
- T
the type of the context variable
public static class ContextVariableTypeConverter.NoopConverter<T>
extends ContextVariableTypeConverter<T>
A converter that does no conversion. This converter is often used as a default when no other converter can be found for the type.
Constructor Summary
| Constructor | Description |
|---|---|
| NoopConverter(Class<T> clazz) |
Create a new noop converter. |
Methods inherited from ContextVariableTypeConverter
Methods inherited from java.lang.Object
Constructor Details
NoopConverter
public NoopConverter(Class
Create a new noop converter.
Parameters: