| Package | Description |
|---|---|
| info.archinnov.achilles.internals.codegen.dsl | |
| info.archinnov.achilles.internals.parser |
| Modifier and Type | Field and Description |
|---|---|
FieldParser.IndexMetaSignature |
AbstractDSLCodeGen.IndexFieldSignatureInfo.indexMetaSignature |
| Modifier and Type | Method and Description |
|---|---|
static AbstractDSLCodeGen.IndexFieldSignatureInfo |
AbstractDSLCodeGen.IndexFieldSignatureInfo.of(String fieldName,
String cqlColumn,
com.squareup.javapoet.TypeName typeName,
IndexInfo indexInfo,
FieldParser.IndexMetaSignature indexMetaSignature) |
| Modifier and Type | Field and Description |
|---|---|
FieldParser.IndexMetaSignature |
FieldParser.FieldMetaSignature.indexMetaSignature |
| Modifier and Type | Method and Description |
|---|---|
static FieldParser.IndexMetaSignature |
FieldParser.IndexMetaSignature.collectionElementType(com.squareup.javapoet.TypeName collectionElementType) |
static FieldParser.IndexMetaSignature |
FieldParser.IndexMetaSignature.mapType(com.squareup.javapoet.TypeName mapKeyType,
com.squareup.javapoet.TypeName mapValueType) |
static FieldParser.IndexMetaSignature |
FieldParser.IndexMetaSignature.simpleType(com.squareup.javapoet.TypeName simpleType) |
| Constructor and Description |
|---|
FieldMetaSignature(FieldParsingContext context,
AnnotationTree annotationTree,
com.squareup.javapoet.TypeName sourceType,
com.squareup.javapoet.TypeName targetType,
com.squareup.javapoet.TypeName propertyType,
com.squareup.javapoet.CodeBlock typeCode,
FieldParser.IndexMetaSignature indexMetaSignature) |
FieldMetaSignature(FieldParsingContext context,
AnnotationTree annotationTree,
com.squareup.javapoet.TypeName sourceType,
com.squareup.javapoet.TypeName targetType,
com.squareup.javapoet.TypeName propertyType,
com.squareup.javapoet.CodeBlock typeCode,
FieldParser.IndexMetaSignature indexMetaSignature,
Optional<FieldParser.UDTMetaSignature> udtMetaSignature) |
Copyright © 2012-2021. All Rights Reserved.