public class NullableConverter extends TypeConverter
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ComponentModel.NullableConverter
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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System
|
static java.lang.String |
className
Qualified class name: System.ComponentModel.NullableConverter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
NullableConverter() |
NullableConverter(NetType type) |
NullableConverter(java.lang.Object instance)
Internal constructor.
|
CanConvertFrom, CanConvertTo, ConvertFrom, ConvertFromInvariantString, ConvertFromInvariantString, ConvertFromString, ConvertFromString, ConvertFromString, ConvertTo, ConvertToInvariantString, ConvertToInvariantString, ConvertToString, ConvertToString, ConvertToString, CreateInstance, GetCreateInstanceSupported, GetProperties, GetProperties, GetPropertiesSupported, GetStandardValues, GetStandardValuesExclusive, GetStandardValuesSupported, IsValidpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public NullableConverter()
throws java.lang.Throwable
java.lang.Throwablepublic NullableConverter(NetType type) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, SecurityException
java.lang.ThrowableArgumentNullExceptionNotSupportedExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionpublic NullableConverter(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic boolean CanConvertFrom(ITypeDescriptorContext context, NetType sourceType) throws java.lang.Throwable
CanConvertFrom in class TypeConverterjava.lang.Throwablepublic boolean CanConvertTo(ITypeDescriptorContext context, NetType destinationType) throws java.lang.Throwable
CanConvertTo in class TypeConverterjava.lang.Throwablepublic static NullableConverter cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into NullableConverter, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedNullableConverter instancejava.lang.Throwable - in case of error during cast operationpublic NetObject ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
ConvertFrom in class TypeConverterjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionpublic NetObject ConvertTo(ITypeDescriptorContext context, CultureInfo culture, NetObject value, NetType destinationType) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
ConvertTo in class TypeConverterjava.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionpublic NetObject CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues) throws java.lang.Throwable
CreateInstance in class TypeConverterjava.lang.Throwablepublic boolean GetCreateInstanceSupported(ITypeDescriptorContext context) throws java.lang.Throwable
GetCreateInstanceSupported in class TypeConverterjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class TypeConverterString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class TypeConverterString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class TypeConverterObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class TypeConverterString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class TypeConverterJCType representing the CLR Type of the instantiated Classpublic NetType getNullableType() throws java.lang.Throwable
java.lang.Throwablepublic PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, NetObject value, Attribute[] attributes) throws java.lang.Throwable
GetProperties in class TypeConverterjava.lang.Throwablepublic boolean GetPropertiesSupported(ITypeDescriptorContext context) throws java.lang.Throwable
GetPropertiesSupported in class TypeConverterjava.lang.Throwablepublic boolean GetStandardValuesExclusive(ITypeDescriptorContext context) throws java.lang.Throwable
GetStandardValuesExclusive in class TypeConverterjava.lang.Throwablepublic boolean GetStandardValuesSupported(ITypeDescriptorContext context) throws java.lang.Throwable
GetStandardValuesSupported in class TypeConverterjava.lang.Throwablepublic NetType getUnderlyingType() throws java.lang.Throwable
java.lang.Throwablepublic TypeConverter getUnderlyingTypeConverter() throws java.lang.Throwable
java.lang.Throwablepublic boolean IsValid(ITypeDescriptorContext context, NetObject value) throws java.lang.Throwable, ArgumentException, ConfigurationErrorsException, ArgumentNullException, ObjectDisposedException, ArgumentOutOfRangeException, OutOfMemoryException, CultureNotFoundException, NotSupportedException, FormatException, NotImplementedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class TypeConverter