Class DocumentRouteDescriptor
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.route.DocumentRouteDescriptor
-
- All Implemented Interfaces:
Serializable
public final class DocumentRouteDescriptor extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()static DocumentRouteDescriptorof(String routingKey)StringroutingKey()StringtoString()
-
-
-
Method Detail
-
of
public static DocumentRouteDescriptor of(String routingKey)
-
routingKey
public String routingKey()
-
-