Interface FieldSource<O extends JavaSource<O>>

    • Method Detail

      • setType

        FieldSource<O> setType​(String type)
        Set the type of this Field to the given type. Attempt to add an import statement to this field's base FieldSource if required. (Note that the given className must be fully-qualified in order to properly import required classes)
      • setTransient

        FieldSource<O> setTransient​(boolean value)
      • setVolatile

        FieldSource<O> setVolatile​(boolean value)