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

Packages that use BeanRegistrationException
org.milyn.javabean.dynamic   
org.milyn.javabean.dynamic.serialize   
org.milyn.javabean.dynamic.serialize.freemarker   
 

Uses of BeanRegistrationException in org.milyn.javabean.dynamic
 

Methods in org.milyn.javabean.dynamic that throw BeanRegistrationException
 BeanWriter Model.getBeanWriter(Object bean)
          Get the BeanWriter instance for the specified bean, if one exists.
 BeanMetadata Model.registerBean(Object beanInstance)
          Register the specified bean instance.
static void BeanRegistrationException.throwBeanInstanceAlreadyRegisteredException(Object bean)
          Throw a BeanRegistrationException exception for the specified bean instance that is already registered.
static void BeanRegistrationException.throwBeanNotAnnotatedWithDefaultNamespace(Object bean)
          Throw a BeanRegistrationException exception for a bean that is not annotated with the DefaultNamespace annotation.
static void BeanRegistrationException.throwUnregisteredBeanInstanceException(Object bean)
          Throw a BeanRegistrationException exception for the specified "unregistered" bean instance.
 void Model.writeModel(Writer writer)
          Write the bean model to the specified Writer instance.
 

Uses of BeanRegistrationException in org.milyn.javabean.dynamic.serialize
 

Methods in org.milyn.javabean.dynamic.serialize that throw BeanRegistrationException
 void BeanWriter.write(Object bean, Writer writer, Model model)
          Write the specified bean to the supplied writer.
 

Uses of BeanRegistrationException in org.milyn.javabean.dynamic.serialize.freemarker
 

Methods in org.milyn.javabean.dynamic.serialize.freemarker that throw BeanRegistrationException
 void FreeMarkerBeanWriter.write(Object bean, Writer writer, Model model)
           
 



Copyright © 2018. All rights reserved.