public abstract class TypeValidator extends Object
| Constructor and Description |
|---|
TypeValidator() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<com.squareup.javapoet.TypeName> |
getAllowedTypes() |
void |
validateAllowedTypes(AptUtils aptUtils,
com.squareup.javapoet.TypeName parentType,
com.squareup.javapoet.TypeName type) |
void |
validateAllowedTypesForFunction(AptUtils aptUtils,
String className,
String methodName,
com.squareup.javapoet.TypeName type) |
Copyright © 2012-2021. All Rights Reserved.