public class SimpleTypeMapper extends Object
Constructor and Description |
---|
SimpleTypeMapper() |
Modifier and Type | Method and Description |
---|---|
static ArrayList |
getArrayList(org.apache.axiom.om.OMElement element) |
static ArrayList |
getArrayList(org.apache.axiom.om.OMElement element,
String localName) |
static DataHandler |
getDataHandler(org.apache.axiom.om.OMElement element) |
static HashSet |
getHashSet(org.apache.axiom.om.OMElement element,
String localName) |
static Object |
getSimpleTypeObject(Class parameter,
org.apache.axiom.om.OMElement value) |
static String |
getStringValue(Object obj) |
static boolean |
isCollection(Class obj) |
static boolean |
isDataHandler(Class obj) |
static boolean |
isHashSet(Class obj) |
static boolean |
isSimpleType(Class obj) |
static boolean |
isSimpleType(Object obj) |
static boolean |
isSimpleType(String objClassName) |
static Object |
makeCalendar(String source) |
static Object |
makeDate(String source) |
public static Object getSimpleTypeObject(Class parameter, org.apache.axiom.om.OMElement value)
public static ArrayList getArrayList(org.apache.axiom.om.OMElement element, String localName)
public static HashSet getHashSet(org.apache.axiom.om.OMElement element, String localName)
public static DataHandler getDataHandler(org.apache.axiom.om.OMElement element)
public static ArrayList getArrayList(org.apache.axiom.om.OMElement element)
public static boolean isSimpleType(Object obj)
public static boolean isSimpleType(Class obj)
public static boolean isDataHandler(Class obj)
public static boolean isHashSet(Class obj)
public static boolean isCollection(Class obj)
public static boolean isSimpleType(String objClassName)
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.