Setter<Collection<E>,E>public class AppendCollectionSetter<E> extends Object implements Setter<Collection<E>,E>
| Modifier and Type | Field | Description |
|---|---|---|
static AppendCollectionSetter |
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
void |
set(Collection<E> target,
E value) |
Set the properties on the target object to value.
|
static <E> AppendCollectionSetter<E> |
setter() |
|
String |
toString() |
public static final AppendCollectionSetter INSTANCE
public static <E> AppendCollectionSetter<E> setter()
public void set(Collection<E> target, E value) throws Exception
SetterCopyright © 2019. All rights reserved.