Uses of Class
io.fluxcapacitor.javaclient.common.serialization.casting.AnnotatedCaster
Packages that use AnnotatedCaster
-
Uses of AnnotatedCaster in io.fluxcapacitor.javaclient.common.serialization.casting
Methods in io.fluxcapacitor.javaclient.common.serialization.casting that return types with arguments of type AnnotatedCasterModifier and TypeMethodDescriptionstatic <T> List
<AnnotatedCaster<T>> CastInspector.getCasters
(Class<? extends Annotation> castAnnotation, Collection<?> candidateTargets, Class<T> dataType) Discovers all caster methods annotated with the given annotation (typicallyUpcast
orDowncast
) in the provided candidates, and wraps them asAnnotatedCaster
instances.