Uses of Class
org.mule.tests.api.pojos.ParameterCollectionParser
Packages that use ParameterCollectionParser
-
Uses of ParameterCollectionParser in org.mule.tests.api.pojos
Methods in org.mule.tests.api.pojos that return ParameterCollectionParserModifier and TypeMethodDescriptionSameChildTypeContainer.getAnotherElementTypeA()SameChildTypeContainer.getElementTypeA()ParameterCollectionParser.getFirstChild()ParameterCollectionParser.getSecondChild()Methods in org.mule.tests.api.pojos that return types with arguments of type ParameterCollectionParserModifier and TypeMethodDescriptionParameterCollectionParser.getComplexTypeEntry()ParameterCollectionParser.getOtherChildren()ParameterCollectionParser.getOtherChildrenCustomCollectionType()Methods in org.mule.tests.api.pojos with parameters of type ParameterCollectionParserModifier and TypeMethodDescriptionvoidSameChildTypeContainer.setAnotherElementTypeA(ParameterCollectionParser anotherElementTypeA) voidSameChildTypeContainer.setElementTypeA(ParameterCollectionParser elementTypeA) voidParameterCollectionParser.setFirstChild(ParameterCollectionParser firstChild) voidParameterCollectionParser.setSecondChild(ParameterCollectionParser secondChild) Method parameters in org.mule.tests.api.pojos with type arguments of type ParameterCollectionParserModifier and TypeMethodDescriptionvoidParameterCollectionParser.setComplexTypeEntry(Map<Long, ParameterCollectionParser> complexTypeEntry) voidParameterCollectionParser.setOtherChildren(List<ParameterCollectionParser> otherChildren) voidParameterCollectionParser.setOtherChildrenCustomCollectionType(LinkedList<ParameterCollectionParser> otherChildrenCustomCollectionType)