Class NoOpBuilderProvider

    • Constructor Detail

      • NoOpBuilderProvider

        public NoOpBuilderProvider()
    • Method Detail

      • findBuilderInfo

        public BuilderInfo findBuilderInfo​(TypeMirror type)
        Description copied from interface: BuilderProvider
        Find the builder information, if any, for the type.
        Specified by:
        findBuilderInfo in interface BuilderProvider
        Parameters:
        type - the type for which a builder should be found
        Returns:
        the builder info for the type if it exists, or null if there is no builder