Uses of Interface
org.hibernate.search.mapper.pojo.model.typepattern.impl.TypePatternMatcher
-
Packages that use TypePatternMatcher Package Description org.hibernate.search.mapper.pojo.model.typepattern.impl -
-
Uses of TypePatternMatcher in org.hibernate.search.mapper.pojo.model.typepattern.impl
Subinterfaces of TypePatternMatcher in org.hibernate.search.mapper.pojo.model.typepattern.impl Modifier and Type Interface Description interfaceExtractingTypePatternMatcherA pattern-matching implementation for generic types that also extracts a type from matching types.Methods in org.hibernate.search.mapper.pojo.model.typepattern.impl that return TypePatternMatcher Modifier and Type Method Description default TypePatternMatcherTypePatternMatcher. and(TypePatternMatcher other)TypePatternMatcherTypePatternMatcherFactory. createExactRawTypeMatcher(Class<?> exactTypeToMatch)TypePatternMatcherTypePatternMatcherFactory. createRawSuperTypeMatcher(Class<?> superTypeToMatch)default TypePatternMatcherTypePatternMatcher. negate()Methods in org.hibernate.search.mapper.pojo.model.typepattern.impl with parameters of type TypePatternMatcher Modifier and Type Method Description default TypePatternMatcherTypePatternMatcher. and(TypePatternMatcher other)
-