org.jboss.metatype.spi.values
Interface MetaValueBuilder<T>

Type Parameters:
T - the object type
All Known Implementing Classes:
CompositeDataMetaValueBuilder

public interface MetaValueBuilder<T>

MetaValueBuilder.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 MetaValue buildMetaValue(MetaType metaType, T object)
          Build the meta value
 

Method Detail

buildMetaValue

MetaValue buildMetaValue(MetaType metaType,
                         T object)
Build the meta value

Parameters:
metaType - the meta type
object - the object
Returns:
the meta value


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