Uses of Interface
org.keycloak.models.map.storage.file.common.BlockContext
Package
Description
-
Uses of BlockContext in org.keycloak.models.map.storage.file.common
Modifier and TypeClassDescriptionstatic class
static class
static class
class
BlockContext
which handles any entity accompanied withEntityField
field getters and setters, namelyMap*Entity
classes.static class
static class
class
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 valuesstatic class
Modifier and TypeMethodDescriptionBlockContext<?>
BlockContext.DefaultListContext.getContext
(String nameOfSubcontext) BlockContext.DefaultMapContext.getContext
(String nameOfSubcontext) BlockContext<?>
BlockContext.DefaultObjectContext.getContext
(String nameOfSubcontext) BlockContext<?>
BlockContext.getContext
(String nameOfSubcontext) Called after reading a key of map entry in YAML file and before reading its value.BlockContext<?>
MapEntityContext.getContext
(String nameOfSubcontext) MapEntityContext.MapEntityMappingYamlContext.getContext
(String nameOfSubcontext) BlockContext<?>
MapEntityContext.MapEntitySequenceYamlContext.getContext
(String nameOfSubcontext) BlockContext<?>
BlockContextStack.push
(String name, Supplier<BlockContext<?>> nullProducer) Pushes the subcontext to the stack.Modifier and TypeMethodDescriptionprotected static <T> Map<String,
Supplier<? extends BlockContext<?>>> MapEntityContext.fieldsToContextCreators
(Class<T> type) Modifier and TypeMethodDescriptionBlockContext<?>
BlockContextStack.push
(String name, Supplier<BlockContext<?>> nullProducer) Pushes the subcontext to the stack. -
Uses of BlockContext in org.keycloak.models.map.storage.file.yaml
Modifier and TypeMethodDescriptionstatic <E> E
YamlParser.parse
(Path path, BlockContext<E> initialContext) ModifierConstructorDescriptionprotected
YamlParser
(org.snakeyaml.engine.v2.parser.Parser p, BlockContext<E> initialContext)