Package | Description |
---|---|
com.github.wuic.config |
This package contains all the API elements to make objects configurable.
|
com.github.wuic.engine.setter |
This package defines basic stuff to implement the
Engine builder. |
com.github.wuic.nut.filter.setter |
This package defines basic stuff to implement the
NutFilter builder. |
com.github.wuic.nut.setter |
This package defines basic stuff to implement the
NutDao builder. |
Modifier and Type | Class and Description |
---|---|
static class |
PropertySetter.PropertySetterOfBoolean
Abstract builder for
Boolean values. |
static class |
PropertySetter.PropertySetterOfInteger
Abstract builder for
Integer values. |
static class |
PropertySetter.PropertySetterOfObject
Abstract builder for
Object values instantiated with the default constructor of a class loaded with its
name. |
static class |
PropertySetter.PropertySetterOfString
Abstract builder for
String values. |
Modifier and Type | Method and Description |
---|---|
<T> PropertySetter<T> |
PropertySetterFactory.create(AbstractObjectBuilder<T> builder,
Annotation annotation)
Creates a new
PropertySetter for the given builder and the specified parameter annotation. |
Modifier and Type | Method and Description |
---|---|
Class<? extends PropertySetter> |
StringConfigParam.ConfigParamImpl.setter()
Gets the
PropertySetter . |
Class<? extends PropertySetter> |
ObjectConfigParam.ConfigParamImpl.setter()
Gets the
PropertySetter . |
Class<? extends PropertySetter> |
IntegerConfigParam.ConfigParamImpl.setter()
Gets the
PropertySetter . |
Class<? extends PropertySetter> |
ConfigParam.setter()
Gets the
PropertySetter . |
Class<? extends PropertySetter> |
BooleanConfigParam.ConfigParamImpl.setter()
Gets the
PropertySetter . |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractObjectBuilder.addPropertySetter(PropertySetter... setters)
Adds the given
setters . |
Constructor and Description |
---|
AbstractObjectBuilder(PropertySetter... setters)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
PackerPropertySetter
Setter for the
ApplicationConfig.PACKER_CLASS_NAME property. |
class |
SpriteProviderPropertySetter
Setter for the
ApplicationConfig.SPRITE_PROVIDER_CLASS_NAME property. |
Modifier and Type | Class and Description |
---|---|
class |
RegexExpressionsPropertySetter
Setter for the
ApplicationConfig.REGEX_EXPRESSIONS property. |
Modifier and Type | Class and Description |
---|---|
class |
ProxyUrisPropertySetter
Setter for the
ApplicationConfig.PROXY_URIS property. |
Copyright © 2012-2015. All Rights Reserved.