Uses of Enum Class
org.infinispan.protostream.descriptors.JavaType
Packages that use JavaType
Package
Description
Represents information contained in a proto file
Protostream internals.
-
Uses of JavaType in org.infinispan.protostream.descriptors
Subclasses with type arguments of type JavaType in org.infinispan.protostream.descriptorsFields in org.infinispan.protostream.descriptors declared as JavaTypeMethods in org.infinispan.protostream.descriptors that return JavaTypeModifier and TypeMethodDescriptionFieldDescriptor.getJavaType()Type.getJavaType()MapDescriptor.getKeyJavaType()static JavaTypeReturns the enum constant of this class with the specified name.static JavaType[]JavaType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.infinispan.protostream.descriptors with parameters of type JavaType -
Uses of JavaType in org.infinispan.protostream.impl
Methods in org.infinispan.protostream.impl with parameters of type JavaTypeModifier and TypeMethodDescriptionprivate ObjectProtoStreamReaderImpl.readPrimitive(String fieldName, JavaType javaType)