public class ObjectNameMetaMapper extends MetaMapper<ObjectName>
| Constructor and Description |
|---|
ObjectNameMetaMapper() |
ObjectNameMetaMapper(String... args) |
| Modifier and Type | Method and Description |
|---|---|
MetaValue |
createMetaValue(MetaType metaType,
ObjectName object)
Create the meta value
|
MetaType |
getMetaType()
Override this method to create your own metatype
|
Type |
mapToType()
Override this method to map to a specific type
|
ObjectName |
unwrapMetaValue(MetaValue metaValue)
Unwrap the metavalue
|
getMetaMapperpublic ObjectNameMetaMapper()
public ObjectNameMetaMapper(String... args)
public MetaType getMetaType()
MetaMappergetMetaType in class MetaMapper<ObjectName>public Type mapToType()
MetaMappermapToType in class MetaMapper<ObjectName>public MetaValue createMetaValue(MetaType metaType, ObjectName object)
MetaMappercreateMetaValue in class MetaMapper<ObjectName>metaType - the metatypeobject - the objectpublic ObjectName unwrapMetaValue(MetaValue metaValue)
MetaMapperunwrapMetaValue in class MetaMapper<ObjectName>metaValue - the meta valueCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.