public class FacadeFactory extends Object
| Constructor and Description |
|---|
FacadeFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
createFacade(Class<T> facadeType)
Instantiates the facade implementation corresponding to the provided
interface class.
|
static <T> T |
createFacade(Class<T> facadeType,
AbstractWriterConfig<?> config)
Instantiates the facade implementation corresponding to the provided
interface class.
|
public static <T> T createFacade(Class<T> facadeType, AbstractWriterConfig<?> config)
IllegalArgumentException - if unable to instantiate. Exception
message will provide more information.public static <T> T createFacade(Class<T> facadeType)
InfoFacade, which
uses default clients (so doesn't need configuration).IllegalArgumentException - if unable to instantiate. Exception
message will provide more information.Copyright © 2023. All rights reserved.