| Package | Description |
|---|---|
| org.oddjob.arooa.convert |
Provides conversions between properties of different types.
|
| Modifier and Type | Method and Description |
|---|---|
<X,Y> ConversionStep<X,Y> |
ConversionPath.getStep(int index)
Get the conversion step for the given index.
|
<X,Y> ConversionStep<X,Y> |
DefaultConversionPath.getStep(int step) |
<X,Y> ConversionStep<X,Y> |
DefaultConversionPath.getStep(int step) |
<X,Y> ConversionStep<X,Y> |
ConversionPath.getStep(int index)
Get the conversion step for the given index.
|
<T> ConversionStep<F,T> |
Joker.lastStep(Class<? extends F> from,
Class<T> to,
ConversionLookup conversions)
Provide the final step.
|
<T> ConversionStep<F,T> |
Joker.lastStep(Class<? extends F> from,
Class<T> to,
ConversionLookup conversions)
Provide the final step.
|
| Modifier and Type | Method and Description |
|---|---|
<X> ConversionPath<F,X> |
ConversionPath.append(ConversionStep<T,X> following)
Create a new ConversionPath by adding the given ConversionStep.
|
<X> ConversionPath<F,X> |
DefaultConversionPath.append(ConversionStep<T,X> following) |
<X> ConversionPath<F,X> |
DefaultConversionPath.append(ConversionStep<T,X> following) |
<X> ConversionPath<F,X> |
ConversionPath.append(ConversionStep<T,X> following)
Create a new ConversionPath by adding the given ConversionStep.
|
<X> ConversionPath<X,T> |
ConversionPath.prepend(ConversionStep<X,F> preceeding)
Create a new ConversionPath by prepending the given ConversionStep.
|
<X> ConversionPath<X,T> |
DefaultConversionPath.prepend(ConversionStep<X,F> preceeding) |
<X> ConversionPath<X,T> |
DefaultConversionPath.prepend(ConversionStep<X,F> preceeding) |
<X> ConversionPath<X,T> |
ConversionPath.prepend(ConversionStep<X,F> preceeding)
Create a new ConversionPath by prepending the given ConversionStep.
|
Copyright © 2023. All rights reserved.