Uses of Class
org.apache.synapse.mediators.transform.ArgumentDetails
-
Packages that use ArgumentDetails Package Description org.apache.synapse.mediators.transform.pfutils -
-
Uses of ArgumentDetails in org.apache.synapse.mediators.transform.pfutils
Methods in org.apache.synapse.mediators.transform.pfutils that return types with arguments of type ArgumentDetails Modifier and Type Method Description protected HashMap<String,ArgumentDetails>[]
TemplateProcessor. getArgValues(String mediaType, MessageContext synCtx)
Goes through SynapsePath argument list, evaluating each by calling stringValueOf and returns a HashMap String, String array where each item will contain a hash map with key "evaluated expression" and value "SynapsePath type".Method parameters in org.apache.synapse.mediators.transform.pfutils with type arguments of type ArgumentDetails Modifier and Type Method Description protected String
TemplateProcessor. inferReplacementType(Map.Entry<String,ArgumentDetails> entry)
Helper function that takes a Map of String, ArgumentDetails where key contains the value of an evaluated SynapsePath expression and value contains the type of SynapsePath + deepcheck status in use.protected String
TemplateProcessor. prepareReplacementValue(String mediaType, MessageContext synCtx, Map.Entry<String,ArgumentDetails> replacementEntry)
Preprocess and converty types of the given arg value.
-