|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Extend.Property in com.github.jknack.extend |
|---|
| Methods in com.github.jknack.extend that return Extend.Property | |
|---|---|
static Extend.Property |
Extend.$(String name,
Object value)
Factory method for Extend.Property. |
| Methods in com.github.jknack.extend with parameters of type Extend.Property | ||
|---|---|---|
static
|
Extend.extend(Iterable<T> sources,
Extend.Property... properties)
Extends each object with the given properties. |
|
static
|
Extend.extend(T source,
Extend.Property... properties)
Extends an object with the given properties. |
|
static
|
Extend.map(Iterable<T> sources,
Extend.Property... properties)
Converts each object to a Map. |
|
static
|
Extend.map(T source,
Extend.Property... properties)
Converts an object to a Map. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||