public class IFormatterConverterImplementation extends NetObject implements IFormatterConverter
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Runtime.Serialization.IFormatterConverter
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: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: mscorlib
|
static java.lang.String |
className
Qualified class name: System.Runtime.Serialization.IFormatterConverter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IFormatterConverterImplementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
NetObject |
Convert(NetObject value,
NetType type) |
NetObject |
Convert(NetObject value,
TypeCode typeCode) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
boolean |
ToBoolean(NetObject value) |
byte |
ToByte(NetObject value) |
char |
ToChar(NetObject value) |
DateTime |
ToDateTime(NetObject value) |
Decimal |
ToDecimal(NetObject value) |
double |
ToDouble(NetObject value) |
static IFormatterConverter |
ToIFormatterConverter(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IFormatterConverter, a cast assert is made to check if types are compatible. |
short |
ToInt16(NetObject value) |
int |
ToInt32(NetObject value) |
long |
ToInt64(NetObject value) |
SByte |
ToSByte(NetObject value) |
Single |
ToSingle(NetObject value) |
java.lang.String |
ToString(NetObject value) |
UInt16 |
ToUInt16(NetObject value) |
UInt32 |
ToUInt32(NetObject value) |
UInt64 |
ToUInt64(NetObject value) |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IFormatterConverterImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic NetObject Convert(NetObject value, NetType type) throws java.lang.Throwable
Convert in interface IFormatterConverterjava.lang.Throwablepublic NetObject Convert(NetObject value, TypeCode typeCode) throws java.lang.Throwable
Convert in interface IFormatterConverterjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IFormatterConvertergetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IFormatterConvertergetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IFormatterConvertergetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IFormatterConvertergetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IFormatterConvertergetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic boolean ToBoolean(NetObject value) throws java.lang.Throwable
ToBoolean in interface IFormatterConverterjava.lang.Throwablepublic byte ToByte(NetObject value) throws java.lang.Throwable
ToByte in interface IFormatterConverterjava.lang.Throwablepublic char ToChar(NetObject value) throws java.lang.Throwable
ToChar in interface IFormatterConverterjava.lang.Throwablepublic DateTime ToDateTime(NetObject value) throws java.lang.Throwable
ToDateTime in interface IFormatterConverterjava.lang.Throwablepublic Decimal ToDecimal(NetObject value) throws java.lang.Throwable
ToDecimal in interface IFormatterConverterjava.lang.Throwablepublic double ToDouble(NetObject value) throws java.lang.Throwable
ToDouble in interface IFormatterConverterjava.lang.Throwablepublic static IFormatterConverter ToIFormatterConverter(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IFormatterConverter, a cast assert is made to check if types are compatible.ToIFormatterConverter in interface IFormatterConverterfrom - IJCOBridgeReflected instance to be castedIFormatterConverter instancejava.lang.Throwable - in case of error during cast operationpublic short ToInt16(NetObject value) throws java.lang.Throwable
ToInt16 in interface IFormatterConverterjava.lang.Throwablepublic int ToInt32(NetObject value) throws java.lang.Throwable
ToInt32 in interface IFormatterConverterjava.lang.Throwablepublic long ToInt64(NetObject value) throws java.lang.Throwable
ToInt64 in interface IFormatterConverterjava.lang.Throwablepublic SByte ToSByte(NetObject value) throws java.lang.Throwable
ToSByte in interface IFormatterConverterjava.lang.Throwablepublic Single ToSingle(NetObject value) throws java.lang.Throwable
ToSingle in interface IFormatterConverterjava.lang.Throwablepublic java.lang.String ToString(NetObject value) throws java.lang.Throwable
ToString in interface IFormatterConverterjava.lang.Throwablepublic UInt16 ToUInt16(NetObject value) throws java.lang.Throwable
ToUInt16 in interface IFormatterConverterjava.lang.Throwablepublic UInt32 ToUInt32(NetObject value) throws java.lang.Throwable
ToUInt32 in interface IFormatterConverterjava.lang.Throwablepublic UInt64 ToUInt64(NetObject value) throws java.lang.Throwable
ToUInt64 in interface IFormatterConverterjava.lang.Throwable