|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetaMapper | |
---|---|
org.jboss.managed.plugins.factory | |
org.jboss.metatype.plugins.values.mappers | |
org.jboss.metatype.spi.values |
Uses of MetaMapper in org.jboss.managed.plugins.factory |
---|
Methods in org.jboss.managed.plugins.factory with parameters of type MetaMapper | |
---|---|
protected MetaType |
AbstractManagedObjectFactory.getMetaType(org.jboss.reflect.spi.AnnotatedInfo info,
org.jboss.reflect.spi.TypeInfo infoType,
org.jboss.metadata.spi.MetaData metaData,
boolean useTypeFactory,
MetaMapper[] mapperReturn)
Get the MetaType for info by looking for MetaMapping/MetaMappingFactory annotations in addition to the info type. |
Uses of MetaMapper in org.jboss.metatype.plugins.values.mappers |
---|
Subclasses of MetaMapper in org.jboss.metatype.plugins.values.mappers | |
---|---|
class |
ObjectNameMetaMapper
|
class |
PropertiesCompositeObjectNameMetaMapper
A MetaMapper for ObjectName to CompositeValue using domain, keyPropertyList |
class |
PropertiesMetaMapper
An Properties MetaMapper that maps to a PropertiesMetaType/PropertiesMetaValue |
class |
PropertiesObjectNameMetaMapper
An ObjectName MetaMapper that maps to a PropertiesMetaType/PropertiesMetaValue. |
class |
StringObjectNameMetaMapper
A mapper for String forms of javax.management.ObjectName values to a SimpleMetaType.STRING/SimpleValue |
Methods in org.jboss.metatype.plugins.values.mappers that return MetaMapper | |
---|---|
MetaMapper<ObjectName> |
ObjectNameMetaMapperFactory.newInstance()
|
MetaMapper<ObjectName> |
ObjectNameMetaMapperFactory.newInstance(String... args)
|
Uses of MetaMapper in org.jboss.metatype.spi.values |
---|
Methods in org.jboss.metatype.spi.values that return MetaMapper | |
---|---|
static MetaMapper<?> |
MetaMapper.getMetaMapper(org.jboss.reflect.spi.TypeInfo typeInfo)
Get a metamapper for a type info |
MetaMapper<T> |
MetaMapperFactory.newInstance()
Create a MetaMapper instance |
MetaMapper<T> |
MetaMapperFactory.newInstance(String... args)
Create a MetaMapper instance using the specified String[] |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |