Package org.apache.mina.statemachine
Class StateMachineFactory.TransitionsWrapper
- java.lang.Object
-
- org.apache.mina.statemachine.StateMachineFactory.TransitionsWrapper
-
- Enclosing class:
- StateMachineFactory
private static class StateMachineFactory.TransitionsWrapper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.annotation.Annotationannotationprivate java.lang.Class<? extends java.lang.annotation.Annotation>transitionClazzprivate java.lang.Class<? extends java.lang.annotation.Annotation>transitionsclazz
-
Constructor Summary
Constructors Constructor Description TransitionsWrapper(java.lang.Class<? extends java.lang.annotation.Annotation> transitionClazz, java.lang.Class<? extends java.lang.annotation.Annotation> transitionsclazz, java.lang.annotation.Annotation annotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private <T> TgetParameter(java.lang.String name, java.lang.Class<T> returnType)(package private) StateMachineFactory.TransitionWrapper[]value()
-
-
-
Method Detail
-
value
StateMachineFactory.TransitionWrapper[] value()
-
getParameter
private <T> T getParameter(java.lang.String name, java.lang.Class<T> returnType)
-
-