Interface ServiceInjector

All Known Implementing Classes:
ServiceInjectorImpl

public interface ServiceInjector
Service injector can be used with custom changes to inject InjectService annotated fields.

Note, this works only with changes that are contributed:


 @Bean
 public CustomChangeContribution updateLocalizedFieldChange() {
     return new CustomChangeContribution(UpdateLocalizedFieldChange.class);
 }
 
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    inject(Object instance)
     
  • Method Details

    • inject

      void inject(Object instance)