Uses of Class
org.mule.tooling.extensions.metadata.api.parameters.InnerPojo
Packages that use InnerPojo
Package
Description
-
Uses of InnerPojo in org.mule.tooling.extensions.metadata.api.parameters
Methods in org.mule.tooling.extensions.metadata.api.parameters that return InnerPojoMethods in org.mule.tooling.extensions.metadata.api.parameters that return types with arguments of type InnerPojoModifier and TypeMethodDescriptionComplexActingParameter.getComplexListParam()ComplexActingParameter.getComplexMapParam()Methods in org.mule.tooling.extensions.metadata.api.parameters with parameters of type InnerPojoModifier and TypeMethodDescriptionvoidComplexActingParameter.setInnerPojoParam(InnerPojo innerPojoParam) Method parameters in org.mule.tooling.extensions.metadata.api.parameters with type arguments of type InnerPojoModifier and TypeMethodDescriptionvoidComplexActingParameter.setComplexListParam(List<InnerPojo> complexListParam) voidComplexActingParameter.setComplexMapParam(Map<String, InnerPojo> complexMapParam) -
Uses of InnerPojo in org.mule.tooling.extensions.metadata.internal.operation
Methods in org.mule.tooling.extensions.metadata.internal.operation with parameters of type InnerPojoModifier and TypeMethodDescriptionSimpleOperations.vpOnPojoDependsOnOtherFieldOperation(InnerPojo innerPojo, InnerPojo actingInnerPojo) SimpleOperations.vpOnPojoDependsOnTopLevelOperation(InnerPojo innerPojo, String actingParameter) SimpleOperations.vpOnPojoFieldOperation(InnerPojo innerPojo) SimpleOperations.vpWithBindingToField(String providedParameter, InnerPojo innerPojo)