public abstract static class SchemaBuilder.PropBuilder<S extends SchemaBuilder.PropBuilder<S>> extends Object
Modifier | Constructor and Description |
---|---|
protected |
PropBuilder() |
Modifier and Type | Method and Description |
---|---|
S |
prop(String name,
Object value)
Set name-value pair properties for this type or field.
|
S |
prop(String name,
String val)
Set name-value pair properties for this type or field.
|
protected abstract S |
self()
a self-type for chaining builder subclasses.
|
public final S prop(String name, String val)
public final S prop(String name, Object value)
protected abstract S self()
Copyright © 2009–2022 The Apache Software Foundation. All rights reserved.