| Modifier and Type | Field and Description |
|---|---|
Optional<FieldParser.UDTMetaSignature> |
FieldParser.FieldMetaSignature.udtMetaSignature |
| 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,
Optional<FieldParser.UDTMetaSignature> udtMetaSignature) |
| Modifier and Type | Field and Description |
|---|---|
Map<com.squareup.javapoet.TypeName,FieldParser.UDTMetaSignature> |
GlobalParsingContext.udtMetaSignatures |
| Modifier and Type | Method and Description |
|---|---|
FieldParser.UDTMetaSignature |
FieldParsingContext.getUDTMetaSignature(com.squareup.javapoet.TypeName rawUdtType) |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldParsingContext.addUDTMetaSignature(com.squareup.javapoet.TypeName rawUdtType,
FieldParser.UDTMetaSignature udtMetaSignature) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
NestedTypesValidator.validateUDT(AptUtils aptUtils,
FieldParser.UDTMetaSignature udtMetaSignature,
String fieldName,
com.squareup.javapoet.TypeName rawClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
NestedTypeValidator2_1.validateUDT(AptUtils aptUtils,
FieldParser.UDTMetaSignature udtMetaSignature,
String fieldName,
com.squareup.javapoet.TypeName rawClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
NestedTypeValidator3_6.validateUDT(AptUtils aptUtils,
FieldParser.UDTMetaSignature udtMetaSignature,
String fieldName,
com.squareup.javapoet.TypeName rawClass) |
Copyright © 2012-2021. All Rights Reserved.