Uses of Interface
org.cert.cc.beans.BeanMap.BeanMediator

Packages that use BeanMap.BeanMediator
org.cert.cc.beans   
org.cert.cc.jira.atc.beans   
 

Uses of BeanMap.BeanMediator in org.cert.cc.beans
 

Classes in org.cert.cc.beans that implement BeanMap.BeanMediator
static class BeanMap.DefaultBeanMediator
          Mediator that uses bean introspection and property descriptors to provide access to the bean
 

Constructors in org.cert.cc.beans with parameters of type BeanMap.BeanMediator
BeanMap(Object bean, BeanMap.BeanMediator mediator)
          Creates a bean map backed by the given bean and accessed by the given bean mediator
 

Uses of BeanMap.BeanMediator in org.cert.cc.jira.atc.beans
 

Classes in org.cert.cc.jira.atc.beans that implement BeanMap.BeanMediator
 class JIRAIssueBeanMediator
          Class that adds additional properties to JIRA issues based on available custom fields.
 



Copyright © 2012 Carnegie Mellon University