Uses of Interface
org.hibernate.search.mapper.pojo.model.typepattern.impl.TypePatternMatcher
Packages that use TypePatternMatcher
-
Uses of TypePatternMatcher in org.hibernate.search.mapper.pojo.model.typepattern.impl
Subinterfaces of TypePatternMatcher in org.hibernate.search.mapper.pojo.model.typepattern.implModifier and TypeInterfaceDescriptioninterfaceA 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 TypePatternMatcherModifier and TypeMethodDescriptiondefault TypePatternMatcherTypePatternMatcher.and(TypePatternMatcher other) TypePatternMatcherFactory.createExactRawTypeMatcher(Class<?> exactTypeToMatch) TypePatternMatcherFactory.createRawSuperTypeMatcher(Class<?> superTypeToMatch) default TypePatternMatcherTypePatternMatcher.negate()Methods in org.hibernate.search.mapper.pojo.model.typepattern.impl with parameters of type TypePatternMatcherModifier and TypeMethodDescriptiondefault TypePatternMatcherTypePatternMatcher.and(TypePatternMatcher other)