Uses of Class
net.morimekta.providence.PType
-
Packages that use PType Package Description net.morimekta.providence net.morimekta.providence.descriptor net.morimekta.providence.serializer.binary -
-
Uses of PType in net.morimekta.providence
Methods in net.morimekta.providence that return PType Modifier and Type Method Description static PTypePType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PType[]PType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PType in net.morimekta.providence.descriptor
Methods in net.morimekta.providence.descriptor that return PType Modifier and Type Method Description PTypePDescriptor. getType()PTypePEnumDescriptor. getType()default PTypePField. getType()PTypePList. getType()PTypePMap. getType()PTypePMessageDescriptor. getType()PTypePPrimitive. getType()PTypePSet. getType() -
Uses of PType in net.morimekta.providence.serializer.binary
Methods in net.morimekta.providence.serializer.binary with parameters of type PType Modifier and Type Method Description static byteBinaryType. forType(PType type)Get the binary type for the given value type.
-