Class MappingReferences


  • public class MappingReferences
    extends Object
    • Constructor Detail

      • MappingReferences

        public MappingReferences​(Set<MappingReference> mappingReferences,
                                 boolean restrictToDefinedMappings)
      • MappingReferences

        public MappingReferences​(Set<MappingReference> mappingReferences,
                                 boolean restrictToDefinedMappings,
                                 boolean forForgedMethods)
    • Method Detail

      • isRestrictToDefinedMappings

        public boolean isRestrictToDefinedMappings()
      • isForForgedMethods

        public boolean isForForgedMethods()
      • collectNestedDependsOn

        public Set<String> collectNestedDependsOn()
        Returns:
        all dependencies to other properties the contained mappings are dependent on
      • hasNestedTargetReferences

        public boolean hasNestedTargetReferences()
        Check there are nested target references for this mapping options.
        Returns:
        boolean, true if there are nested target references
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object