Class AnnotatedUpcaster<T>
- java.lang.Object
-
- io.fluxcapacitor.javaclient.common.serialization.upcasting.AnnotatedUpcaster<T>
-
public class AnnotatedUpcaster<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description AnnotatedUpcaster(Method method, Function<SerializedObject<T,?>,Stream<SerializedObject<T,?>>> upcastFunction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpcastgetAnnotation()StringtoString()<S extends SerializedObject<T,S>>
Stream<S>upcast(S input)
-
-
-
Constructor Detail
-
AnnotatedUpcaster
public AnnotatedUpcaster(Method method, Function<SerializedObject<T,?>,Stream<SerializedObject<T,?>>> upcastFunction)
-
-