Class JAXB
public class JAXB : JVMBridgeBase<JAXB>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JAXB
- Implements
- Inherited Members
-
JVMBridgeBase<JAXB>.SExecuteWithSignature<TReturn>(Type, IJavaType, string, string, params object[])
- Extension Methods
Constructors
JAXB()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public JAXB()
JAXB(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public JAXB(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
JAXB(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public JAXB(params object[] args)
Parameters
argsobject[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
Marshal(object, File)
public static void Marshal(object arg0, File arg1)
Parameters
Marshal(object, OutputStream)
public static void Marshal(object arg0, OutputStream arg1)
Parameters
arg0objectarg1OutputStream
Marshal(object, Writer)
public static void Marshal(object arg0, Writer arg1)
Parameters
Marshal(object, String)
public static void Marshal(object arg0, String arg1)
Parameters
Marshal(object, URI)
public static void Marshal(object arg0, URI arg1)
Parameters
Marshal(object, URL)
public static void Marshal(object arg0, URL arg1)
Parameters
Marshal(object, Result)
public static void Marshal(object arg0, Result arg1)
Parameters
Unmarshal<T>(File, Class)
public static T Unmarshal<T>(File arg0, Class arg1)
Parameters
Returns
- T
T
Type Parameters
T
Unmarshal<T>(InputStream, Class)
public static T Unmarshal<T>(InputStream arg0, Class arg1)
Parameters
arg0InputStreamarg1Class
Returns
- T
T
Type Parameters
T
Unmarshal<T>(Reader, Class)
public static T Unmarshal<T>(Reader arg0, Class arg1)
Parameters
Returns
- T
T
Type Parameters
T
Unmarshal<T>(String, Class)
public static T Unmarshal<T>(String arg0, Class arg1)
Parameters
Returns
- T
T
Type Parameters
T
Unmarshal<T>(URI, Class)
public static T Unmarshal<T>(URI arg0, Class arg1)
Parameters
Returns
- T
T
Type Parameters
T
Unmarshal<T>(URL, Class)
public static T Unmarshal<T>(URL arg0, Class arg1)
Parameters
Returns
- T
T
Type Parameters
T
Unmarshal<T>(Source, Class)
public static T Unmarshal<T>(Source arg0, Class arg1)
Parameters
Returns
- T
T
Type Parameters
T