public abstract class BasicJSOJSOBuilder extends Object
| Constructor and Description |
|---|
BasicJSOJSOBuilder() |
| Modifier and Type | Method and Description |
|---|---|
BasicJSO |
build() |
BasicJSOJSOBuilder |
withBooleanProperty(boolean booleanProperty) |
BasicJSOJSOBuilder |
withIntProperty(int intProperty) |
BasicJSOJSOBuilder |
withPropertyWithoutAnnotation(String propertyWithoutAnnotation) |
BasicJSOJSOBuilder |
withStringArrayProperty(String... stringArrayProperty) |
BasicJSOJSOBuilder |
withStringProperty(String stringProperty) |
public BasicJSOJSOBuilder withStringProperty(String stringProperty)
public BasicJSOJSOBuilder withIntProperty(int intProperty)
public BasicJSOJSOBuilder withBooleanProperty(boolean booleanProperty)
public BasicJSOJSOBuilder withPropertyWithoutAnnotation(String propertyWithoutAnnotation)
public BasicJSOJSOBuilder withStringArrayProperty(String... stringArrayProperty)
public BasicJSO build()
Copyright © 2017. All rights reserved.