com.sun.xml.bind.serializer
Class Util
java.lang.Object
com.sun.xml.bind.serializer.Util
public class Util
- extends Object
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
|
Constructor Summary |
Util()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Util
public Util()
createMissingObjectError
public static ValidationEvent createMissingObjectError(Object target,
String fieldName)
- Creates a
ValidationEvent object for an error where
a JAXB object is missing a required field.
- Returns:
- always returns non-null valid object.
Copyright © 2014 Oracle Corporation. All Rights Reserved.