MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / getValidator

Method getValidator

libminifi/include/core/PropertyValue.h:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78
79 std::shared_ptr<PropertyValidator> getValidator() const {
80 return *validator_;
81 }
82
83 ValidationResult validate(const std::string &subject) const {
84 return validator_.validate(subject, getValue());

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected