Uses of Class
io.leangen.geantyref.TypeVisitor
-
-
Uses of TypeVisitor in io.leangen.geantyref
Methods in io.leangen.geantyref with parameters of type TypeVisitor Modifier and Type Method Description static java.lang.reflect.AnnotatedTypeGenericTypeReflector. transform(java.lang.reflect.AnnotatedType type, TypeVisitor visitor)Recursively applies a transformation implemented by the providedTypeVisitorto the structure of the given type.
-