public class RegexProperty extends DslProperty implements CanBeDynamic
Constructor and Description |
---|
RegexProperty(Object value) |
RegexProperty(Object client,
Object server) |
RegexProperty(Object client,
Object server,
Class clazz) |
Modifier and Type | Method and Description |
---|---|
RegexProperty |
asBooleanType() |
RegexProperty |
asDouble() |
RegexProperty |
asFloat() |
RegexProperty |
asInteger() |
RegexProperty |
asLong() |
RegexProperty |
asShort() |
RegexProperty |
asString() |
Class |
clazz() |
RegexProperty |
concreteClientDynamicProducer() |
RegexProperty |
concreteClientEscapedDynamicProducer() |
RegexProperty |
dynamicClientConcreteProducer() |
RegexProperty |
dynamicClientEscapedConcreteProducer() |
boolean |
equals(Object o) |
Object |
generate() |
Object |
generateAndEscapeJavaStringIfNeeded() |
Object |
generateConcreteValue() |
Class |
getClazz() |
Pattern |
getPattern() |
int |
hashCode() |
Matcher |
matcher(CharSequence input) |
String |
pattern() |
String |
toString() |
getClientValue, getServerValue, isSingleValue
public RegexProperty(Object value)
public Matcher matcher(CharSequence input)
public String pattern()
public Class clazz()
public RegexProperty asInteger()
public RegexProperty asDouble()
public RegexProperty asFloat()
public RegexProperty asLong()
public RegexProperty asShort()
public RegexProperty asString()
public RegexProperty asBooleanType()
public Object generate()
public Object generateAndEscapeJavaStringIfNeeded()
public RegexProperty dynamicClientConcreteProducer()
public RegexProperty concreteClientDynamicProducer()
public RegexProperty concreteClientEscapedDynamicProducer()
public RegexProperty dynamicClientEscapedConcreteProducer()
public boolean equals(Object o)
equals
in class DslProperty
public int hashCode()
hashCode
in class DslProperty
public String toString()
toString
in class DslProperty
public Object generateConcreteValue()
generateConcreteValue
in interface CanBeDynamic
public Pattern getPattern()
public Class getClazz()
Copyright © 2016–2019 Spring. All rights reserved.