Interface CompilationStrategy.CompilationContext

  • Enclosing interface:
    CompilationStrategy

    public static interface CompilationStrategy.CompilationContext
    A strategy provided during compilation.
    • Method Detail

      • toJavaCode

        java.lang.String toJavaCode​(TypeReference typeref)
        Parameters:
        typeref - the type reference to serialize
        Returns:
        the serialized form of the type reference, taking imports into account.