Uses of Enum Class
cool.klass.deserializer.json.OperationMode
Packages that use OperationMode
-
Uses of OperationMode in cool.klass.deserializer.json
Fields in cool.klass.deserializer.json declared as OperationModeModifier and TypeFieldDescriptionprotected final OperationModeRequiredPropertiesValidator.operationModeMethods in cool.klass.deserializer.json that return OperationModeModifier and TypeMethodDescriptionprotected OperationModeRequiredPropertiesValidator.getNextMode(OperationMode operationMode, AssociationEnd associationEnd) static OperationModeReturns the enum constant of this class with the specified name.static OperationMode[]OperationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cool.klass.deserializer.json with parameters of type OperationModeModifier and TypeMethodDescriptionprotected OperationModeRequiredPropertiesValidator.getNextMode(OperationMode operationMode, AssociationEnd associationEnd) protected voidOutsideProjectionRequiredPropertiesValidator.handlePlainAssociationEnd(AssociationEnd associationEnd, com.fasterxml.jackson.databind.node.ObjectNode objectNode, OperationMode nextMode) protected voidRequiredPropertiesValidator.handlePlainAssociationEnd(AssociationEnd associationEnd, com.fasterxml.jackson.databind.node.ObjectNode objectNode, OperationMode nextMode) static voidRequiredPropertiesValidator.validate(Klass klass, com.fasterxml.jackson.databind.node.ObjectNode objectNode, OperationMode operationMode, org.eclipse.collections.api.list.MutableList<String> errors, org.eclipse.collections.api.list.MutableList<String> warnings) Constructors in cool.klass.deserializer.json with parameters of type OperationModeModifierConstructorDescriptionOutsideProjectionRequiredPropertiesValidator(Klass klass, com.fasterxml.jackson.databind.node.ObjectNode objectNode, OperationMode operationMode, org.eclipse.collections.api.list.MutableList<String> errors, org.eclipse.collections.api.list.MutableList<String> warnings, org.eclipse.collections.api.stack.MutableStack<String> contextStack, Optional<AssociationEnd> pathHere, boolean isRoot) RequiredPropertiesValidator(Klass klass, com.fasterxml.jackson.databind.node.ObjectNode objectNode, OperationMode operationMode, org.eclipse.collections.api.list.MutableList<String> errors, org.eclipse.collections.api.list.MutableList<String> warnings, org.eclipse.collections.api.stack.MutableStack<String> contextStack, Optional<AssociationEnd> pathHere, boolean isRoot, boolean isInProjection)