public static final class ObjectValue.Builder extends java.lang.Object implements NodeBuilder
| Modifier and Type | Method and Description |
|---|---|
ObjectValue |
build() |
ObjectValue.Builder |
comments(java.util.List<Comment> comments) |
ObjectValue.Builder |
ignoredChars(IgnoredChars ignoredChars) |
ObjectValue.Builder |
objectField(ObjectField objectField) |
ObjectValue.Builder |
objectFields(java.util.List<ObjectField> objectFields) |
ObjectValue.Builder |
sourceLocation(SourceLocation sourceLocation) |
public ObjectValue.Builder sourceLocation(SourceLocation sourceLocation)
sourceLocation in interface NodeBuilderpublic ObjectValue.Builder objectFields(java.util.List<ObjectField> objectFields)
public ObjectValue.Builder objectField(ObjectField objectField)
public ObjectValue.Builder comments(java.util.List<Comment> comments)
comments in interface NodeBuilderpublic ObjectValue.Builder ignoredChars(IgnoredChars ignoredChars)
ignoredChars in interface NodeBuilderpublic ObjectValue build()