Uses of Enum Class
org.infinispan.protostream.schema.Type.Scalar
Packages that use Type.Scalar
-
Uses of Type.Scalar in org.infinispan.protostream.schema
Subclasses with type arguments of type Type.Scalar in org.infinispan.protostream.schemaMethods in org.infinispan.protostream.schema that return Type.ScalarModifier and TypeMethodDescriptionstatic Type.ScalarReturns the enum constant of this class with the specified name.static Type.Scalar[]Type.Scalar.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.protostream.schema with parameters of type Type.ScalarModifier and TypeMethodDescriptionField.Builder.addMap(Type.Scalar keyType, Type valueType, String name, int number) default Map.BuilderFieldContainer.addMap(Type.Scalar keyType, Type valueType, String name) FieldContainer.addMap(Type.Scalar keyType, Type valueType, String name, int number) Message.Builder.addMap(Type.Scalar keyType, Type valueType, String name, int number)