Uses of Class
cool.klass.deserializer.json.context.ContextStack
Packages that use ContextStack
-
Uses of ContextStack in cool.klass.deserializer.json
Fields in cool.klass.deserializer.json declared as ContextStackModifier and TypeFieldDescriptionprotected final ContextStackRequiredPropertiesValidator.contextStackConstructors in cool.klass.deserializer.json with parameters of type ContextStackModifierConstructorDescriptionRequiredPropertiesValidator(ContextStack contextStack, Klass klass, com.fasterxml.jackson.databind.node.ObjectNode objectNode, OperationMode operationMode, Optional<AssociationEnd> pathHere, boolean isRoot, boolean isInProjection) -
Uses of ContextStack in cool.klass.deserializer.json.type
Methods in cool.klass.deserializer.json.type that return ContextStackModifier and TypeMethodDescriptionJsonTypeCheckingPropertyVisitor.contextStack()Returns the value of thecontextStackrecord component.Constructors in cool.klass.deserializer.json.type with parameters of type ContextStackModifierConstructorDescriptionArrayNodeTypeCheckingValidator(ContextStack contextStack, NamedElement context, Klass klass, com.fasterxml.jackson.databind.JsonNode jsonNode) JsonTypeCheckingPrimitiveTypeVisitor(ContextStack contextStack, PrimitiveProperty primitiveProperty, com.fasterxml.jackson.databind.JsonNode jsonDataTypeValue) JsonTypeCheckingPropertyVisitor(ContextStack contextStack, Property property, com.fasterxml.jackson.databind.JsonNode childJsonNode) Creates an instance of aJsonTypeCheckingPropertyVisitorrecord class.ObjectNodeTypeCheckingValidator(ContextStack contextStack, Klass klass, com.fasterxml.jackson.databind.JsonNode jsonNode)