Class MapDescriptor.Builder
java.lang.Object
org.infinispan.protostream.descriptors.FieldDescriptor.Builder
org.infinispan.protostream.descriptors.MapDescriptor.Builder
- All Implemented Interfaces:
OptionContainer<FieldDescriptor.Builder>
- Enclosing class:
MapDescriptor
-
Field Summary
FieldsFields inherited from class FieldDescriptor.Builder
documentation, label, name, number, options, typeName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withKeyTypeName(String keyTypeName) withValueTypeName(String valueTypeName) Methods inherited from class FieldDescriptor.Builder
addOption, withDocumentation, withLabel, withNumber, withOptions, withTypeName
-
Field Details
-
keyTypeName
String keyTypeName
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withName
- Overrides:
withNamein classFieldDescriptor.Builder
-
withKeyTypeName
-
withValueTypeName
-
build
- Overrides:
buildin classFieldDescriptor.Builder
-