Hierarchy For Package com.microsoft.semantickernel.contextvariables
Package Hierarchies:Class Hierarchy
- java.lang.Object
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
- com.microsoft.semantickernel.contextvariables.CaseInsensitiveMap<T>
- java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
- com.microsoft.semantickernel.contextvariables.ContextVariable<T>
- com.microsoft.semantickernel.contextvariables.ContextVariableType<T>
- com.microsoft.semantickernel.contextvariables.ContextVariableTypeConverter<T>
- com.microsoft.semantickernel.contextvariables.ContextVariableTypeConverter.NoopConverter<T>
- com.microsoft.semantickernel.contextvariables.ContextVariableTypeConverter.Builder<T>
- com.microsoft.semantickernel.contextvariables.ContextVariableTypeConverter.DefaultConverter<T,U> (implements com.microsoft.semantickernel.contextvariables.ContextVariableTypeConverter.Converter<T,U>)
- com.microsoft.semantickernel.contextvariables.ContextVariableTypes
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
Interface Hierarchy
- com.microsoft.semantickernel.contextvariables.ContextVariableTypeConverter.Converter<T,U>
- com.microsoft.semantickernel.contextvariables.ContextVariableTypeConverter.ToPromptStringFunction<T>