Uses of Package
org.keycloak.models.map.storage.file.common
-
Packages that use org.keycloak.models.map.storage.file.common Package Description org.keycloak.models.map.storage.file.common org.keycloak.models.map.storage.file.yaml -
Classes in org.keycloak.models.map.storage.file.common used by org.keycloak.models.map.storage.file.common Class Description BlockContext A class implementing aBlockContext
interface represents a transformer from a primitive value / sequence / mapping representation as declared in YAML format into a Java object of typeV
, with ability to produce theresulting instance
of parsing.BlockContext.DefaultListContext BlockContext.DefaultMapContext BlockContext.DefaultObjectContext 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 valuesStringListMapContext.AttributeValueYamlContext WritingMechanism Class implementing this interface defines mechanism for writing basic structures: primitive types, sequences and maps. -
Classes in org.keycloak.models.map.storage.file.common used by org.keycloak.models.map.storage.file.yaml Class Description BlockContext A class implementing aBlockContext
interface represents a transformer from a primitive value / sequence / mapping representation as declared in YAML format into a Java object of typeV
, with ability to produce theresulting instance
of parsing.WritingMechanism Class implementing this interface defines mechanism for writing basic structures: primitive types, sequences and maps.