public class DepositFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addMethod(DepositMethod method) |
<T extends DepositMethod> |
build(ConditionalDepositAddress conditions,
Class<T> methodType)
Returns null if the method doesnt exist
|
static DepositFactory |
get() |
<T extends DepositMethod> |
parse(Object conditions,
Class<T> methodType)
Returns null if the method doesnt exist
|
public static DepositFactory get()
public void addMethod(DepositMethod method)
public <T extends DepositMethod> Object build(ConditionalDepositAddress conditions, Class<T> methodType)
conditions - methodType - public <T extends DepositMethod> ConditionalDepositAddress parse(Object conditions, Class<T> methodType)
conditions - methodType - Copyright © 2019. All rights reserved.