Interface CompilationStrategy.CompilationContext
-
- Enclosing interface:
- CompilationStrategy
public static interface CompilationStrategy.CompilationContextA strategy provided during compilation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringtoJavaCode(TypeReference typeref)
-
-
-
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.
-
-