public static class ElementUtils.DefaultPropertySpec extends Object implements PropertySpec
| Modifier and Type | Field and Description |
|---|---|
protected DecoratedProcessingEnvironment |
env |
| Constructor and Description |
|---|
DefaultPropertySpec(DecoratedProcessingEnvironment env) |
| 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) |
protected final DecoratedProcessingEnvironment env
public 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 String getSimpleName(DecoratedExecutableElement method)
getSimpleName in interface PropertySpecpublic boolean isPaired(DecoratedExecutableElement getter, DecoratedExecutableElement setter)
isPaired in interface PropertySpecCopyright © 2006-2016–2022. All rights reserved.