Package | Description |
---|---|
org.jboss.managed.plugins.factory | |
org.jboss.metatype.plugins.values.mappers | |
org.jboss.metatype.spi.values |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
FileMetaMapper |
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
|
Modifier and Type | Method and Description |
---|---|
MetaMapper<ObjectName> |
ObjectNameMetaMapperFactory.newInstance() |
MetaMapper<ObjectName> |
ObjectNameMetaMapperFactory.newInstance(String... args) |
Modifier and Type | Method and Description |
---|---|
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[]
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.