接口 StrategyRegistration<T>
-
- 类型参数:
T- The type of the strategy described by this implementation registration.
- 所有已知实现类:
SimpleStrategyRegistrationImpl
public interface StrategyRegistration<T>Describes the registration of a named strategy implementation. A strategy + selector name should resolve to a single implementation.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Iterable<String>getSelectorNames()Any registered names for this strategy registration.Class<? extends T>getStrategyImplementation()The strategy implementation class.Class<T>getStrategyRole()The strategy role.
-