|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odata4j.internal.InternalUtil
public class InternalUtil
Constructor Summary | |
---|---|
InternalUtil()
|
Method Summary | ||
---|---|---|
static String |
getEntityRelId(List<String> keyPropertyNames,
List<OProperty<?>> entityProperties,
String entitySetName)
|
|
static String |
keyString(Object[] key)
|
|
static String |
keyString(Object key,
boolean includePropName)
|
|
static XMLEventReader2 |
newXMLEventReader(Reader reader)
|
|
static String |
reflectionToString(Object obj)
|
|
static
|
toEntity(Class<T> entityType,
AtomFeedFormatParser.DataServicesAtomEntry dsae,
FeedCustomizationMapping fcMapping)
|
|
static OEntity |
toOEntity(AtomFeedFormatParser.DataServicesAtomEntry dsae,
FeedCustomizationMapping mapping)
|
|
static
|
toPojo(Class<T> pojoClass,
OEntity oe)
|
|
static String |
toString(DateTime utc)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InternalUtil()
Method Detail |
---|
public static String getEntityRelId(List<String> keyPropertyNames, List<OProperty<?>> entityProperties, String entitySetName)
public static String keyString(Object[] key)
public static String keyString(Object key, boolean includePropName)
public static XMLEventReader2 newXMLEventReader(Reader reader)
public static String reflectionToString(Object obj)
public static <T> T toEntity(Class<T> entityType, AtomFeedFormatParser.DataServicesAtomEntry dsae, FeedCustomizationMapping fcMapping)
public static OEntity toOEntity(AtomFeedFormatParser.DataServicesAtomEntry dsae, FeedCustomizationMapping mapping)
public static <T> T toPojo(Class<T> pojoClass, OEntity oe)
public static String toString(DateTime utc)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |