| Package | Description |
|---|---|
| org.metatype.sxc.builder | |
| org.metatype.sxc.builder.impl | |
| org.metatype.sxc.jaxb |
| Modifier and Type | Method and Description |
|---|---|
Context |
Builder.compile()
Generates and compiles the code, then loads it back into the current JVM.
|
void |
Builder.write(com.sun.codemodel.CodeWriter writer)
Generates the code through a custom
CodeWriter. |
void |
Builder.write(File file)
Generates the code into the given directory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuilderImpl.write(com.sun.codemodel.CodeWriter writer) |
void |
BuilderImpl.write(File dir) |
| Constructor and Description |
|---|
AbstractParserBuilder() |
ElementParserBuilderImpl(BuildContext buildContext,
com.sun.codemodel.JDefinedClass readerClass,
Class returnType,
boolean mixed) |
ElementParserBuilderImpl(BuildContext buildContext,
com.sun.codemodel.JDefinedClass readerClass,
Class returnType,
boolean mixed,
int depth,
String methodNameHint) |
ElementParserBuilderImpl(BuildContext buildContext,
String className) |
| Modifier and Type | Method and Description |
|---|---|
void |
BuilderContext.write(com.sun.codemodel.CodeWriter codeWriter) |
Copyright © 2007–2021. All rights reserved.