Class AccessorNamingUtils

    • Method Detail

      • isPresenceCheckMethod

        public boolean isPresenceCheckMethod​(ExecutableElement executable)
      • getElementNameForAdder

        public String getElementNameForAdder​(Accessor adderMethod)
        Parameters:
        adderMethod - the adder method
        Returns:
        the 'element name' to which an adder method applies. If. e.g. an adder method is named addChild(Child v), the element name would be 'Child'.