Class Strategy

    • Constructor Detail

      • Strategy

        public Strategy()
    • Method Detail

      • getName

        public String getName()
        The class used to provide a naming strategy for generated source code. You may override this with your custom naming strategy. This cannot be combined with a matcher configuration.
      • setName

        public void setName​(String value)
        The class used to provide a naming strategy for generated source code. You may override this with your custom naming strategy. This cannot be combined with a matcher configuration.
      • getMatchers

        public Matchers getMatchers()
        The matcher strategy configuration used when applying an XML-based strategy. This cannot be combined with a named strategy configuration.
      • setMatchers

        public void setMatchers​(Matchers value)
        The matcher strategy configuration used when applying an XML-based strategy. This cannot be combined with a named strategy configuration.
      • withName

        public Strategy withName​(String value)
        The class used to provide a naming strategy for generated source code. You may override this with your custom naming strategy. This cannot be combined with a matcher configuration.
      • withMatchers

        public Strategy withMatchers​(Matchers value)
        The matcher strategy configuration used when applying an XML-based strategy. This cannot be combined with a named strategy configuration.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object