Uses of Class
org.keycloak.models.map.storage.file.common.BlockContext.DefaultMapContext
-
Packages that use BlockContext.DefaultMapContext Package Description org.keycloak.models.map.storage.file.common -
-
Uses of BlockContext.DefaultMapContext in org.keycloak.models.map.storage.file.common
Subclasses of BlockContext.DefaultMapContext in org.keycloak.models.map.storage.file.common Modifier and Type Class Description static class
MapEntityContext.MapEntityMappingYamlContext<T>
class
StringListMapContext
Block context which suitable for properties stored in aMap<String, List<String>>
which accepts string mapping key, and entry value is recognized both as a plain value (converted to string) or a list of valuesMethods in org.keycloak.models.map.storage.file.common that return BlockContext.DefaultMapContext Modifier and Type Method Description static BlockContext.DefaultMapContext<Object>
BlockContext.DefaultMapContext. newDefaultMapContext()
-