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 | Class and Description |
---|---|
class |
Constructor
Meta-information about a constructor method.
|
class |
DelegateConstructor
Meta-information about a constructor method that calls another constructor
|
class |
FactoryMethod
Meta-information about a factory method.
|
class |
Property
Meta-information about a property setter/getter method that should be generated (implemented).
|
Modifier and Type | Field and Description |
---|---|
private Method |
DelegateParameter.delegateMethod |
Modifier and Type | Field and Description |
---|---|
protected List<Method> |
BasicClazz.methods |
protected Optional<Method> |
Method.overriddenByMethod |
protected Optional<Method> |
Method.overridesMethod |
Modifier and Type | Method and Description |
---|---|
Method |
DelegateParameter.getDelegateMethod() |
Method |
BasicClazz.tryGetMethod(String name) |
Modifier and Type | Method and Description |
---|---|
List<Method> |
Clazz.getClaimedImplementationClassMethods() |
List<Method> |
Clazz.getClaimedImplementationInstanceMethods() |
List<Method> |
ObjectType.getMethods() |
List<Method> |
BasicClazz.getMethods() |
Optional<Method> |
Method.getOverriddenByMethod() |
Optional<Method> |
Method.getOverridesMethod() |
Modifier and Type | Method and Description |
---|---|
void |
Method.setOverriddenByMethod(Method overriddenByMethod) |
Modifier and Type | Method and Description |
---|---|
void |
BasicClazz.initContent(List<Member> members,
List<Method> methods,
EnumSet<Modifier> declaredModifiers,
List<Annotation> annotations)
Nb.
|
void |
Clazz.initContent(List<Member> members,
List<Property> properties,
List<Method> methods,
List<Type> importTypes,
List<Member> chosenComparableMembers,
EnumSet<Modifier> modifiers,
List<Annotation> annotations)
Nb.
|
Constructor and Description |
---|
DelegateParameter(BasicClazz clazz,
Type paramType,
String paramName,
EnumSet<Modifier> declaredModifiers,
List<Annotation> annotations,
Method delegateMethod,
Parameter delegateParameter) |
DelegateParameter(BasicClazz clazz,
Type paramType,
Type erasedParamType,
String paramName,
EnumSet<Modifier> declaredModifiers,
List<Annotation> annotations,
Method delegateMethod,
Parameter delegateParameter) |
Constructor and Description |
---|
BasicClazz(BasicClazz optClazzUsingType,
Configuration configuration,
String qualifiedProtoTypicalTypeName,
Function<BasicClazz,HelperTypes> helperFactoryMethod,
List<Member> members,
List<Method> methods,
EnumSet<Modifier> declaredModifiers,
List<Annotation> annotations) |
Modifier and Type | Field and Description |
---|---|
Method |
ModelBuilder.ExecutableElementInfo.method |
Modifier and Type | Field and Description |
---|---|
private static HashMap<String,Predicate4<Configuration,Clazz,List<Method>,List<Member>>> |
ModelBuilder.templateMethodConditions
Controls when corresponding available ST template methods should be called.
|
Modifier and Type | Method and Description |
---|---|
private Method |
ModelBuilder.createMethod(BasicClazz clazz,
Map<String,Member> membersByName,
ModelBuilder.StatusHolder statusHolder,
ExecutableElement m,
ExecutableElement mOverriddenBy,
DeclaredType interfaceOrClassMirrorType) |
private Method |
TypeBuilder.createMethod(BasicClazz clazz,
Type declaringType,
DeclaredType clazzDeclaredType,
ExecutableElement methodMirrorElement) |
Modifier and Type | Method and Description |
---|---|
private List<Method> |
ModelBuilder.createConstructorsAndFactoryMethods(Clazz clazz,
ObjectType baseClazzType,
List<Member> members,
EnumSet<Modifier> classModifiers,
String[] baseClazzConstructors) |
private List<Method> |
ModelBuilder.createMagicSerializationMethods(BasicClazz clazz) |
Modifier and Type | Method and Description |
---|---|
private List<Member> |
ModelBuilder.getSelectedComparableMembers(Map<String,Member> membersByName,
Map<String,Member> baseMembersByName,
Method comparableMethodToImplement) |
Modifier and Type | Method and Description |
---|---|
private void |
ModelBuilder.claimAndVerifyMethods(List<Method> nonPropertyMethods,
List<Property> propertyMethods,
Set<String> applicableTemplateImplementedMethodNames) |
private static boolean |
ModelBuilder.instanceImplementationExists(Clazz clazz,
String methodName,
List<Method> methods) |
private static boolean |
ModelBuilder.mustImplementComparable(Clazz clazz,
List<Method> methods) |
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.