Package com.aerospike.mapper.tools.utils
Class TypeUtils.AnnotatedType
java.lang.Object
com.aerospike.mapper.tools.utils.TypeUtils.AnnotatedType
- Enclosing class:
- TypeUtils
public static class TypeUtils.AnnotatedType extends Object
-
Constructor Summary
Constructors Constructor Description AnnotatedType(ClassConfig config, Field field)AnnotatedType(ClassConfig config, Method getter) -
Method Summary
Modifier and Type Method Description <T> TgetAnnotation(Class<T> clazz)Annotation[]getAnnotations()BinConfiggetBinConfig()static TypeUtils.AnnotatedTypegetDefaultAnnotateType()ParameterizedTypegetParameterizedType()booleanisParameterizedType()
-
Constructor Details
-
AnnotatedType
-
AnnotatedType
-
-
Method Details
-
getDefaultAnnotateType
-
getAnnotations
-
getBinConfig
-
getParameterizedType
-
isParameterizedType
public boolean isParameterizedType() -
getAnnotation
-