Class CharacterVariableContextVariableTypeConverter
- java.lang.Object
-
- com.microsoft.semantickernel.contextvariables.ContextVariableTypeConverter<Character>
-
- com.microsoft.semantickernel.contextvariables.converters.CharacterVariableContextVariableTypeConverter
-
public class CharacterVariableContextVariableTypeConverter extends ContextVariableTypeConverter<Character>
AContextVariableTypeConverterforjava.lang.Charactervariables. UseContextVariableTypes.getGlobalVariableTypeForClass(Character.class)to get an instance of this class.
-
-
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 CharacterVariableContextVariableTypeConverter()Initializes a new instance of theCharacterVariableContextVariableTypeConverterclass.
-
Method Summary
-
Methods inherited from class com.microsoft.semantickernel.contextvariables.ContextVariableTypeConverter
builder, escapeXmlString, fromObject, fromPromptString, getType, toObject, toPromptString
-
-
-
-
Constructor Detail
-
CharacterVariableContextVariableTypeConverter
public CharacterVariableContextVariableTypeConverter()
Initializes a new instance of theCharacterVariableContextVariableTypeConverterclass.
-
-