@agentix-e/spel-ts - v1.2.2
    Preparing search index...

    Interface TypeSchema

    Type declaration metadata

    interface TypeSchema {
        className?: string;
        description?: string;
        methods?: Record<string, MethodSchema>;
        staticMethods?: Record<string, MethodSchema>;
    }
    Index
    className?: string

    Fully qualified class name (e.g., 'java.time.LocalDate')

    description?: string

    Description for semantic matching

    methods?: Record<string, MethodSchema>

    Instance methods

    staticMethods?: Record<string, MethodSchema>

    Static methods