public class BoundingBoxAdapter extends XmlAdapter<BoundingBoxAdapter.JaxbBoundingBox,BoundingBox>
Modifier and Type | Class and Description |
---|---|
static class |
BoundingBoxAdapter.JaxbBoundingBox |
Constructor and Description |
---|
BoundingBoxAdapter() |
Modifier and Type | Method and Description |
---|---|
BoundingBoxAdapter.JaxbBoundingBox |
marshal(BoundingBox v) |
BoundingBox |
unmarshal(BoundingBoxAdapter.JaxbBoundingBox v) |
public BoundingBoxAdapter.JaxbBoundingBox marshal(BoundingBox v) throws Exception
marshal
in class XmlAdapter<BoundingBoxAdapter.JaxbBoundingBox,BoundingBox>
Exception
public BoundingBox unmarshal(BoundingBoxAdapter.JaxbBoundingBox v) throws Exception
unmarshal
in class XmlAdapter<BoundingBoxAdapter.JaxbBoundingBox,BoundingBox>
Exception
Copyright © 2021. All rights reserved.