Uses of Class
io.fluxzero.sdk.common.serialization.casting.AnnotatedCaster
Packages that use AnnotatedCaster
-
Uses of AnnotatedCaster in io.fluxzero.sdk.common.serialization.casting
Methods in io.fluxzero.sdk.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 (typicallyUpcastorDowncast) in the provided candidates, and wraps them asAnnotatedCasterinstances.