public static class ElementUtils.DefaultPropertySpec extends Object implements PropertySpec
| Constructor and Description |
|---|
ElementUtils.DefaultPropertySpec(DecoratedProcessingEnvironment env) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName(DecoratedExecutableElement method) |
boolean |
isGetter(DecoratedExecutableElement executable) |
boolean |
isPaired(DecoratedExecutableElement getter,
DecoratedExecutableElement setter) |
boolean |
isSetter(DecoratedExecutableElement executable) |
public ElementUtils.DefaultPropertySpec(DecoratedProcessingEnvironment env)
public boolean isGetter(DecoratedExecutableElement executable)
isGetter in interface PropertySpecpublic boolean isSetter(DecoratedExecutableElement executable)
isSetter in interface PropertySpecpublic String getPropertyName(DecoratedExecutableElement method)
getPropertyName in interface PropertySpecpublic boolean isPaired(DecoratedExecutableElement getter, DecoratedExecutableElement setter)
isPaired in interface PropertySpecCopyright © 2006-2016–2017. All rights reserved.