|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.github.mperry.fg.test.PropertyExtension
@groovy.transform.TypeChecked class PropertyExtension
Created with IntelliJ IDEA. User: MarkPerry Date: 9/08/13 Time: 1:46 AM To change this template use File | Settings | File Templates.
| Method Summary | |
|---|---|
static CheckResult
|
checkBooleanWithNullableSummary(Property p, boolean b)
|
static CheckResult
|
checkOkWithNullableSummary(Property p)
|
static CheckResult
|
checkOkWithSummary(Property p)
|
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
| Method Detail |
|---|
@groovy.transform.TypeChecked(TypeCheckingMode.SKIP) static CheckResult checkBooleanWithNullableSummary(Property p, boolean b)
static CheckResult checkOkWithNullableSummary(Property p)
static CheckResult checkOkWithSummary(Property p)
Groovy Documentation