Uses of Class
io.fluxcapacitor.javaclient.common.serialization.upcasting.AnnotatedUpcaster
Packages that use AnnotatedUpcaster
-
Uses of AnnotatedUpcaster in io.fluxcapacitor.javaclient.common.serialization.upcasting
Methods in io.fluxcapacitor.javaclient.common.serialization.upcasting that return types with arguments of type AnnotatedUpcasterModifier and TypeMethodDescriptionstatic <T> List<AnnotatedUpcaster<T>>UpcastInspector.inspect(Collection<?> upcasters, Converter<T> patcher) Constructor parameters in io.fluxcapacitor.javaclient.common.serialization.upcasting with type arguments of type AnnotatedUpcasterModifierConstructorDescriptionprotectedUpcasterChain(Collection<AnnotatedUpcaster<T>> upcasters)