public class PropertyTypeConverter extends Object
Constructor and Description |
---|
PropertyTypeConverter() |
Modifier and Type | Method and Description |
---|---|
static boolean |
convertToBoolean(String string) |
static double |
convertToDouble(String string) |
static float |
convertToFloat(String string) |
static int |
convertToInt(String string) |
static long |
convertToLong(String string) |
public static int convertToInt(String string) throws org.apache.synapse.SynapseException
org.apache.synapse.SynapseException
public static float convertToFloat(String string) throws org.apache.synapse.SynapseException
org.apache.synapse.SynapseException
public static double convertToDouble(String string) throws org.apache.synapse.SynapseException
org.apache.synapse.SynapseException
public static long convertToLong(String string) throws org.apache.synapse.SynapseException
org.apache.synapse.SynapseException
public static boolean convertToBoolean(String string) throws org.apache.synapse.SynapseException
org.apache.synapse.SynapseException
Copyright © 2022 WSO2. All rights reserved.