public abstract class ClassLiteral<T> extends Object implements MetaClass<T>, Serializable
Modifier and Type | Field and Description |
---|---|
protected URI |
key |
protected MetaProperty<T,?,?>[] |
properties |
protected List<String> |
propertyNames |
Constructor and Description |
---|
ClassLiteral(MetaProperty<T,?,?>[] propertyLiterals) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
cachePropertyNames() |
Object |
getId() |
MetaProperty<T,?,?>[] |
getProperties() |
int |
getPropertyIndex(MetaProperty prop) |
abstract Class<T> |
getTargetClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getUri
protected MetaProperty<T,?,?>[] properties
protected URI key
public ClassLiteral(MetaProperty<T,?,?>[] propertyLiterals)
protected abstract void cachePropertyNames()
public MetaProperty<T,?,?>[] getProperties()
getProperties
in interface MetaClass<T>
public int getPropertyIndex(MetaProperty prop)
getPropertyIndex
in interface MetaClass<T>
public Object getId()
getId
in interface Identifiable
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.