public class JsonSourceGenerationOptionsAttribute extends JsonAttribute
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Text.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
static java.lang.String |
assemblyShortName
Assembly name: System.Text.Json
|
static java.lang.String |
className
Qualified class name: System.Text.Json.Serialization.JsonSourceGenerationOptionsAttribute
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
JsonSourceGenerationOptionsAttribute() |
JsonSourceGenerationOptionsAttribute(JsonSerializerDefaults defaults) |
JsonSourceGenerationOptionsAttribute(java.lang.Object instance)
Internal constructor.
|
GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttribute, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, GetCustomAttributes, getTypeId, IsDefaultAttribute, IsDefined, IsDefined, IsDefined, IsDefined, IsDefined, IsDefined, IsDefined, IsDefined, Matchpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public JsonSourceGenerationOptionsAttribute()
throws java.lang.Throwable
java.lang.Throwablepublic JsonSourceGenerationOptionsAttribute(JsonSerializerDefaults defaults) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, CultureNotFoundException, ObjectDisposedException
public JsonSourceGenerationOptionsAttribute(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static JsonSourceGenerationOptionsAttribute cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into JsonSourceGenerationOptionsAttribute, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedJsonSourceGenerationOptionsAttribute instancejava.lang.Throwable - in case of error during cast operationpublic boolean getAllowDuplicateProperties()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowOutOfOrderMetadataProperties()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowTrailingCommas()
throws java.lang.Throwable
java.lang.Throwablepublic final NetType[] getConverters() throws java.lang.Throwable
java.lang.Throwablepublic int getDefaultBufferSize()
throws java.lang.Throwable
java.lang.Throwablepublic JsonIgnoreCondition getDefaultIgnoreCondition() throws java.lang.Throwable
java.lang.Throwablepublic JsonKnownNamingPolicy getDictionaryKeyPolicy() throws java.lang.Throwable
java.lang.Throwablepublic JsonSourceGenerationMode getGenerationMode() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIgnoreReadOnlyFields()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIgnoreReadOnlyProperties()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIncludeFields()
throws java.lang.Throwable
java.lang.Throwablepublic char getIndentCharacter()
throws java.lang.Throwable
java.lang.Throwablepublic int getIndentSize()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class JsonAttributeString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class JsonAttributeString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class JsonAttributeObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class JsonAttributeString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class JsonAttributeJCType representing the CLR Type of the instantiated Classpublic int getMaxDepth()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getNewLine()
throws java.lang.Throwable
java.lang.Throwablepublic JsonNumberHandling getNumberHandling() throws java.lang.Throwable
java.lang.Throwablepublic JsonObjectCreationHandling getPreferredObjectCreationHandling() throws java.lang.Throwable
java.lang.Throwablepublic boolean getPropertyNameCaseInsensitive()
throws java.lang.Throwable
java.lang.Throwablepublic JsonKnownNamingPolicy getPropertyNamingPolicy() throws java.lang.Throwable
java.lang.Throwablepublic JsonCommentHandling getReadCommentHandling() throws java.lang.Throwable
java.lang.Throwablepublic JsonKnownReferenceHandler getReferenceHandler() throws java.lang.Throwable
java.lang.Throwablepublic boolean getRespectNullableAnnotations()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getRespectRequiredConstructorParameters()
throws java.lang.Throwable
java.lang.Throwablepublic JsonUnknownTypeHandling getUnknownTypeHandling() throws java.lang.Throwable
java.lang.Throwablepublic JsonUnmappedMemberHandling getUnmappedMemberHandling() throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseStringEnumConverter()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getWriteIndented()
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowDuplicateProperties(boolean AllowDuplicateProperties)
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowOutOfOrderMetadataProperties(boolean AllowOutOfOrderMetadataProperties)
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowTrailingCommas(boolean AllowTrailingCommas)
throws java.lang.Throwable
java.lang.Throwablepublic void setConverters(NetType[] Converters) throws java.lang.Throwable
java.lang.Throwablepublic void setDefaultBufferSize(int DefaultBufferSize)
throws java.lang.Throwable
java.lang.Throwablepublic void setDefaultIgnoreCondition(JsonIgnoreCondition DefaultIgnoreCondition) throws java.lang.Throwable
java.lang.Throwablepublic void setDictionaryKeyPolicy(JsonKnownNamingPolicy DictionaryKeyPolicy) throws java.lang.Throwable
java.lang.Throwablepublic void setGenerationMode(JsonSourceGenerationMode GenerationMode) throws java.lang.Throwable
java.lang.Throwablepublic void setIgnoreReadOnlyFields(boolean IgnoreReadOnlyFields)
throws java.lang.Throwable
java.lang.Throwablepublic void setIgnoreReadOnlyProperties(boolean IgnoreReadOnlyProperties)
throws java.lang.Throwable
java.lang.Throwablepublic void setIncludeFields(boolean IncludeFields)
throws java.lang.Throwable
java.lang.Throwablepublic void setIndentCharacter(char IndentCharacter)
throws java.lang.Throwable
java.lang.Throwablepublic void setIndentSize(int IndentSize)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class JsonAttributepublic void setMaxDepth(int MaxDepth)
throws java.lang.Throwable
java.lang.Throwablepublic void setNewLine(java.lang.String NewLine)
throws java.lang.Throwable
java.lang.Throwablepublic void setNumberHandling(JsonNumberHandling NumberHandling) throws java.lang.Throwable
java.lang.Throwablepublic void setPreferredObjectCreationHandling(JsonObjectCreationHandling PreferredObjectCreationHandling) throws java.lang.Throwable
java.lang.Throwablepublic void setPropertyNameCaseInsensitive(boolean PropertyNameCaseInsensitive)
throws java.lang.Throwable
java.lang.Throwablepublic void setPropertyNamingPolicy(JsonKnownNamingPolicy PropertyNamingPolicy) throws java.lang.Throwable
java.lang.Throwablepublic void setReadCommentHandling(JsonCommentHandling ReadCommentHandling) throws java.lang.Throwable
java.lang.Throwablepublic void setReferenceHandler(JsonKnownReferenceHandler ReferenceHandler) throws java.lang.Throwable
java.lang.Throwablepublic void setRespectNullableAnnotations(boolean RespectNullableAnnotations)
throws java.lang.Throwable
java.lang.Throwablepublic void setRespectRequiredConstructorParameters(boolean RespectRequiredConstructorParameters)
throws java.lang.Throwable
java.lang.Throwablepublic void setUnknownTypeHandling(JsonUnknownTypeHandling UnknownTypeHandling) throws java.lang.Throwable
java.lang.Throwablepublic void setUnmappedMemberHandling(JsonUnmappedMemberHandling UnmappedMemberHandling) throws java.lang.Throwable
java.lang.Throwablepublic void setUseStringEnumConverter(boolean UseStringEnumConverter)
throws java.lang.Throwable
java.lang.Throwablepublic void setWriteIndented(boolean WriteIndented)
throws java.lang.Throwable
java.lang.Throwable