Uses of Class
net.officefloor.plugin.clazz.flow.ClassFlowMethodMetaData
Packages that use ClassFlowMethodMetaData
-
Uses of ClassFlowMethodMetaData in net.officefloor.plugin.clazz.flow
Methods in net.officefloor.plugin.clazz.flow that return ClassFlowMethodMetaDataModifier and TypeMethodDescriptionprotected ClassFlowMethodMetaDataClassFlowBuilder.buildFlow(String flowName, Class<?> flowInterfaceType, Method flowMethod, ClassFlowRegistry flowRegistry, String errorSuffix) Builds theClassFlowMethodMetaData.ClassFlowInterfaceFactory.getFlowMethodMetaData()Obtains theClassFlowMethodMetaData.Constructor parameters in net.officefloor.plugin.clazz.flow with type arguments of type ClassFlowMethodMetaDataModifierConstructorDescriptionClassFlowInterfaceFactory(SourceContext sourceContext, Class<?> flowInterface, Map<String, ClassFlowMethodMetaData> methodMetaDatas) Initiate.