Interface PresenceCheckAccessor
-
public interface PresenceCheckAccessor
- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPresenceCheckSuffix()
static PresenceCheckAccessor
mapContainsKey(String propertyName)
static PresenceCheckAccessor
methodInvocation(ExecutableElement element)
static PresenceCheckAccessor
suffix(String suffix)
-
-
-
Method Detail
-
getPresenceCheckSuffix
String getPresenceCheckSuffix()
-
methodInvocation
static PresenceCheckAccessor methodInvocation(ExecutableElement element)
-
mapContainsKey
static PresenceCheckAccessor mapContainsKey(String propertyName)
-
suffix
static PresenceCheckAccessor suffix(String suffix)
-
-