Class CastInspector
java.lang.Object
io.fluxcapacitor.javaclient.common.serialization.casting.CastInspector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> List<AnnotatedCaster<T>>getCasters(Class<? extends Annotation> castAnnotation, Collection<?> candidateTargets, Class<T> dataType, Comparator<AnnotatedCaster<?>> casterComparator) static booleanhasCasterMethods(Class<?> type)
-
Constructor Details
-
CastInspector
public CastInspector()
-
-
Method Details
-
hasCasterMethods
-
getCasters
public static <T> List<AnnotatedCaster<T>> getCasters(Class<? extends Annotation> castAnnotation, Collection<?> candidateTargets, Class<T> dataType, Comparator<AnnotatedCaster<?>> casterComparator)
-