public class ResolvedTypeMetadataImpl extends java.lang.Object implements ResolvedTypeMetadata
| Constructor and Description |
|---|
ResolvedTypeMetadataImpl(java.lang.reflect.Type resolvedType,
org.springframework.core.annotation.MergedAnnotations annotations) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.annotation.MergedAnnotations |
getAnnotations() |
java.lang.reflect.Type |
getResolvedType() |
public ResolvedTypeMetadataImpl(java.lang.reflect.Type resolvedType,
org.springframework.core.annotation.MergedAnnotations annotations)
public java.lang.reflect.Type getResolvedType()
getResolvedType in interface ResolvedTypeMetadatapublic org.springframework.core.annotation.MergedAnnotations getAnnotations()
getAnnotations in interface org.springframework.core.type.AnnotatedTypeMetadata