Groovy Documentation

com.github.mperry.fg.test
[Groovy] Class PropertyExtension

java.lang.Object
  com.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

checkBooleanWithNullableSummary

@groovy.transform.TypeChecked(TypeCheckingMode.SKIP)
static CheckResult checkBooleanWithNullableSummary(Property p, boolean b)


checkOkWithNullableSummary

static CheckResult checkOkWithNullableSummary(Property p)


checkOkWithSummary

static CheckResult checkOkWithSummary(Property p)


 

Groovy Documentation