public class NullSetter<T,P> extends Object implements Setter<T,P>
static NullSetter
NULL_SETTER
NullSetter()
static boolean
isNull(Object setter)
void
set(T target, P value)
static <T,E> Setter<T,E>
setter()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final NullSetter NULL_SETTER
public NullSetter()
public static boolean isNull(Object setter)
public void set(T target, P value) throws Exception
set
Setter<T,P>
Exception
public String toString()
toString
Object
public static <T,E> Setter<T,E> setter()
Copyright © 2015. All rights reserved.