| Constructor and Description |
|---|
OuterBuilder() |
| Modifier and Type | Method and Description |
|---|---|
<T> Adapter.InnerBuilder<T> |
into(Class<T> exposedInterface)
Specify the exposed interface for this adapter.
|
public <T> Adapter.InnerBuilder<T> into(Class<T> exposedInterface)
T - Type parameter (unbounded).exposedInterface - Class instance of the exposed interface (can also be a concrete or abstract class).Copyright © 2020 shadow-invoke. All rights reserved.