Class ContextVariableTypeConverter.NoopConverter<T>
- java.lang.Object
-
- com.microsoft.semantickernel.contextvariables.ContextVariableTypeConverter<T>
-
- com.microsoft.semantickernel.contextvariables.ContextVariableTypeConverter.NoopConverter<T>
-
- Type Parameters:
T- the type of the context variable
- Enclosing class:
- ContextVariableTypeConverter<T>
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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microsoft.semantickernel.contextvariables.ContextVariableTypeConverter
ContextVariableTypeConverter.Builder<T>, ContextVariableTypeConverter.Converter<T,U>, ContextVariableTypeConverter.DefaultConverter<T,U>, ContextVariableTypeConverter.NoopConverter<T>, ContextVariableTypeConverter.ToPromptStringFunction<T>
-
-
Constructor Summary
Constructors Constructor Description NoopConverter(Class<T> clazz)Create a new noop converter.
-
Method Summary
-
Methods inherited from class com.microsoft.semantickernel.contextvariables.ContextVariableTypeConverter
builder, escapeXmlString, fromObject, fromPromptString, getType, toObject, toPromptString
-
-