Uses of Interface
com.cognitect.transit.TaggedValue
-
Packages that use TaggedValue Package Description com.cognitect.transit -
-
Uses of TaggedValue in com.cognitect.transit
Methods in com.cognitect.transit that return TaggedValue Modifier and Type Method Description static <T> TaggedValue<T>TransitFactory. taggedValue(String tag, T rep)Creates a TaggedValueMethods in com.cognitect.transit that return types with arguments of type TaggedValue Modifier and Type Method Description static DefaultReadHandler<TaggedValue<Object>>TransitFactory. defaultDefaultReadHandler()Returns the DefaultReadHandler that is used by default
-