Package com.embabel.agent.core
Class DataDictionaryImpl
-
- All Implemented Interfaces:
-
com.embabel.agent.core.DataDictionary
public final class DataDictionaryImpl implements DataDictionary
-
-
Field Summary
Fields Modifier and Type Field Description private final Collection<DomainType>domainTypesprivate final Collection<DynamicType>dynamicTypesprivate final Collection<JvmType>jvmTypes
-
Constructor Summary
Constructors Constructor Description DataDictionaryImpl(Class<?> embabelTypes)DataDictionaryImpl(Collection<DomainType> domainTypes)
-
Method Summary
Modifier and Type Method Description Collection<DomainType>getDomainTypes()All known types referenced by this component. -
-
Constructor Detail
-
DataDictionaryImpl
DataDictionaryImpl(Class<?> embabelTypes)
-
DataDictionaryImpl
DataDictionaryImpl(Collection<DomainType> domainTypes)
-
-
Method Detail
-
getDomainTypes
Collection<DomainType> getDomainTypes()
All known types referenced by this component. These may or may not be backed by JVM objects.
-
-
-
-