Uses of Class
com.yahoo.document.config.DocumentmanagerConfig.Datatype.Builder
Packages that use DocumentmanagerConfig.Datatype.Builder
-
Uses of DocumentmanagerConfig.Datatype.Builder in com.yahoo.document.config
Fields in com.yahoo.document.config with type parameters of type DocumentmanagerConfig.Datatype.BuilderMethods in com.yahoo.document.config that return DocumentmanagerConfig.Datatype.BuilderModifier and TypeMethodDescriptionDocumentmanagerConfig.Datatype.Builder.annotationreftype(DocumentmanagerConfig.Datatype.Annotationreftype.Builder __builder) Add the given builder to this builder's list of Annotationreftype buildersDocumentmanagerConfig.Datatype.Builder.annotationreftype(Consumer<DocumentmanagerConfig.Datatype.Annotationreftype.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listDocumentmanagerConfig.Datatype.Builder.annotationreftype(List<DocumentmanagerConfig.Datatype.Annotationreftype.Builder> __builders) Set the given list as this builder's list of Annotationreftype buildersDocumentmanagerConfig.Datatype.Builder.arraytype(DocumentmanagerConfig.Datatype.Arraytype.Builder __builder) Add the given builder to this builder's list of Arraytype buildersDocumentmanagerConfig.Datatype.Builder.arraytype(Consumer<DocumentmanagerConfig.Datatype.Arraytype.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listDocumentmanagerConfig.Datatype.Builder.arraytype(List<DocumentmanagerConfig.Datatype.Arraytype.Builder> __builders) Set the given list as this builder's list of Arraytype buildersDocumentmanagerConfig.Datatype.Builder.documenttype(DocumentmanagerConfig.Datatype.Documenttype.Builder __builder) Add the given builder to this builder's list of Documenttype buildersDocumentmanagerConfig.Datatype.Builder.documenttype(Consumer<DocumentmanagerConfig.Datatype.Documenttype.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listDocumentmanagerConfig.Datatype.Builder.documenttype(List<DocumentmanagerConfig.Datatype.Documenttype.Builder> __builders) Set the given list as this builder's list of Documenttype buildersDocumentmanagerConfig.Datatype.Builder.id(int __value) DocumentmanagerConfig.Datatype.Builder.maptype(DocumentmanagerConfig.Datatype.Maptype.Builder __builder) Add the given builder to this builder's list of Maptype buildersDocumentmanagerConfig.Datatype.Builder.maptype(Consumer<DocumentmanagerConfig.Datatype.Maptype.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listDocumentmanagerConfig.Datatype.Builder.maptype(List<DocumentmanagerConfig.Datatype.Maptype.Builder> __builders) Set the given list as this builder's list of Maptype buildersDocumentmanagerConfig.Datatype.Builder.referencetype(DocumentmanagerConfig.Datatype.Referencetype.Builder __builder) Add the given builder to this builder's list of Referencetype buildersDocumentmanagerConfig.Datatype.Builder.referencetype(Consumer<DocumentmanagerConfig.Datatype.Referencetype.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listDocumentmanagerConfig.Datatype.Builder.referencetype(List<DocumentmanagerConfig.Datatype.Referencetype.Builder> __builders) Set the given list as this builder's list of Referencetype buildersDocumentmanagerConfig.Datatype.Builder.structtype(DocumentmanagerConfig.Datatype.Structtype.Builder __builder) Add the given builder to this builder's list of Structtype buildersDocumentmanagerConfig.Datatype.Builder.structtype(Consumer<DocumentmanagerConfig.Datatype.Structtype.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listDocumentmanagerConfig.Datatype.Builder.structtype(List<DocumentmanagerConfig.Datatype.Structtype.Builder> __builders) Set the given list as this builder's list of Structtype buildersDocumentmanagerConfig.Datatype.Builder.weightedsettype(DocumentmanagerConfig.Datatype.Weightedsettype.Builder __builder) Add the given builder to this builder's list of Weightedsettype buildersDocumentmanagerConfig.Datatype.Builder.weightedsettype(Consumer<DocumentmanagerConfig.Datatype.Weightedsettype.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listDocumentmanagerConfig.Datatype.Builder.weightedsettype(List<DocumentmanagerConfig.Datatype.Weightedsettype.Builder> __builders) Set the given list as this builder's list of Weightedsettype buildersMethods in com.yahoo.document.config with parameters of type DocumentmanagerConfig.Datatype.BuilderModifier and TypeMethodDescriptionDocumentmanagerConfig.Builder.datatype(DocumentmanagerConfig.Datatype.Builder __builder) Add the given builder to this builder's list of Datatype buildersMethod parameters in com.yahoo.document.config with type arguments of type DocumentmanagerConfig.Datatype.BuilderModifier and TypeMethodDescriptionDocumentmanagerConfig.Builder.datatype(Consumer<DocumentmanagerConfig.Datatype.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listDocumentmanagerConfig.Builder.datatype(List<DocumentmanagerConfig.Datatype.Builder> __builders) Set the given list as this builder's list of Datatype buildersConstructors in com.yahoo.document.config with parameters of type DocumentmanagerConfig.Datatype.Builder