public abstract class SuperObjectValue extends Object implements ObjectValue
| Constructor and Description |
|---|
SuperObjectValue() |
| Modifier and Type | Method and Description |
|---|---|
abstract TypeNode |
type() |
String |
value() |
static SuperObjectValue |
withType(TypeNode type) |
public abstract TypeNode type()
type in interface ObjectValuetype in interface Valuepublic String value()
value in interface ObjectValuevalue in interface Valuepublic static SuperObjectValue withType(TypeNode type)
Copyright © 2022 Google LLC. All rights reserved.