Package com.evolveum.midpoint.prism.impl
Class ItemPathParserImpl
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.ItemPathParserImpl
-
- All Implemented Interfaces:
ItemPathParser
public class ItemPathParserImpl extends Object implements ItemPathParser
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UniformItemPath
asItemPath(String value)
ItemPathType
asItemPathType(String value)
-
-
-
Method Detail
-
asItemPathType
public ItemPathType asItemPathType(String value)
- Specified by:
asItemPathType
in interfaceItemPathParser
-
asItemPath
public UniformItemPath asItemPath(String value)
- Specified by:
asItemPath
in interfaceItemPathParser
-
-