public static class VDBMetadataMapper.SourceMappingMetadataMapper extends Object implements MetadataMapper<SourceMappingMetadata>
Modifier and Type | Field and Description |
---|---|
static VDBMetadataMapper.SourceMappingMetadataMapper |
INSTANCE |
Constructor and Description |
---|
VDBMetadataMapper.SourceMappingMetadataMapper() |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
describe(org.jboss.dmr.ModelNode node) |
org.jboss.as.controller.ObjectTypeAttributeDefinition |
getAttributeDefinition() |
SourceMappingMetadata |
unwrap(org.jboss.dmr.ModelNode node) |
org.jboss.dmr.ModelNode |
wrap(SourceMappingMetadata source,
org.jboss.dmr.ModelNode node) |
public static VDBMetadataMapper.SourceMappingMetadataMapper INSTANCE
public VDBMetadataMapper.SourceMappingMetadataMapper()
public org.jboss.dmr.ModelNode wrap(SourceMappingMetadata source, org.jboss.dmr.ModelNode node)
wrap
in interface MetadataMapper<SourceMappingMetadata>
public SourceMappingMetadata unwrap(org.jboss.dmr.ModelNode node)
unwrap
in interface MetadataMapper<SourceMappingMetadata>
public org.jboss.dmr.ModelNode describe(org.jboss.dmr.ModelNode node)
describe
in interface MetadataMapper<SourceMappingMetadata>
public org.jboss.as.controller.ObjectTypeAttributeDefinition getAttributeDefinition()
Copyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.