Package org.keycloak.models.map.storage.file.common
package org.keycloak.models.map.storage.file.common
- 
ClassDescriptionBlockContext<V>A class implementing aBlockContextinterface 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 instanceof parsing.A special stack suited for tracking the parser of a block language, and maintaining contextual information for block nesting position in the YAML file.BlockContextwhich handles any entity accompanied withEntityFieldfield getters and setters, namelyMap*Entityclasses.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.