Class XNodeProcessorUtil
java.lang.Object
com.evolveum.midpoint.prism.impl.marshaller.XNodeProcessorUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Field
findXmlValueField
(Class<T> beanClass) static <T> void
parseProtectedType
(ProtectedDataType<T> protectedType, MapXNodeImpl xmap, ParsingContext pc)
-
Constructor Details
-
XNodeProcessorUtil
public XNodeProcessorUtil()
-
-
Method Details
-
parseProtectedType
public static <T> void parseProtectedType(ProtectedDataType<T> protectedType, MapXNodeImpl xmap, ParsingContext pc) throws SchemaException - Throws:
SchemaException
-
findXmlValueField
-