Package | Description |
---|---|
com.fortyoneconcepts.valjogen.model |
This package contains an indenpendent intermediate representation that is used by string templates when generating output.
|
com.fortyoneconcepts.valjogen.processor.builders |
This package contains (quite complex) builders that construct valjogen models from javax.lang.model objects.
|
Modifier and Type | Field and Description |
---|---|
private NoType |
HelperTypes.noType |
Modifier and Type | Method and Description |
---|---|
NoType |
HelperTypes.getNoType() |
Constructor and Description |
---|
HelperTypes(NoType noType,
ObjectType javaLangObjectType,
Type voidType,
ObjectType serializableInterfaceType,
ObjectType externalizableInterfaceType,
ObjectType comparableInterfaceType,
ObjectType javaUtilArraysType,
ObjectType javaUtilObjectsInterfaceType,
Type generatedAnnotationType,
ObjectType inputStreamType,
ObjectType objectOutputStreamType,
ObjectType jsonCreator,
ObjectType jsonProperty) |
Modifier and Type | Field and Description |
---|---|
private NoType |
TypeBuilder.noType |
private NoType |
ModelBuilder.noType |
Constructor and Description |
---|
TypeBuilder(Types types,
Elements elements,
DiagnosticMessageConsumer errorConsumer,
TypeElement masterInterfaceElement,
Configuration configuration,
NoType noType) |
Version 2.0.0 generated on 2014-11-22 at 09:45 - (C) 41concepts Aps. Refer to project homepage valjogen.41concepts.com for more information.