API Differences between 10.8.0 and 11.0.0
167 Additions
24 Removals
NJsonSchema
NJsonSchema.Annotations
NJsonSchema.Converters
NJsonSchema.Generation
-
public class DefaultReflectionService : IReflectionService
-
public enum EnumHandling
-
public interface IReflectionService
-
public class JsonSchemaGenerator
- public static JsonSchema FromType<TType>(JsonSchemaGeneratorSettings settings)
- public static JsonSchema FromType(Type type, JsonSchemaGeneratorSettings settings)
- public void AddProperty(JsonSchema parentSchema, ContextualAccessorInfo property, JsonTypeDescription propertyTypeDescription, string propertyName, Attribute requiredAttribute, bool hasRequiredAttribute, bool isNullable, object defaultValue, JsonSchemaResolver schemaResolver)
- public object GetDataMemberAttribute(ContextualAccessorInfo accessorInfo, Type parentType)
- public virtual string GetPropertyName(JsonProperty jsonProperty, ContextualAccessorInfo accessorInfo)
- public bool IsAbstractProperty(ContextualMemberInfo memberInfo)
- public bool IsPropertyIgnoredBySettings(ContextualAccessorInfo accessorInfo)
-
public class JsonSchemaGeneratorSettings : IXmlDocsSettings
-
public enum PropertyNameHandling
-
public abstract class ReflectionServiceBase<TSettings> : IReflectionService where TSettings : JsonSchemaGeneratorSettings
-
public class SampleJsonDataGenerator
-
public class SampleJsonDataGeneratorSettings
-
public class SampleJsonSchemaGenerator
-
public class SystemTextJsonReflectionService : ReflectionServiceBase<SystemTextJsonSchemaGeneratorSettings>
-
public class SystemTextJsonSchemaGeneratorSettings : JsonSchemaGeneratorSettings
-
public static class SystemTextJsonUtilities
-
public static class XmlDocsSettingsExtensions
NJsonSchema.Infrastructure
NJsonSchema.Visitors
System.Runtime.CompilerServices