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 |
---|---|
protected HelperTypes |
BasicClazz.helperTypes |
Modifier and Type | Method and Description |
---|---|
HelperTypes |
BasicClazz.getHelperTypes() |
Constructor and Description |
---|
BasicClazz(BasicClazz optClazzUsingType,
Configuration configuration,
String qualifiedProtoTypicalTypeName,
Function<BasicClazz,HelperTypes> helperFactoryMethod) |
BasicClazz(BasicClazz optClazzUsingType,
Configuration configuration,
String qualifiedProtoTypicalTypeName,
Function<BasicClazz,HelperTypes> helperFactoryMethod,
List<Member> members,
List<Method> methods,
EnumSet<Modifier> declaredModifiers,
List<Annotation> annotations) |
Clazz(Configuration configuration,
String qualifiedClassName,
String qualifiedMaster,
String javaDoc,
String fileHeaderText,
Function<BasicClazz,HelperTypes> helperFactoryMethod)
Constructs a prelimiary Clazz instance from a configuration with only a few values such as name specificed in advanced.
|
Modifier and Type | Method and Description |
---|---|
(package private) HelperTypes |
TypeBuilder.createHelperTypes(BasicClazz clazz) |
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.