Uses of Interface
net.morimekta.providence.PValue
-
Packages that use PValue Package Description net.morimekta.providence net.morimekta.providence.util -
-
Uses of PValue in net.morimekta.providence
Subinterfaces of PValue in net.morimekta.providence Modifier and Type Interface Description interfacePEnumValue<T>Base interface for enum values.interfacePMessage<Message extends PMessage<Message,Field>,Field extends PField>Base class for all messages.interfacePUnion<Union extends PUnion<Union,Field>,Field extends PField>Base class for all unions.Classes in net.morimekta.providence that implement PValue Modifier and Type Class Description classPApplicationExceptionBase exception thrown on non-declared exceptions on a service call, and other server-side service call issues.classPApplicationExceptionTypeGeneral type of exception on the application level.classPServiceCallTypeThe service call type is a base distinction of what the message means, and lets the server or client select the proper message to be serialized or deserialized from the service method descriptor. -
Uses of PValue in net.morimekta.providence.util
Classes in net.morimekta.providence.util that implement PValue Modifier and Type Class Description classAnyA message containing anything.classEmptyDummy struct that is just empty.
-