public class TypeMetaDataImpl extends Object implements TypeMetaData, ModelComponent
Constructor and Description |
---|
TypeMetaDataImpl(Class<?> type) |
Modifier and Type | Method and Description |
---|---|
TypeMetaDataImpl |
addAnnotation(String name,
AnnotationValue... values) |
Map<String,AnnotationValue[]> |
getAnnotations() |
String |
getName() |
String |
getPackage() |
Class<?> |
getType() |
boolean |
isEqualTo(ModelComponent o) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFullName
areEqualInModel, areEqualInModel, areEqualInModel, areEqualInModel
public TypeMetaDataImpl(Class<?> type)
public String getPackage()
getPackage
in interface NamedModelItem
public String getName()
getName
in interface NamedModelItem
public Class<?> getType()
getType
in interface TypeMetaData
public Map<String,AnnotationValue[]> getAnnotations()
getAnnotations
in interface TypeMetaData
public TypeMetaDataImpl addAnnotation(String name, AnnotationValue... values)
public boolean isEqualTo(ModelComponent o)
isEqualTo
in interface ModelComponent
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.