Uses of Interface
com.microsoft.semantickernel.contextvariables.ContextVariableTypeConverter.Converter
-
Packages that use ContextVariableTypeConverter.Converter Package Description com.microsoft.semantickernel.contextvariables -
-
Uses of ContextVariableTypeConverter.Converter in com.microsoft.semantickernel.contextvariables
Classes in com.microsoft.semantickernel.contextvariables that implement ContextVariableTypeConverter.Converter Modifier and Type Class Description static classContextVariableTypeConverter.DefaultConverter<T,U>A base class for concrete implementations ofContextVariableTypeConverter.Converter.Constructor parameters in com.microsoft.semantickernel.contextvariables with type arguments of type ContextVariableTypeConverter.Converter Constructor Description ContextVariableTypeConverter(Class<T> clazz, Function<Object,T> fromObject, ContextVariableTypeConverter.ToPromptStringFunction<T> toPromptString, Function<String,T> fromPromptString, List<ContextVariableTypeConverter.Converter<T,?>> toObjects)Create a new context variable type converter.ContextVariableTypeConverter(Class<T> clazz, Function<Object,T> fromObject, Function<T,String> toPromptString, Function<String,T> fromPromptString, List<ContextVariableTypeConverter.Converter<T,?>> toObjects)Create a new context variable type converter.
-