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.AnnotatedType
GenericTypeReflector. transform(java.lang.reflect.AnnotatedType type, TypeVisitor visitor)
Recursively applies a transformation implemented by the providedTypeVisitor
to the structure of the given type.
-