Class InjectionFactories.ReuseFromContextIndexSchemaFactory

  • All Implemented Interfaces:
    org.glassfish.hk2.api.Factory<IndexSchema>
    Enclosing class:
    InjectionFactories

    public static class InjectionFactories.ReuseFromContextIndexSchemaFactory
    extends Object
    implements org.glassfish.hk2.api.Factory<IndexSchema>
    • Constructor Detail

      • ReuseFromContextIndexSchemaFactory

        public ReuseFromContextIndexSchemaFactory()
    • Method Detail

      • provide

        public IndexSchema provide()
        Specified by:
        provide in interface org.glassfish.hk2.api.Factory<IndexSchema>
      • dispose

        public void dispose​(IndexSchema instance)
        Specified by:
        dispose in interface org.glassfish.hk2.api.Factory<IndexSchema>