Class ConcreteComplexFactory<A,B>
- java.lang.Object
-
- org.jvnet.hk2.metadata.tests.complextypefactory.AbstractComplexFactory<D,C,java.lang.Integer,D>
-
- org.jvnet.hk2.metadata.tests.complextypefactory.MiddleComplexFactory<SomeInterface<java.lang.String>,A>
-
- org.jvnet.hk2.metadata.tests.complextypefactory.ConcreteComplexFactory<A,B>
-
- All Implemented Interfaces:
Factory<SomeInterface<java.lang.String>>,InterfaceWithOneType<A>,InterfaceWithTwoTypes<A,java.lang.Integer>
@Service public class ConcreteComplexFactory<A,B> extends MiddleComplexFactory<SomeInterface<java.lang.String>,A>
-
-
Constructor Summary
Constructors Constructor Description ConcreteComplexFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Aone()java.lang.Integertwo(A v)BuseTheOtherType()-
Methods inherited from class org.jvnet.hk2.metadata.tests.complextypefactory.AbstractComplexFactory
dispose, provide
-
-