Class FieldStructureTypeCommandViolation
java.lang.Object
ai.stapi.graphsystem.commandvalidation.model.AbstractCommandConstrainViolation
ai.stapi.graphsystem.commandvalidation.model.ActualValueCommandConstrainViolation
ai.stapi.graphsystem.commandvalidation.infrastructure.operationdefinition.FieldStructureTypeCommandViolation
- All Implemented Interfaces:
CommandConstrainViolation
-
Nested Class Summary
Nested classes/interfaces inherited from interface ai.stapi.graphsystem.commandvalidation.model.CommandConstrainViolation
CommandConstrainViolation.Level -
Method Summary
Modifier and TypeMethodDescriptionprotected StringnotList(String commandName, CommandViolationFieldPath fieldPath, Object actualValue) notSingle(String commandName, CommandViolationFieldPath fieldPath, Object actualValue) Methods inherited from class ai.stapi.graphsystem.commandvalidation.model.ActualValueCommandConstrainViolation
getActualValue, getMessageMethods inherited from class ai.stapi.graphsystem.commandvalidation.model.AbstractCommandConstrainViolation
getCommandName, getFieldPath, getLevel
-
Method Details
-
notList
public static FieldStructureTypeCommandViolation notList(String commandName, CommandViolationFieldPath fieldPath, Object actualValue) -
notSingle
public static FieldStructureTypeCommandViolation notSingle(String commandName, CommandViolationFieldPath fieldPath, Object actualValue) -
getBecauseMessage
- Specified by:
getBecauseMessagein classAbstractCommandConstrainViolation
-