public class ValueProxyBuilder extends Object
| Constructor and Description |
|---|
ValueProxyBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ValueProxy |
build() |
String |
getComponentPath() |
Collection<ValueWithModifier> |
getPropertyValue() |
Class |
getTargetClass() |
static ValueProxyBuilder |
newBuilder() |
ValueProxyBuilder |
setComponentPath(String pComponentPath) |
ValueProxyBuilder |
setPropertyValue(Collection<ValueWithModifier> pPropertyValue) |
ValueProxyBuilder |
setTargetClass(Class pTargetClass) |
public Class getTargetClass()
public ValueProxyBuilder setTargetClass(Class pTargetClass)
public Collection<ValueWithModifier> getPropertyValue()
public ValueProxyBuilder setPropertyValue(Collection<ValueWithModifier> pPropertyValue)
public String getComponentPath()
public ValueProxyBuilder setComponentPath(String pComponentPath)
public static ValueProxyBuilder newBuilder()
public ValueProxy build()
Copyright © 2019. All rights reserved.