public class SelectorSpec
extends java.lang.Object
Selector annotated field.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttribute() |
java.lang.Class<ElementConverter<?>> |
getConverter() |
java.lang.String |
getCssQuery() |
<T extends java.lang.annotation.Annotation> |
getDeclaredAnnotation(java.lang.Class<T> annotationClass)
Returns
Selector field's declared annotation of a particular class. |
java.lang.String |
getDefaultValue() |
java.lang.String |
getFormat() |
int |
getIndex() |
java.util.Locale |
getLocale() |
java.lang.String |
getRegex() |
public <T extends java.lang.annotation.Annotation> T getDeclaredAnnotation(java.lang.Class<T> annotationClass)
Selector field's declared annotation of a particular class.T - annotation class typeannotationClass - the annotation classpublic java.lang.String getCssQuery()
public java.lang.String getAttribute()
public java.lang.String getDefaultValue()
public int getIndex()
public java.lang.String getRegex()
public java.lang.String getFormat()
public java.util.Locale getLocale()
Format or nullpublic java.lang.Class<ElementConverter<?>> getConverter()