EntityInfoReaderImpl

public class EntityInfoReaderImpl implements EntityInfoReader

Implementation of the EntityInfoReader which reads entity information from json files from the META-INF/entity-info directory inside the classpath. Used by mds-entities bundle, which has all entity schema packed inside of it.

Constructors

EntityInfoReaderImpl

public EntityInfoReaderImpl(Map<Long, String> idMapping)

Methods

getEntitiesClassNames

public Collection<String> getEntitiesClassNames()

getEntityInfo

public EntityInfo getEntityInfo(String entityClassName)

getEntityInfo

public EntityInfo getEntityInfo(Long entityId)