Package in.erail.glue
Class ValueProxyBuilder
- java.lang.Object
-
- in.erail.glue.ValueProxyBuilder
-
public class ValueProxyBuilder extends Object
- Author:
- vinay
-
-
Constructor Summary
Constructors Constructor Description ValueProxyBuilder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueProxybuild()StringgetComponentPath()Collection<ValueWithModifier>getPropertyValue()ClassgetTargetClass()static ValueProxyBuildernewBuilder()ValueProxyBuildersetComponentPath(String pComponentPath)ValueProxyBuildersetPropertyValue(Collection<ValueWithModifier> pPropertyValue)ValueProxyBuildersetTargetClass(Class pTargetClass)
-
-
-
Method Detail
-
getTargetClass
public Class getTargetClass()
-
setTargetClass
public ValueProxyBuilder setTargetClass(Class pTargetClass)
-
getPropertyValue
public Collection<ValueWithModifier> getPropertyValue()
-
setPropertyValue
public ValueProxyBuilder setPropertyValue(Collection<ValueWithModifier> pPropertyValue)
-
getComponentPath
public String getComponentPath()
-
setComponentPath
public ValueProxyBuilder setComponentPath(String pComponentPath)
-
newBuilder
public static ValueProxyBuilder newBuilder()
-
build
public ValueProxy build()
-
-