public static class ModifyCommand.JaxbSetterAdapter extends XmlAdapter<ModifyCommand.SetterImpl[],List<ModifyCommand.SetterImpl>>
| Constructor and Description |
|---|
ModifyCommand.JaxbSetterAdapter() |
| Modifier and Type | Method and Description |
|---|---|
ModifyCommand.SetterImpl[] |
marshal(List<ModifyCommand.SetterImpl> v) |
List<ModifyCommand.SetterImpl> |
unmarshal(ModifyCommand.SetterImpl[] v) |
public ModifyCommand.SetterImpl[] marshal(List<ModifyCommand.SetterImpl> v) throws Exception
marshal in class XmlAdapter<ModifyCommand.SetterImpl[],List<ModifyCommand.SetterImpl>>Exceptionpublic List<ModifyCommand.SetterImpl> unmarshal(ModifyCommand.SetterImpl[] v) throws Exception
unmarshal in class XmlAdapter<ModifyCommand.SetterImpl[],List<ModifyCommand.SetterImpl>>ExceptionCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.