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.
      • addType

        public final StronglyType.Builder addType​(com.sun.tools.javac.code.Type type)
        Add a type that can be replaced with a stronger type.