Uses of Class
org.milyn.javabean.dynamic.BeanMetadata

Packages that use BeanMetadata
org.milyn.javabean.dynamic   
org.milyn.javabean.dynamic.visitor   
 

Uses of BeanMetadata in org.milyn.javabean.dynamic
 

Methods in org.milyn.javabean.dynamic that return BeanMetadata
 BeanMetadata Model.getBeanMetadata(Object beanInstance)
          Get the model metadata.
 BeanMetadata Model.registerBean(Object beanInstance)
          Register the specified bean instance.
 BeanMetadata BeanMetadata.setCreateSource(org.milyn.delivery.Fragment createSource)
          Set the source Fragment that created the bean instance.
 BeanMetadata BeanMetadata.setNamespace(String namespace)
          Set the XML namespace with which the associated bean instance is associated.
 BeanMetadata BeanMetadata.setNamespacePrefix(String namespacePrefix)
          Set the XML namespace prefix.
 BeanMetadata BeanMetadata.setPreText(String preText)
          Set the "pre text" associated with the bean.
 BeanMetadata BeanMetadata.setWriter(BeanWriter writer)
          Set the BeanWriter instance to be used to serialize the bean instance.
 

Methods in org.milyn.javabean.dynamic that return types with arguments of type BeanMetadata
 List<BeanMetadata> Model.getModelMetadata()
          Get the model metadata.
 

Constructor parameters in org.milyn.javabean.dynamic with type arguments of type BeanMetadata
Model(T modelRoot, List<BeanMetadata> modelMetadata, Map<Class<?>,Map<String,BeanWriter>> beanWriters, Map<String,String> namespacePrefixMappings)
          Protected constructor.
 

Uses of BeanMetadata in org.milyn.javabean.dynamic.visitor
 

Method parameters in org.milyn.javabean.dynamic.visitor with type arguments of type BeanMetadata
static String UnknownElementDataReaper.getPreText(Element element, List<BeanMetadata> beanMetadataSet, org.milyn.javabean.lifecycle.BeanContextLifecycleEvent event)
           
 



Copyright © 2018. All rights reserved.