IReflectionService
Provides methods to reflect on types.
JsonTypeDescription GetDescription(ContextualType contextualType, ReferenceTypeNullHandling defaultReferenceTypeNullHandling, JsonSchemaGeneratorSettings settings)
Creates a JsonTypeDescription from a Type.
JsonTypeDescription GetDescription(ContextualType contextualType, JsonSchemaGeneratorSettings settings)
Creates a JsonTypeDescription from a Type.
bool IsNullable(ContextualType contextualType, ReferenceTypeNullHandling defaultReferenceTypeNullHandling)
Checks whether a type is nullable.