|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metatype.spi.values.MetaMapper<Properties>
org.jboss.metatype.plugins.values.mappers.PropertiesMetaMapper
public class PropertiesMetaMapper
An Properties MetaMapper that maps to a PropertiesMetaType/PropertiesMetaValue
Constructor Summary | |
---|---|
PropertiesMetaMapper()
|
|
PropertiesMetaMapper(String... args)
|
Method Summary | |
---|---|
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 |
Methods inherited from class org.jboss.metatype.spi.values.MetaMapper |
---|
getMetaMapper |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertiesMetaMapper()
public PropertiesMetaMapper(String... args)
Method Detail |
---|
public MetaType getMetaType()
MetaMapper
getMetaType
in class MetaMapper<Properties>
public Type mapToType()
MetaMapper
mapToType
in class MetaMapper<Properties>
public MetaValue createMetaValue(MetaType metaType, Properties object)
MetaMapper
createMetaValue
in class MetaMapper<Properties>
metaType
- the metatypeobject
- the object
public Properties unwrapMetaValue(MetaValue metaValue)
MetaMapper
unwrapMetaValue
in class MetaMapper<Properties>
metaValue
- the meta value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |