Class NoOpBuilderProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BuilderInfo findBuilderInfo​(javax.lang.model.type.TypeMirror type)
      Find the builder information, if any, for the type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoOpBuilderProvider

        public NoOpBuilderProvider()
    • Method Detail

      • findBuilderInfo

        public BuilderInfo findBuilderInfo​(javax.lang.model.type.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