Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/spring/transform/removeUnnecessaryAutowiredAnnotations"

Index

Variables

Const Constructors

Constructors: "//classBodyDeclaration[//constructorDeclaration]" = `//classBodyDeclaration[//constructorDeclaration]`

Functions

Const removeAutowiredOnSoleConstructor

  • removeAutowiredOnSoleConstructor(p: Project): Promise<void>

Object literals

Const FixAutowiredOnSoleConstructor

FixAutowiredOnSoleConstructor: object

name

name: string = "Unnecessary @Autowired"

pushTest

pushTest: PushTest = allSatisfied(IsSpringBoot2Project)

transform

transform: function = removeAutowiredOnSoleConstructor

Type declaration

    • (p: Project, papi: PushAwareParametersInvocation<P>, params?: P): Promise<TransformReturnable>
    • Parameters

      • p: Project
      • papi: PushAwareParametersInvocation<P>
      • Optional params: P

      Returns Promise<TransformReturnable>

options

options: object

ignoreFailure

ignoreFailure: false = false

Generated using TypeDoc