Package org.apache.accumulo.monitor.util
Class JaxbAbstractIdSerializer
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<String,AbstractId<?>>
-
- org.apache.accumulo.monitor.util.JaxbAbstractIdSerializer
-
public class JaxbAbstractIdSerializer extends XmlAdapter<String,AbstractId<?>>
A class for marshalingAbstractIdinto its canonical form for REST endpoints
-
-
Constructor Summary
Constructors Constructor Description JaxbAbstractIdSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringmarshal(AbstractId<?> id)AbstractId<?>unmarshal(String id)
-
-
-
Method Detail
-
marshal
public String marshal(AbstractId<?> id)
- Specified by:
marshalin classXmlAdapter<String,AbstractId<?>>
-
unmarshal
public AbstractId<?> unmarshal(String id)
- Specified by:
unmarshalin classXmlAdapter<String,AbstractId<?>>
-
-