public final class GsonPartitionImpl extends java.lang.Object implements GsonBase, Partition
| Modifier and Type | Class and Description |
|---|---|
static class |
GsonPartitionImpl.Builder |
| Constructor and Description |
|---|
GsonPartitionImpl(JsonObject jsonObject) |
GsonPartitionImpl(java.lang.String name,
java.util.List<PartitionRule> ruleList,
java.util.List<Token> tokenList,
PartitionWhiteSpace whitespace) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.util.List<PartitionRule> |
getRuleList() |
java.util.List<Token> |
getTokenList() |
PartitionWhiteSpace |
getWhitespace() |
JsonObject |
toJSONObject() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoDomainJsonArray, toJsonArraypublic GsonPartitionImpl(JsonObject jsonObject)
public GsonPartitionImpl(java.lang.String name,
java.util.List<PartitionRule> ruleList,
java.util.List<Token> tokenList,
PartitionWhiteSpace whitespace)
public JsonObject toJSONObject()
toJSONObject in interface GsonBasepublic java.lang.String toString()
toString in class java.lang.Objectpublic java.util.List<PartitionRule> getRuleList()
getRuleList in interface Partitionpublic java.util.List<Token> getTokenList()
getTokenList in interface Partitionpublic PartitionWhiteSpace getWhitespace()
getWhitespace in interface Partition