Class AbstractPathResolver
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.reader.handler.util.AbstractPathResolver
- Direct Known Subclasses:
DefaultPathResolver
,SearchFormPathResolver
A helper class that takes an entity model an a path (relX.relY.path) and determines
- if this field or relation is removed
- the data type that should be used in the form
There are multiple implementations of this class, because the search form uses
different default data types.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract AbstractPathResolver.AbstractResolvedPath
createResolvedPath
(EntityModel entityModel, String field) resolvePath
(EntityModel entityModel, String path)
-
Constructor Details
-
AbstractPathResolver
public AbstractPathResolver()
-
-
Method Details
-
resolvePath
public final AbstractPathResolver.AbstractResolvedPath resolvePath(EntityModel entityModel, String path) -
createResolvedPath
protected abstract AbstractPathResolver.AbstractResolvedPath createResolvedPath(EntityModel entityModel, String field)
-