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, isSingleValuepublic 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 DslPropertypublic int hashCode()
hashCode in class DslPropertypublic String toString()
toString in class DslPropertypublic Object generateConcreteValue()
generateConcreteValue in interface CanBeDynamicpublic Pattern getPattern()
public Class getClazz()
Copyright © 2016–2020 Spring. All rights reserved.