Interface OpenConfigHashedValueSchemaNode

    • Method Detail

      • isPresentIn

        static boolean isPresentIn​(SchemaNode schemaNode)
        Determine if specified SchemaNode is marked to report its value in hashed form.
        Parameters:
        schemaNode - schema node to examine
        Returns:
        True if specified node is marked, false otherwise
        Throws:
        NullPointerException - if schemaNode is null