public class AbstractEmbeddedBuilder<B> extends Object
| Constructor and Description |
|---|
AbstractEmbeddedBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
get(TypedProperty<T> property) |
protected <T> T |
get(TypedProperty<T> property,
T defaultValue) |
protected <T> T |
overwriteDefault(TypedProperty<T> property,
T value) |
protected <T> IProperty<T> |
property(TypedProperty<T> typedProperty) |
protected <T> T |
set(TypedProperty<T> property,
T value) |
protected <T> T |
setDefault(TypedProperty<T> property,
T value) |
protected <T> IProperty<T> property(TypedProperty<T> typedProperty)
protected <T> T setDefault(TypedProperty<T> property, T value)
protected <T> T overwriteDefault(TypedProperty<T> property, T value)
protected <T> T set(TypedProperty<T> property, T value)
protected <T> T get(TypedProperty<T> property)
protected <T> T get(TypedProperty<T> property, T defaultValue)
Copyright © 2015. All Rights Reserved.