ContextVariableTypeConverter.DefaultConverter<T,U> Class
- java.
lang. Object - com.
microsoft. semantickernel. contextvariables. ContextVariableTypeConverter. DefaultConverter<T,U>
- com.
Type Parameters
- T
the source type
- U
the target type
Implements
public abstract static class ContextVariableTypeConverter.DefaultConverter<T,U>
implements Converter<T,U>
A base class for concrete implementations of ContextVariableTypeConverter.Converter<T,U>.
Constructor Summary
| Modifier | Constructor | Description | |
|---|---|---|---|
| protected | DefaultConverter(Class<T> sourceType, Class<U> targetType) | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Class<U> |
getTargetType()
Get the class of the target type. |
Methods inherited from java.lang.Object
Constructor Details
DefaultConverter
protected DefaultConverter(Class
Parameters:
Method Details
getTargetType
public Class getTargetType()
Get the class of the target type.