Uses of Class
net.morimekta.providence.util.Any
-
Packages that use Any Package Description net.morimekta.providence.util -
-
Uses of Any in net.morimekta.providence.util
Fields in net.morimekta.providence.util with type parameters of type Any Modifier and Type Field Description static PStructDescriptor<Any,Any._Field>Any. kDescriptorMethods in net.morimekta.providence.util that return Any Modifier and Type Method Description AnyAny._Builder. build()static <M extends PMessage<M,F>,F extends PField>
AnyAny. wrapMessage(M message)Wrap a message into anAnywrapper message.static <M extends PMessage<M,F>,F extends PField>
AnyAny. wrapMessage(M message, Serializer serializer)Wrap a message into anAnywrapper message.Methods in net.morimekta.providence.util that return types with arguments of type Any Modifier and Type Method Description PStructDescriptor<Any,Any._Field>Any._Builder. descriptor()PStructDescriptor<Any,Any._Field>Any. descriptor()static PStructDescriptorProvider<Any,Any._Field>Any. provider()Methods in net.morimekta.providence.util with parameters of type Any Modifier and Type Method Description intAny. compareTo(Any other)Any._BuilderAny._Builder. merge(Any from)Constructors in net.morimekta.providence.util with parameters of type Any Constructor Description _Builder(Any base)Make a mutating builder off a base putil.Any.
-