public static class JsonFormat.Features
extends java.lang.Object
Boolean
valued EnumMap
.Modifier and Type | Method and Description |
---|---|
static JsonFormat.Features |
construct(JsonFormat.Feature[] enabled,
JsonFormat.Feature[] disabled) |
static JsonFormat.Features |
construct(JsonFormat f) |
static JsonFormat.Features |
empty() |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
get(JsonFormat.Feature f) |
int |
hashCode() |
java.lang.String |
toString() |
JsonFormat.Features |
with(JsonFormat.Feature... features) |
JsonFormat.Features |
without(JsonFormat.Feature... features) |
JsonFormat.Features |
withOverrides(JsonFormat.Features overrides) |
public static JsonFormat.Features empty()
public static JsonFormat.Features construct(JsonFormat f)
public static JsonFormat.Features construct(JsonFormat.Feature[] enabled, JsonFormat.Feature[] disabled)
public JsonFormat.Features withOverrides(JsonFormat.Features overrides)
public JsonFormat.Features with(JsonFormat.Feature... features)
public JsonFormat.Features without(JsonFormat.Feature... features)
public java.lang.Boolean get(JsonFormat.Feature f)
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"