Interface TypeCreator

    • Method Detail

      • getElementName

        QName getElementName​(Method m,
                             int index)
        Get the mapped name of a method parameter.
        Parameters:
        m -
        index -
        Returns:
      • setTypeMapping

        void setTypeMapping​(TypeMapping typeMapping)
      • createClassInfo

        TypeClassInfo createClassInfo​(Method m,
                                      int index)
        Retrieve the classInfo for a method. Needed to get parameters right.
        Parameters:
        m - Method object
        index - index in the parameter list
        Returns:
        info
      • createBasicClassInfo

        TypeClassInfo createBasicClassInfo​(Type itemType)
        Create class info for a Type.
        Parameters:
        itemType -
        Returns:
        info
      • createTypeForClass

        AegisType createTypeForClass​(TypeClassInfo info)
        Turn a TypeClassInfo into a type.
        Parameters:
        info -
        Returns: