|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.reactive.beans.factory.config.AbstractPlaceholder org.reactive.beans.factory.config.DefaultPlaceholder
public class DefaultPlaceholder
The default implementation of a placeholder.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_TYPE_SEPERATOR
The default string used to seperate the type from the key. |
static java.lang.String |
TYPE_ARRAY
a string defined to signify the String class. |
static java.lang.String |
TYPE_LIST
a string defined to signify the List class. |
static java.lang.String |
TYPE_MAP
a string defined to signify the Map class. |
static java.lang.String |
TYPE_PROPS
a string defined to signify the Properties class. |
static java.lang.String |
TYPE_SET
a string defined to signify the Set class. |
static java.lang.String |
TYPE_STRING
a string defined to signify the String class. |
protected java.lang.String |
typeSeperator
|
Fields inherited from class org.reactive.beans.factory.config.AbstractPlaceholder |
---|
key, type |
Constructor Summary | |
---|---|
DefaultPlaceholder(java.lang.String value)
|
Method Summary | |
---|---|
protected java.lang.String |
determineKey(java.lang.String value)
Determines the key that the PlaceholderMatcher will use to evaluate the placeholder. |
protected java.lang.Class |
determineType(java.lang.String value)
Determines the class that the placeholder will evaluate to. |
java.lang.String |
getTypeSeperator()
Returns the value used to seperate type from the key. |
void |
setTypeSeperator(java.lang.String typeSeperator)
Sets the value used to seperate type from the key. |
Methods inherited from class org.reactive.beans.factory.config.AbstractPlaceholder |
---|
getKey, getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_TYPE_SEPERATOR
public static final java.lang.String TYPE_STRING
public static final java.lang.String TYPE_ARRAY
public static final java.lang.String TYPE_LIST
public static final java.lang.String TYPE_SET
public static final java.lang.String TYPE_MAP
public static final java.lang.String TYPE_PROPS
protected java.lang.String typeSeperator
Constructor Detail |
---|
public DefaultPlaceholder(java.lang.String value)
Method Detail |
---|
public java.lang.String getTypeSeperator()
public void setTypeSeperator(java.lang.String typeSeperator)
typeSeperator
- the value used to seperate type from the keyprotected java.lang.Class determineType(java.lang.String value)
AbstractPlaceholder
determineType
in class AbstractPlaceholder
value
- The String representation of the placeholder
protected java.lang.String determineKey(java.lang.String value)
AbstractPlaceholder
PlaceholderMatcher
will use to evaluate the placeholder.
determineKey
in class AbstractPlaceholder
value
- The String representation of the placeholder
PlaceholderMatcher
will use to evaluate the placeholder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |