Interface SystemViewRowAttributeWalker.AttributeVisitor

    • Method Detail

      • accept

        <T> void accept​(int idx,
                        String name,
                        Class<T> clazz)
        Visit some object property.
        Type Parameters:
        T - Value type.
        Parameters:
        idx - Index.
        name - Name.
        clazz - Value class.