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 boolean
equals(Object o)
int
hashCode()
static DocumentRouteDescriptor
of(String routingKey)
String
routingKey()
String
toString()
-
-
-
Method Detail
-
of
public static DocumentRouteDescriptor of(String routingKey)
-
routingKey
public String routingKey()
-
-