org.sonatype.gshell.util.setter
Class SetterFactory

java.lang.Object
  extended by org.sonatype.gshell.util.setter.SetterFactory

public class SetterFactory
extends Object

Creates Setter instances.

Since:
2.0
Author:
Jason Dillon

Constructor Summary
SetterFactory()
           
 
Method Summary
static Setter create(AnnotatedElement element, Object bean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetterFactory

public SetterFactory()
Method Detail

create

public static Setter create(AnnotatedElement element,
                            Object bean)


Copyright © 2008-2011 Sonatype. All Rights Reserved.