IReflectionService
Provides methods to reflect on types.
JsonTypeDescription GetDescription(Type type, IEnumerable<Attribute> parentAttributes, JsonSchemaGeneratorSettings settings)
Creates a JsonTypeDescription from a Type.
bool IsNullable(Type type, IEnumerable<Attribute> parentAttributes, JsonSchemaGeneratorSettings settings)
Checks whether a type is nullable.