| Package | Description |
|---|---|
| info.archinnov.achilles.internals.codegen.meta | |
| info.archinnov.achilles.internals.parser | |
| info.archinnov.achilles.internals.parser.context |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.javapoet.TypeSpec |
UDTMetaCodeGen.buildUDTClassProperty(TypeElement elm,
EntityParsingContext context,
List<FieldParser.FieldMetaSignature> fieldMetaSignatures,
List<FieldParser.FieldMetaSignature> customConstructorFieldMetaSignatures) |
| Modifier and Type | Method and Description |
|---|---|
FieldInfoContext |
FieldInfoParser.buildFieldInfo(VariableElement elm,
AnnotationTree annotationTree,
EntityParsingContext context) |
protected info.archinnov.achilles.type.tuples.Tuple2<com.squareup.javapoet.CodeBlock,IndexInfo> |
FieldInfoParser.buildNativeIndexInfo(AnnotationTree annotationTree,
VariableElement elm,
EntityParsingContext context) |
protected info.archinnov.achilles.type.tuples.Tuple2<com.squareup.javapoet.CodeBlock,IndexInfo> |
FieldInfoParser.buildSASIIndexInfo(AnnotationTree annotationTree,
VariableElement elm,
EntityParsingContext context) |
FieldParser.FieldMetaSignature |
FieldParser.parse(VariableElement elm,
EntityParsingContext entityContext) |
| Modifier and Type | Field and Description |
|---|---|
EntityParsingContext |
FieldParsingContext.entityContext |
| Modifier and Type | Method and Description |
|---|---|
IndexInfoContext |
IndexInfoContext.build(VariableElement elm,
EntityParsingContext context) |
SASIInfoContext |
SASIInfoContext.build(VariableElement elm,
EntityParsingContext context) |
default String |
IndexInfoHelper.computeIndexName(String indexName,
VariableElement elm,
EntityParsingContext context) |
| Constructor and Description |
|---|
FieldParsingContext(EntityParsingContext entityContext,
com.squareup.javapoet.TypeName entityRawType,
FieldInfoContext fieldInfoContext) |
FieldParsingContext(EntityParsingContext entityContext,
com.squareup.javapoet.TypeName entityRawType,
FieldInfoContext fieldInfoContext,
boolean buildExtractor) |
Copyright © 2012-2021. All Rights Reserved.