public class NumericAttributeAdapter extends XmlAdapter<NumericAttributeDTO,NumericAttribute>
Constructor and Description |
---|
NumericAttributeAdapter() |
Modifier and Type | Method and Description |
---|---|
NumericAttributeDTO |
marshal(NumericAttribute attribute) |
NumericAttribute |
unmarshal(NumericAttributeDTO dto) |
public NumericAttribute unmarshal(NumericAttributeDTO dto) throws Exception
unmarshal
in class XmlAdapter<NumericAttributeDTO,NumericAttribute>
Exception
public NumericAttributeDTO marshal(NumericAttribute attribute) throws Exception
marshal
in class XmlAdapter<NumericAttributeDTO,NumericAttribute>
Exception
Copyright © 2021. All rights reserved.