Class StronglyType.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • setRenameFunction

        public abstract StronglyType.Builder setRenameFunction​(Function<String,​String> renameFn)
        Set a mapping function that maps from the original name to a new name more befitting the strong type.
      • setFactoryMatcher

        public abstract StronglyType.Builder setFactoryMatcher​(Matcher<com.sun.source.tree.ExpressionTree> matcher)
        Set the matcher used to check if an expression is a factory creating a stronger type.