Class GsonSerializationFeature
java.lang.Object
org.apache.hadoop.hbase.master.http.gson.GsonSerializationFeature
- All Implemented Interfaces:
org.apache.hbase.thirdparty.javax.ws.rs.core.Feature
@Private
public class GsonSerializationFeature
extends Object
implements org.apache.hbase.thirdparty.javax.ws.rs.core.Feature
Used to register with (shaded) Jersey the presence of Entity serialization using (shaded) Gson.
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static class
Register this feature's provided functionality and defines their lifetime scopes. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
configure
(org.apache.hbase.thirdparty.javax.ws.rs.core.FeatureContext context)
-
Constructor Details
-
GsonSerializationFeature
public GsonSerializationFeature()
-
-
Method Details
-
configure
- Specified by:
configure
in interfaceorg.apache.hbase.thirdparty.javax.ws.rs.core.Feature
-