|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omnaest.utils.beans.adapter.SourcePropertyAccessorToTypeAdapter<T>
public class SourcePropertyAccessorToTypeAdapter<T>
The SourcePropertyAccessorToTypeAdapter will provide an adapter from a SourcePropertyAccessor to any given
Class type.
SourcePropertyAccessorToTypeAdapter.Configuration,
Serialized Form| Constructor Summary | |
|---|---|
protected |
SourcePropertyAccessorToTypeAdapter(Class<T> type,
SourcePropertyAccessorToTypeAdapter.Configuration configuration)
|
| Method Summary | ||
|---|---|---|
static
|
builder(Class<T> type,
SourcePropertyAccessorToTypeAdapter.Configuration configuration)
Creates a new SourcePropertyAccessorToTypeAdapter.Builder instance which allows to create multiple adapter instances much faster. |
|
static
|
newInstance(Class<T> type,
SourcePropertyAccessor sourcePropertyAccessor)
Creates a new SourcePropertyAccessorToTypeAdapter instance for the given Class based on the given
SourcePropertyAccessor |
|
static
|
newInstance(Class<T> type,
SourcePropertyAccessor sourcePropertyAccessor,
SourcePropertyAccessorToTypeAdapter.Configuration configuration)
Creates a new SourcePropertyAccessorToTypeAdapter instance for the given Class based on the given
SourcePropertyAccessor |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SourcePropertyAccessorToTypeAdapter(Class<T> type,
SourcePropertyAccessorToTypeAdapter.Configuration configuration)
type - configuration - newInstance(Class, SourcePropertyAccessor, Configuration)| Method Detail |
|---|
public static <T> T newInstance(Class<T> type,
SourcePropertyAccessor sourcePropertyAccessor)
SourcePropertyAccessorToTypeAdapter instance for the given Class based on the given
SourcePropertyAccessor
type - sourcePropertyAccessor -
public static <T> T newInstance(Class<T> type,
SourcePropertyAccessor sourcePropertyAccessor,
SourcePropertyAccessorToTypeAdapter.Configuration configuration)
SourcePropertyAccessorToTypeAdapter instance for the given Class based on the given
SourcePropertyAccessor
type - sourcePropertyAccessor - configuration -
SourcePropertyAccessorToTypeAdapter.Configuration
public static <T> SourcePropertyAccessorToTypeAdapter.Builder<T> builder(Class<T> type,
SourcePropertyAccessorToTypeAdapter.Configuration configuration)
SourcePropertyAccessorToTypeAdapter.Builder instance which allows to create multiple adapter instances much faster.
type - Classconfiguration - SourcePropertyAccessorToTypeAdapter.Configuration
SourcePropertyAccessorToTypeAdapter.BuildernewInstance(Class, SourcePropertyAccessor, Configuration)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||