| Package | Description |
|---|---|
| net.lecousin.framework.adapter |
Adapters can obtain an instance of a type from another type.
|
| Modifier and Type | Method and Description |
|---|---|
Output |
Adapter.adapt(Input input)
Convert the given input into the output type.
|
<Input,Output> |
AdapterRegistry.adapt(Input input,
Class<Output> outputType)
Find an adapter that can adapt the given input into the given output type, and adapt it
or return null if no available adapter can be found.
|
Object |
LinkedAdapter.adapt(Object input) |
Copyright © 2019. All rights reserved.