public interface PropertySpec
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName(DecoratedExecutableElement method) |
boolean |
isGetter(DecoratedExecutableElement executable) |
boolean |
isPaired(DecoratedExecutableElement getter,
DecoratedExecutableElement setter) |
boolean |
isSetter(DecoratedExecutableElement executable) |
boolean isGetter(DecoratedExecutableElement executable)
boolean isSetter(DecoratedExecutableElement executable)
String getPropertyName(DecoratedExecutableElement method)
boolean isPaired(DecoratedExecutableElement getter, DecoratedExecutableElement setter)
Copyright © 2006-2016–2017. All rights reserved.