Class AbstractContentAssistVisitor.FilteringMappingCollector

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Filter<IMapping> filter
      The Filter used to filter out either the collection type properties or the non- collection type properties.
      protected Resolver resolver
      This resolver is used to retrieve the managed type, which is the parent path of this one.
      protected java.lang.String suffix
      The suffix is used to determine if the mapping name needs to be filtered out or not.
    • Field Detail

      • filter

        protected final Filter<IMapping> filter
        The Filter used to filter out either the collection type properties or the non- collection type properties.
      • resolver

        protected final Resolver resolver
        This resolver is used to retrieve the managed type, which is the parent path of this one.
      • suffix

        protected final java.lang.String suffix
        The suffix is used to determine if the mapping name needs to be filtered out or not.
    • Method Detail

      • addFilteredMappings

        protected void addFilteredMappings​(IManagedType managedType,
                                           java.util.List<IMapping> mappings)
      • buildFilter

        protected Filter<IMapping> buildFilter​(java.lang.String suffix)
      • buildMappingNameFilter

        protected Filter<IMapping> buildMappingNameFilter​(java.lang.String suffix)