public class

InMemoryTypeMapping

extends Object
java.lang.Object
   ↳ org.odata4j.producer.inmemory.InMemoryTypeMapping

Summary

Fields
public static final InMemoryTypeMapping DEFAULT
private static final Map<Class<?>, EdmSimpleType<?>> SUPPORTED_TYPES
Public Constructors
InMemoryTypeMapping()
Public Methods
EdmSimpleType<?> findEdmType(Class<?> clazz)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final InMemoryTypeMapping DEFAULT

private static final Map<Class<?>, EdmSimpleType<?>> SUPPORTED_TYPES

Public Constructors

public InMemoryTypeMapping ()

Public Methods

public EdmSimpleType<?> findEdmType (Class<?> clazz)

Parameters
clazz