com.caucho.config.reflect
Interface BaseTypeAnnotated
- All Known Implementing Classes:
- AnnotatedConstructorImpl, AnnotatedElementImpl, AnnotatedFieldImpl, AnnotatedMethodImpl, AnnotatedParameterImpl, AnnotatedTypeImpl, ExtAnnotatedType, ReflectionAnnotated, ReflectionAnnotatedType, ReflectionSimpleAnnotatedType
public interface BaseTypeAnnotated
Abstract introspected view of a Bean
getBaseTypeImpl
BaseType getBaseTypeImpl()
getBaseTypeParamMap
java.util.HashMap<java.lang.String,BaseType> getBaseTypeParamMap()
getTypeVariables
java.util.Set<VarType<?>> getTypeVariables()
- Returns the type variables local to the type.