Method and Description |
---|
software.constructs.Node.getUniqueId()
please avoid using this property and use `uid` instead. This
algorithm uses MD5, which is not FIPS-complient and also excludes the
identity of the root construct from the calculation.
|
software.constructs.Construct.onValidate()
use `Node.addValidation()` to subscribe validation functions on this construct
instead of overriding this method.
|
Copyright © 2020. All rights reserved.