Class AnnotatedUpcaster<T>
java.lang.Object
io.fluxcapacitor.javaclient.common.serialization.upcasting.AnnotatedUpcaster<T>
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedUpcaster(Method method, Function<SerializedObject<T, ?>, Stream<SerializedObject<T, ?>>> upcastFunction) -
Method Summary
Modifier and TypeMethodDescriptiontoString()<S extends SerializedObject<T,S>>
Stream<S>upcast(S input)
-
Constructor Details
-
AnnotatedUpcaster
public AnnotatedUpcaster(Method method, Function<SerializedObject<T, ?>, Stream<SerializedObject<T, ?>>> upcastFunction)
-
-
Method Details