Class ItemExecutorRegistry
- java.lang.Object
-
- com.yahoo.search.query.textserialize.item.ItemExecutorRegistry
-
public class ItemExecutorRegistry extends java.lang.Object
- Author:
- Tony Vaagenes
-
-
Constructor Summary
Constructors Constructor Description ItemExecutorRegistry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ItemFormConverter
getByName(java.lang.String name)
static ItemFormConverter
getByType(Item.ItemType itemType)
-
-
-
Method Detail
-
getByName
public static ItemFormConverter getByName(java.lang.String name)
-
getByType
public static ItemFormConverter getByType(Item.ItemType itemType)
-
-