Class AbstractContentAssistVisitor.MappingTypeFilter
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingTypeFilter
-
- Enclosing class:
- AbstractContentAssistVisitor
protected static final class AbstractContentAssistVisitor.MappingTypeFilter extends Object implements Filter<IMapping>
ThisFilteris responsible to filter out the mappings that can't have their type assignable to the one passed in.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(IMapping value)Determines whether the specified object is "accepted" by the filter.
-
-
-
Field Detail
-
type
protected final IType type
The type used to determine if the mapping's type is a valid type.
-
-