public static class Template.Token extends Object
Token(String textValue, Map<String,String> groups)
protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getGroup(String name)
Map<String,String>
getGroups()
getTextValue()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@ConstructorProperties(value={"textValue","groups"}) public Token(String textValue, Map<String,String> groups)
public String getGroup(String name)
public String getTextValue()
public Map<String,String> getGroups()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
protected boolean canEqual(Object other)
public String toString()
toString
Copyright © 2019. All rights reserved.