Uses of Package
org.keycloak.models.map.storage.file.common
Package
Description
-
ClassDescriptionA class implementing a
BlockContext
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.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 valuesClass implementing this interface defines mechanism for writing basic structures: primitive types, sequences and maps. -
ClassDescriptionA class implementing a
BlockContext
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.Class implementing this interface defines mechanism for writing basic structures: primitive types, sequences and maps.