Uses of Class
org.jboss.metatype.api.values.PropertiesMetaValue

Packages that use PropertiesMetaValue
org.jboss.metatype.api.values   
org.jboss.metatype.plugins.values   
org.jboss.metatype.plugins.values.mappers   
 

Uses of PropertiesMetaValue in org.jboss.metatype.api.values
 

Methods in org.jboss.metatype.api.values that return PropertiesMetaValue
static PropertiesMetaValue PropertiesMetaValue.wrap(Map<String,String> props)
          Build a PropertiesMetaValue from a Properties by copying all key/value pairs from props into the new PropertiesMetaValue.
 

Uses of PropertiesMetaValue in org.jboss.metatype.plugins.values
 

Methods in org.jboss.metatype.plugins.values with parameters of type PropertiesMetaValue
protected  Object DefaultMetaValueFactory.unwrapProperties(PropertiesMetaValue propsValue, org.jboss.reflect.spi.TypeInfo type)
           
 

Uses of PropertiesMetaValue in org.jboss.metatype.plugins.values.mappers
 

Methods in org.jboss.metatype.plugins.values.mappers with parameters of type PropertiesMetaValue
static ObjectName PropertiesObjectNameMetaMapper.createObjectName(String domain, PropertiesMetaValue props)
          Create object name from PropertiesMetaValue.
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.