public class AnnotatedUpcaster<T> extends Object
| Constructor and Description |
|---|
AnnotatedUpcaster(Method method,
Function<SerializedObject<T,?>,Stream<SerializedObject<T,?>>> upcastFunction) |
| Modifier and Type | Method and Description |
|---|---|
Upcast |
getAnnotation() |
String |
toString() |
<S extends SerializedObject<T,S>> |
upcast(S input) |
public AnnotatedUpcaster(Method method, Function<SerializedObject<T,?>,Stream<SerializedObject<T,?>>> upcastFunction)
Copyright © 2019 Flux Capacitor. All rights reserved.