Uses of Interface
org.keycloak.models.map.storage.file.common.BlockContext
Packages that use BlockContext
Package
Description
- 
Uses of BlockContext in org.keycloak.models.map.storage.file.commonClasses in org.keycloak.models.map.storage.file.common that implement BlockContextModifier and TypeClassDescriptionstatic classstatic classstatic classclassBlockContextwhich handles any entity accompanied withEntityFieldfield getters and setters, namelyMap*Entityclasses.static classstatic classclassBlock 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 classMethods in org.keycloak.models.map.storage.file.common that return BlockContextModifier 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.Methods in org.keycloak.models.map.storage.file.common that return types with arguments of type BlockContextModifier and TypeMethodDescriptionprotected static <T> Map<String,Supplier<? extends BlockContext<?>>> MapEntityContext.fieldsToContextCreators(Class<T> type) Method parameters in org.keycloak.models.map.storage.file.common with type arguments of type BlockContextModifier and TypeMethodDescriptionBlockContext<?>BlockContextStack.push(String name, Supplier<BlockContext<?>> nullProducer) Pushes the subcontext to the stack.Constructors in org.keycloak.models.map.storage.file.common with parameters of type BlockContext
- 
Uses of BlockContext in org.keycloak.models.map.storage.file.yamlMethods in org.keycloak.models.map.storage.file.yaml with parameters of type BlockContextModifier and TypeMethodDescriptionstatic <E> EYamlParser.parse(Path path, BlockContext<E> initialContext) Constructors in org.keycloak.models.map.storage.file.yaml with parameters of type BlockContextModifierConstructorDescriptionprotectedYamlParser(org.snakeyaml.engine.v2.parser.Parser p, BlockContext<E> initialContext)