public static final class CfnTable.SerdeInfoProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTable.SerdeInfoProperty
CfnTable.SerdeInfoProperty
CfnTable.SerdeInfoProperty.Builder, CfnTable.SerdeInfoProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
Name of the SerDe.
|
java.lang.Object |
getParameters()
These key-value pairs define initialization parameters for the SerDe.
|
java.lang.String |
getSerializationLibrary()
Usually the class that implements the SerDe.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getName()
CfnTable.SerdeInfoProperty
getName
in interface CfnTable.SerdeInfoProperty
public final java.lang.Object getParameters()
CfnTable.SerdeInfoProperty
getParameters
in interface CfnTable.SerdeInfoProperty
public final java.lang.String getSerializationLibrary()
CfnTable.SerdeInfoProperty
An example is org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
.
getSerializationLibrary
in interface CfnTable.SerdeInfoProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()