public abstract class JLupinBaseAbstractRemoteProxyObjectProducer extends Object implements JLupinProxyObjectProducer
JLupinProxyObjectProducer
. It allows to set
JLupinInputParameterVariablesProducer
for automated input parameter fields setting.Modifier and Type | Method and Description |
---|---|
JLupinInputParameterVariablesProducer |
getJLupinInputParameterVariablesProducer()
Get value of field jLupinInputParameterVariablesProducer.
|
<T> T |
produceObject()
Deprecated.
|
<T> T |
produceObject(Class interfaceClass)
Produce proxy object.
|
<T> T |
produceObject(Class interfaceClass,
JLupinInputParameter jLupinInputParameter)
Deprecated.
|
void |
setJLupinInputParameterVariablesProducer(JLupinInputParameterVariablesProducer jLupinInputParameterVariablesProducer)
Set value for field jLupinInputParameterVariablesProducer.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
produceObject
@Deprecated public <T> T produceObject()
JLupinProxyObjectProducer
produceObject
in interface JLupinProxyObjectProducer
T
- result type@Deprecated public <T> T produceObject(Class interfaceClass, JLupinInputParameter jLupinInputParameter)
JLupinProxyObjectProducer
produceObject
in interface JLupinProxyObjectProducer
T
- result typeinterfaceClass
- class of interfaces for which proxy object should be createdjLupinInputParameter
- jLupinInputParameterpublic <T> T produceObject(Class interfaceClass)
JLupinProxyObjectProducer
produceObject
in interface JLupinProxyObjectProducer
T
- result typeinterfaceClass
- class of interfaces for which proxy object should be createdpublic JLupinInputParameterVariablesProducer getJLupinInputParameterVariablesProducer()
public void setJLupinInputParameterVariablesProducer(JLupinInputParameterVariablesProducer jLupinInputParameterVariablesProducer)
jLupinInputParameterVariablesProducer
- jLupinInputParameterVariablesProducer