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, Comparator<AnnotatedCaster<?>> casterComparator) Method parameters in io.fluxcapacitor.javaclient.common.serialization.casting with type arguments of type AnnotatedCasterModifier and TypeMethodDescriptionstatic <T> List<AnnotatedCaster<T>>CastInspector.getCasters(Class<? extends Annotation> castAnnotation, Collection<?> candidateTargets, Class<T> dataType, Comparator<AnnotatedCaster<?>> casterComparator) Constructor parameters in io.fluxcapacitor.javaclient.common.serialization.casting with type arguments of type AnnotatedCaster