public class StrategyAdapter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StrategyAdapter.StrategyImplException
StrategyImplException.
|
| Constructor and Description |
|---|
StrategyAdapter() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
execute(Object bean,
ComplexStrategy complexStrategy) |
static <T> void |
execute(Object bean,
HasStrategy strategyContainer) |
static <T> void |
execute(Object bean,
Strategy<?> strategy) |
public static <T> void execute(Object bean, ComplexStrategy complexStrategy) throws StrategyAdapter.StrategyImplException
public static <T> void execute(Object bean, HasStrategy strategyContainer) throws StrategyAdapter.StrategyImplException
public static <T> void execute(Object bean, Strategy<?> strategy) throws StrategyAdapter.StrategyImplException
Copyright © 2012–2014 RedSoft. All rights reserved.