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, waitgetFullNameareEqualInModel, areEqualInModel, areEqualInModel, areEqualInModelpublic TypeMetaDataImpl(Class<?> type)
public String getPackage()
getPackage in interface NamedModelItempublic String getName()
getName in interface NamedModelItempublic Class<?> getType()
getType in interface TypeMetaDatapublic Map<String,AnnotationValue[]> getAnnotations()
getAnnotations in interface TypeMetaDatapublic TypeMetaDataImpl addAnnotation(String name, AnnotationValue... values)
public boolean isEqualTo(ModelComponent o)
isEqualTo in interface ModelComponentCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.