Class ItemListIntrospectConfig
- java.lang.Object
-
- org.ehrbase.webtemplate.parser.config.ItemListIntrospectConfig
-
- All Implemented Interfaces:
ClassDependent<Object>,RmIntrospectConfig
public class ItemListIntrospectConfig extends Object implements RmIntrospectConfig
-
-
Constructor Summary
Constructors Constructor Description ItemListIntrospectConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassgetAssociatedClass()Set<String>getNonTemplateFields()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ehrbase.webtemplate.parser.config.RmIntrospectConfig
findExternalValueSet
-
-
-
-
Method Detail
-
getAssociatedClass
public Class getAssociatedClass()
- Specified by:
getAssociatedClassin interfaceClassDependent<Object>
-
getNonTemplateFields
public Set<String> getNonTemplateFields()
- Specified by:
getNonTemplateFieldsin interfaceRmIntrospectConfig
-
-