public class ClassMapper extends Object
Modifier and Type | Method and Description |
---|---|
static com.sun.jini.reggie.ClassMapper.EntryField[] |
getFields(Class cls)
Returns public fields, in super to subclass order, sorted alphabetically within a given
class.
|
static EntryClassBase |
toEntryClassBase(Class cls)
Returns a EntryClassBase descriptor for a class.
|
static com.sun.jini.reggie.ServiceType |
toServiceType(Class cls)
Returns a ServiceType descriptor for a class.
|
static com.sun.jini.reggie.ServiceType[] |
toServiceType(Class[] classes)
Converts an array of Class to an array of ServiceType.
|
static ServiceTypeBase |
toServiceTypeBase(Class cls)
Returns a ServiceTypeBase descriptor for a class.
|
public static ServiceTypeBase toServiceTypeBase(Class cls) throws MarshalException
MarshalException
public static com.sun.jini.reggie.ServiceType toServiceType(Class cls) throws MarshalException
MarshalException
public static com.sun.jini.reggie.ServiceType[] toServiceType(Class[] classes) throws MarshalException
MarshalException
public static EntryClassBase toEntryClassBase(Class cls) throws MarshalException
MarshalException
public static com.sun.jini.reggie.ClassMapper.EntryField[] getFields(Class cls)
Copyright © GigaSpaces.