Uses of Class
dev.amp.validator.RecordValidated
-
Packages that use RecordValidated Package Description dev.amp.validator AMP validator.dev.amp.validator.utils AMP validator. -
-
Uses of RecordValidated in dev.amp.validator
Methods in dev.amp.validator that return RecordValidated Modifier and Type Method Description RecordValidatedParsedTagSpec. shouldRecordTagspecValidated()Whether or not the tag should be recorded via Context.recordTagspecValidated_ if it was validated successfully.static RecordValidatedRecordValidated. valueOf(String name)Returns the enum constant of this type with the specified name.static RecordValidated[]RecordValidated. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.amp.validator with parameters of type RecordValidated Constructor Description ParsedTagSpec(ParsedAttrSpecs parsedAttrSpecs, RecordValidated shouldRecordTagsValidated, dev.amp.validator.ValidatorProtos.TagSpec tagSpec, int id)Constructor. -
Uses of RecordValidated in dev.amp.validator.utils
Methods in dev.amp.validator.utils that return RecordValidated Modifier and Type Method Description static RecordValidatedTagSpecUtils. shouldRecordTagspecValidated(dev.amp.validator.ValidatorProtos.TagSpec tag, int tagSpecId, Map<Object,Boolean> tagSpecIdsToTrack)We only track (that is, add them to Context.RecordTagspecValidated) validated tagspecs as necessary.
-