$ A C E F M N V

$

$(String, Object) - Static method in class com.github.jknack.extend.Extend
Factory method for Extend.Property.

A

apply(In) - Method in interface com.github.jknack.extend.Function
Usage:

C

com.github.jknack.extend - package com.github.jknack.extend
 

E

Extend - Class in com.github.jknack.extend
Extends JavaBean or convert them to Map and add new properties at runtime.
extend(Iterable<T>, Extend.Property...) - Static method in class com.github.jknack.extend.Extend
Extends each object with the given properties.
extend(T, Extend.Property...) - Static method in class com.github.jknack.extend.Extend
Extends an object with the given properties.
extend(Iterable<T>, Map<String, Object>) - Static method in class com.github.jknack.extend.Extend
Extends each object with the given properties.
extend(T, Map<String, Object>) - Static method in class com.github.jknack.extend.Extend
Extends an object with the given properties.
Extend.Property - Class in com.github.jknack.extend
Helper class for simplify object property creation.

F

Function<In,Out> - Interface in com.github.jknack.extend
Used for derived properties using the Extend methods.

M

map(T, Extend.Property...) - Static method in class com.github.jknack.extend.Extend
Converts an object to a Map.
map(Iterable<T>, Extend.Property...) - Static method in class com.github.jknack.extend.Extend
Converts each object to a Map.
map(Iterable<T>, Map<String, Object>) - Static method in class com.github.jknack.extend.Extend
Converts each object to a Map.
map(T, Map<String, Object>) - Static method in class com.github.jknack.extend.Extend
Converts an object to a Map.

N

name - Variable in class com.github.jknack.extend.Extend.Property
The property's name.

V

value - Variable in class com.github.jknack.extend.Extend.Property
The property's value.

$ A C E F M N V

Copyright © 2013. All Rights Reserved.