@Data public class NameRule extends AbstractRule
_generateClassContext, _messageCollector, _ruleFactory, _ruleUtils, _typesExtensions, _typesRegistry| Constructor and Description |
|---|
NameRule(AnnotationMirror metaAnnotation,
String avPrefix) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getExpr() |
String |
getLang() |
String |
getName(CharSequence orgName,
Element orgElement) |
Pattern |
getRegEx() |
String |
getRegExReplace() |
int |
hashCode() |
boolean |
isEmpty() |
String |
toString() |
getMetaAnnotation, getMetaElement, getRuleCreationException, inRule, registerMetaTypeElement, throwRuleCreationException, throwRuleCreationExceptionpublic NameRule(AnnotationMirror metaAnnotation, String avPrefix)
public boolean isEmpty()
public String getName(CharSequence orgName, Element orgElement)
@Pure public int hashCode()
hashCode in class AbstractRule@Pure public boolean equals(Object obj)
equals in class AbstractRule@Pure public String toString()
toString in class AbstractRule@Pure public Pattern getRegEx()
@Pure public String getRegExReplace()
@Pure public String getExpr()
@Pure public String getLang()
Copyright © 2018. All rights reserved.