public static class Types.BaseListBuilder.GroupElementBuilder<LP,L extends Types.BaseListBuilder<LP,L>> extends Types.BaseGroupBuilder<LP,Types.BaseListBuilder.GroupElementBuilder<LP,L>>
fieldsid, logicalTypeAnnotation, newLogicalTypeSet, parent, repetition, returnClass| Constructor and Description |
|---|
GroupElementBuilder(L listBuilder) |
| Modifier and Type | Method and Description |
|---|---|
LP |
named(String name)
Builds a
Type and returns the parent builder, if given, or the
Type that was built. |
protected Types.BaseListBuilder.GroupElementBuilder<LP,L> |
self() |
addField, addFields, build, group, list, map, optional, optionalGroup, optionalList, optionalMap, primitive, repeated, repeatedGroup, required, requiredGroup, requiredList, requiredMapas, as, getOriginalType, id, repetitionpublic GroupElementBuilder(L listBuilder)
public LP named(String name)
Types.BuilderType and returns the parent builder, if given, or the
Type that was built. If returning a parent object that is a
GroupBuilder, the constructed type will be added to it as a field.
Note: Any configuration for this type builder should be done before calling this method.
named in class Types.Builder<Types.BaseListBuilder.GroupElementBuilder<LP,L extends Types.BaseListBuilder<LP,L>>,LP>name - a name for the constructed typeGroupBuilder or the constructed Typeprotected Types.BaseListBuilder.GroupElementBuilder<LP,L> self()
self in class Types.BaseGroupBuilder<LP,Types.BaseListBuilder.GroupElementBuilder<LP,L extends Types.BaseListBuilder<LP,L>>>Copyright © 2023 The Apache Software Foundation. All rights reserved.