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