ArchUnitTS - v2.2.0
    Preparing search index...

    Interface ClassInfo

    interface ClassInfo {
        name: string;
        filePath: string;
        methods: MethodInfo[];
        fields: FieldInfo[];
        sourceFile?: SourceFile;
    }
    Index

    Properties

    name: string
    filePath: string
    methods: MethodInfo[]
    fields: FieldInfo[]
    sourceFile?: SourceFile