public class NoopValidatorContext extends Object implements ValidatorContext
ValidatorContext
can be used when no contextual keywords are usedConstructor and Description |
---|
NoopValidatorContext() |
Modifier and Type | Method and Description |
---|---|
Set<Integer> |
evaluatedItems() |
Set<String> |
evaluatedProperties() |
static NoopValidatorContext |
getInstance() |
ValidatorContext |
lowerLevelContext() |
void |
markEvaluatedItem(int index) |
void |
markEvaluatedProperty(String propertyName) |
ValidatorContext |
startRecording() |
public static NoopValidatorContext getInstance()
public ValidatorContext startRecording()
startRecording
in interface ValidatorContext
public void markEvaluatedItem(int index)
markEvaluatedItem
in interface ValidatorContext
public void markEvaluatedProperty(String propertyName)
markEvaluatedProperty
in interface ValidatorContext
public Set<Integer> evaluatedItems()
evaluatedItems
in interface ValidatorContext
public Set<String> evaluatedProperties()
evaluatedProperties
in interface ValidatorContext
public ValidatorContext lowerLevelContext()
lowerLevelContext
in interface ValidatorContext
Copyright © 2021 Eclipse. All rights reserved.