public interface PropertySpec
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName(DecoratedExecutableElement method) |
String |
getSimpleName(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)
String getSimpleName(DecoratedExecutableElement method)
boolean isPaired(DecoratedExecutableElement getter, DecoratedExecutableElement setter)
Copyright © 2006-2016–2022. All rights reserved.