| Modifier and Type | Method and Description |
|---|---|
static StateMachineObject<?> |
InterceptorHelper.lookupStateMachine(InterceptContext<?,?> context) |
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<Object,StateMachineObject<?>> |
AbsStateMachineRegistry.instanceMap |
| Modifier and Type | Method and Description |
|---|---|
StateMachineObject<?> |
AbsStateMachineRegistry.getStateMachineObject(Object key) |
StateMachineObject<?> |
AbsStateMachineRegistry.loadStateMachineObject(Class<?> stateMachineObjectClass) |
| Modifier and Type | Method and Description |
|---|---|
Map<Object,StateMachineObject<?>> |
AbsStateMachineRegistry.getStateMachineInstances() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbsStateMachineRegistry.addInstance(Class<?> clazz,
StateMachineObject<?> stateMachine) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StateMachineObjectBuilder<S> |
| Modifier and Type | Method and Description |
|---|---|
StateMachineObjectBuilder<S> |
StateMachineObjectBuilder.build(Class<?> klass,
StateMachineObject<S> parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
StateMachineObjectBuilderImpl<S> |
| Modifier and Type | Method and Description |
|---|---|
StateMachineObject<?> |
StateMachineMetaBuilderImpl.newInstance(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
RelationObjectBuilder |
RelationObjectBuilderImpl.build(Class<?> klass,
StateMachineObject<?> parent) |
EventObjectBuilder |
EventObjectBuilderImpl.build(Class<?> klass,
StateMachineObject<?> parent) |
ConditionObjectBuilder |
ConditionObjectBuilderImpl.build(Class<?> klass,
StateMachineObject<?> parent) |
StateObjectBuilder<S> |
StateObjectBuilderImpl.build(Class<?> klass,
StateMachineObject<S> parent) |
StateMachineObjectBuilder<S> |
StateMachineObjectBuilderImpl.build(Class<?> klass,
StateMachineObject<S> parent) |
| Constructor and Description |
|---|
RelationObjectBuilderImpl(StateMachineObject parent,
Field field,
RelationMetadata template) |
RelationObjectBuilderImpl(StateMachineObject parent,
Method method,
RelationMetadata template) |
| Constructor and Description |
|---|
RelationGetterConfigureScanner(Class<?> klass,
StateMachineObjectBuilderImpl<?> stateMachineObjectBuilderImpl,
StateMachineObject<?> stateMachineObject,
VerificationFailureSet failureSet,
ArrayList<RelationMetadata> extendedRelationMetadata) |
RelationObjectConfigure(Class<?> klass,
ArrayList<RelationMetadata> extendedRelationMetadata,
StateMachineObject<?> parent) |
| Modifier and Type | Method and Description |
|---|---|
StateMachineObject<?> |
LifecycleMetaRegistry.loadStateMachineObject(Class<?> returnType) |
StateMachineObject<?> |
StateMachineMetadata.newInstance(Class<?> clazz) |
Copyright © 2015. All Rights Reserved.