Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
public class MyObjectFactory extends ObjectFactory {
    .....
}

Define dedicated

...

factory

If you want to just extend one part of ObjectFactory, ie. to change how Result Types are build, you can implement ResultFactory interface and register it with dedicated name, see Extension Points for more details. All these factories are available as from version 2.3.16.

...