public class OptionalProperty extends Object implements Serializable, CanBeDynamic
Constructor and Description |
---|
OptionalProperty(Object value) |
Modifier and Type | Method and Description |
---|---|
Object |
generateConcreteValue() |
Object |
getValue() |
String |
optionalPattern()
String version of a regular expression that wraps the provided value in an optional
function.
|
protected Pattern |
optionalPatternValue() |
String |
toString() |
String |
value() |
public OptionalProperty(Object value)
public String optionalPattern()
public String value()
protected Pattern optionalPatternValue()
public Object generateConcreteValue()
generateConcreteValue
in interface CanBeDynamic
public final Object getValue()
Copyright © 2016–2019 Spring. All rights reserved.