Uses of Class
ai.stapi.graphsystem.commandvalidation.model.fieldPath.CommandViolationFieldPath
Packages that use CommandViolationFieldPath
Package
Description
-
Uses of CommandViolationFieldPath in ai.stapi.graphsystem.commandvalidation.infrastructure.operationdefinition
Methods in ai.stapi.graphsystem.commandvalidation.infrastructure.operationdefinition with parameters of type CommandViolationFieldPathModifier and TypeMethodDescriptionFieldStructureTypeCommandViolation.notList(String commandName, CommandViolationFieldPath fieldPath, Object actualValue) FieldStructureTypeCommandViolation.notSingle(String commandName, CommandViolationFieldPath fieldPath, Object actualValue) Constructors in ai.stapi.graphsystem.commandvalidation.infrastructure.operationdefinition with parameters of type CommandViolationFieldPathModifierConstructorDescriptionExtraFieldCommandViolation(String commandName, CommandViolationFieldPath fieldPath) FieldCardinalityCommandViolation(String commandName, CommandViolationFieldPath fieldPath, Integer actualSize, Integer requiredMin, String requiredMax) InvalidComplexTypeCommandViolation(String commandName, CommandViolationFieldPath fieldPath, Object actualValue, String requiredType, Throwable cause) InvalidPrimitiveTypeCommandViolation(String commandName, CommandViolationFieldPath fieldPath, String dataType, Object actualValue) InvalidReferenceTypeCommandViolation(String commandName, CommandViolationFieldPath fieldPath, Object actualValue) InvalidReferenceTypeCommandViolation(String commandName, CommandViolationFieldPath fieldPath, Object actualValue, Throwable cause) InvalidUnionMemberCommandViolation(String commandName, CommandViolationFieldPath fieldPath, Object actualValue) InvalidUnionMemberCommandViolation(String commandName, CommandViolationFieldPath fieldPath, Object actualValue, Throwable cause) InvalidUnionMemberTypeCommandViolation(String commandName, CommandViolationFieldPath fieldPath, Object actualMemberType, List<String> possibleMemberTypes) MissingRequiredFieldCommandViolation(String commandName, CommandViolationFieldPath fieldPath) -
Uses of CommandViolationFieldPath in ai.stapi.graphsystem.commandvalidation.model
Methods in ai.stapi.graphsystem.commandvalidation.model that return CommandViolationFieldPathModifier and TypeMethodDescriptionAbstractCommandConstrainViolation.getFieldPath()CommandConstrainViolation.getFieldPath()Constructors in ai.stapi.graphsystem.commandvalidation.model with parameters of type CommandViolationFieldPathModifierConstructorDescriptionprotectedAbstractCommandConstrainViolation(String commandName, CommandViolationFieldPath fieldPath, CommandConstrainViolation.Level level) protectedActualValueCommandConstrainViolation(String commandName, CommandViolationFieldPath fieldPath, CommandConstrainViolation.Level level, Object actualValue) -
Uses of CommandViolationFieldPath in ai.stapi.graphsystem.commandvalidation.model.fieldPath
Methods in ai.stapi.graphsystem.commandvalidation.model.fieldPath that return CommandViolationFieldPathModifier and TypeMethodDescription@NotNull CommandViolationFieldPathCommandViolationFieldPath.add(CommandViolationFieldPathPart newPart) @NotNull CommandViolationFieldPath@NotNull CommandViolationFieldPathCommandViolationFieldPath.setTypeNameToLast(String typeName)