Class TestModelBase<T>
java.lang.Object
org.apache.hadoop.hbase.rest.model.TestModelBase<T>
- Direct Known Subclasses:
TestCellModel
,TestCellSetModel
,TestColumnSchemaModel
,TestNamespacesInstanceModel
,TestNamespacesModel
,TestRowModel
,TestScannerModel
,TestStorageClusterStatusModel
,TestStorageClusterVersionModel
,TestTableInfoModel
,TestTableListModel
,TestTableRegionModel
,TestTableSchemaModel
,TestVersionModel
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
AS_XML
-
AS_PB
-
AS_JSON
-
context
-
clazz
-
mapper
-
-
Constructor Details
-
TestModelBase
- Throws:
Exception
-
-
Method Details
-
buildTestModel
-
toXML
- Throws:
javax.xml.bind.JAXBException
-
toJSON
- Throws:
javax.xml.bind.JAXBException
IOException
-
fromJSON
- Throws:
javax.xml.bind.JAXBException
IOException
-
fromXML
- Throws:
javax.xml.bind.JAXBException
-
toPB
-
fromPB
- Throws:
Exception
-
checkModel
-
testBuildModel
- Throws:
Exception
-
testFromPB
- Throws:
Exception
-
testFromXML
- Throws:
Exception
-
testToXML
- Throws:
Exception
-
testToJSON
- Throws:
Exception
-
testFromJSON
- Throws:
Exception
-