Class PojoPathDefinition
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.model.path.spi.PojoPathDefinition
-
public final class PojoPathDefinition extends Object
A static definition of POJO paths for a given entity type, allowing the creation of path filters.
-
-
Constructor Summary
Constructors Constructor Description PojoPathDefinition(Set<String> stringRepresentations, Optional<PojoPathEntityStateRepresentation> entityStateRepresentation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<PojoPathEntityStateRepresentation>
entityStateRepresentation()
Set<String>
stringRepresentations()
-
-
-
Constructor Detail
-
PojoPathDefinition
public PojoPathDefinition(Set<String> stringRepresentations, Optional<PojoPathEntityStateRepresentation> entityStateRepresentation)
-
-
Method Detail
-
stringRepresentations
public Set<String> stringRepresentations()
- Returns:
- The string representations of this path.
-
entityStateRepresentation
public Optional<PojoPathEntityStateRepresentation> entityStateRepresentation()
-
-