Class AnnotatedCaster<T>
java.lang.Object
io.fluxcapacitor.javaclient.common.serialization.casting.AnnotatedCaster<T>
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedCaster(Method method, CastParameters castParameters, Function<SerializedObject<T, ?>, Stream<SerializedObject<T, ?>>> castFunction) -
Method Summary
-
Constructor Details
-
AnnotatedCaster
public AnnotatedCaster(Method method, CastParameters castParameters, Function<SerializedObject<T, ?>, Stream<SerializedObject<T, ?>>> castFunction)
-
-
Method Details