public class PropertiesMetaMapper extends MetaMapper<Properties>
| Constructor and Description |
|---|
PropertiesMetaMapper() |
PropertiesMetaMapper(String... args) |
| Modifier and Type | Method and Description |
|---|---|
MetaValue |
createMetaValue(MetaType metaType,
Properties 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
|
Properties |
unwrapMetaValue(MetaValue metaValue)
Unwrap the metavalue
|
getMetaMapperpublic PropertiesMetaMapper()
public PropertiesMetaMapper(String... args)
public MetaType getMetaType()
MetaMappergetMetaType in class MetaMapper<Properties>public Type mapToType()
MetaMappermapToType in class MetaMapper<Properties>public MetaValue createMetaValue(MetaType metaType, Properties object)
MetaMappercreateMetaValue in class MetaMapper<Properties>metaType - the metatypeobject - the objectpublic Properties unwrapMetaValue(MetaValue metaValue)
MetaMapperunwrapMetaValue in class MetaMapper<Properties>metaValue - the meta valueCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.