| java.lang.Object com.caucho.jaxb.JAXBUtil
JAXBUtil | public class JAXBUtil (Code) | | JAXB utilities.
|
XML_SCHEMA_PREFIX | final public static String XML_SCHEMA_PREFIX(Code) | | |
getActualParameterType | public static Type getActualParameterType(Type type) throws JAXBException(Code) | | Gets the type of a parameter. If the type is something like Holder,
it return T, otherwise, it returns the passed type.
|
introspectMethod | public static void introspectMethod(Method method, Collection<Class> jaxbClasses) throws JAXBException(Code) | | Finds all the classes mentioned in a method signature (return type and
parameters) and adds them to the passed in classList. Pass in a set if
you expect multiple references.
|
skipIgnorableNodes | public static Node skipIgnorableNodes(Node node)(Code) | | |
|
|