Amplication AST Libraries Documentation
    Preparing search index...

    Interface defining the arguments required to create a new ClassReference instance.

    Args

    interface Args {
        name: string;
        packageName: string;
    }
    Index

    Properties

    Properties

    name: string

    The name of the Java class

    packageName: string

    The package of the Java class