public class ProxyFactoryBuilder extends ProxyFactory
className, classpath, classpathAPI, constructor, factoryName, id, jar, properties, provider, type| Constructor and Description |
|---|
ProxyFactoryBuilder() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Properties |
getProperties()
Gets the value of the properties property.
|
ProxyFactoryBuilder |
id(java.lang.String id) |
equals, getClassName, getClasspath, getClasspathAPI, getConstructor, getFactoryName, getId, getJar, getPropertiesProvider, getProvider, getTemplate, getType, hashCode, setClassName, setClasspath, setClasspathAPI, setConstructor, setFactoryName, setId, setJar, setPropertiesProvider, setProvider, setTemplate, setTypepublic ProxyFactoryBuilder id(java.lang.String id)
public java.util.Properties getProperties()
AbstractServiceset method for the properties property.
For example, to add a new value, do as follows:
getProperties().setProperty(key, value);
getProperties in interface ServicegetProperties in class AbstractService