Class DynamicFormsCycleFinder


  • public class DynamicFormsCycleFinder
    extends java.lang.Object
    Utility class which let's check if dynamicForms has dynamicAttributes which have cyclic dependencies.
    • Method Detail

      • hasCycle

        public boolean hasCycle()
        Tells whether dynamicForms configuration has at least one cycle.
      • getCycle

        public java.util.List<DynamicAttribute> getCycle()
        Returns:
        list of dynamicAttributes in found cycle.