Interface Descriptor

All Superinterfaces:
Function<Class<?>,ClassDescription>
All Known Implementing Classes:
ReflectiveDescriptor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Descriptor extends Function<Class<?>,ClassDescription>
A Descriptor takes a Class as input and transforms it into a ClassDescription.