public class NestedTypeValidator2_1 extends NestedTypesValidator
| Constructor and Description |
|---|
NestedTypeValidator2_1() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(AptUtils aptUtils,
AnnotationTree annotationTree,
String fieldName,
com.squareup.javapoet.TypeName rawClass) |
protected AnnotationTree |
validateNestedType(AptUtils aptUtils,
AnnotationTree annotationTree,
String fieldName,
com.squareup.javapoet.TypeName rawClass) |
void |
validateUDT(AptUtils aptUtils,
FieldParser.UDTMetaSignature udtMetaSignature,
String fieldName,
com.squareup.javapoet.TypeName rawClass) |
validateIndexAnnotation, validateMapKeyspublic void validate(AptUtils aptUtils, AnnotationTree annotationTree, String fieldName, com.squareup.javapoet.TypeName rawClass)
validate in class NestedTypesValidatorpublic void validateUDT(AptUtils aptUtils, FieldParser.UDTMetaSignature udtMetaSignature, String fieldName, com.squareup.javapoet.TypeName rawClass)
validateUDT in class NestedTypesValidatorprotected AnnotationTree validateNestedType(AptUtils aptUtils, AnnotationTree annotationTree, String fieldName, com.squareup.javapoet.TypeName rawClass)
Copyright © 2012-2021. All Rights Reserved.