Class ContextVariableTypeConverter.DefaultConverter<T,U>
- java.lang.Object
-
- com.microsoft.semantickernel.contextvariables.ContextVariableTypeConverter.DefaultConverter<T,U>
-
- Type Parameters:
T- the source typeU- the target type
- All Implemented Interfaces:
ContextVariableTypeConverter.Converter<T,U>
- Enclosing class:
- ContextVariableTypeConverter<T>
public abstract static class ContextVariableTypeConverter.DefaultConverter<T,U> extends Object implements ContextVariableTypeConverter.Converter<T,U>
A base class for concrete implementations ofContextVariableTypeConverter.Converter.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<U>getTargetType()Get the class of the target type.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.microsoft.semantickernel.contextvariables.ContextVariableTypeConverter.Converter
toObject
-
-
-
-
Method Detail
-
getTargetType
public Class<U> getTargetType()
Description copied from interface:ContextVariableTypeConverter.ConverterGet the class of the target type.- Specified by:
getTargetTypein interfaceContextVariableTypeConverter.Converter<T,U>- Returns:
- the class of the target type
-
-