|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.bristleback.server.bristle.binding.resolvers.IntegerPropertyResolver
public class IntegerPropertyResolver
This property resolver checks the type of the given value, returns the same object if value type is Integer or uses Integer.parseInt(String) otherwise.
| Constructor Summary | |
|---|---|
IntegerPropertyResolver()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
extractValue(java.lang.Object value)
Extracts value to integer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntegerPropertyResolver()
| Method Detail |
|---|
public java.lang.Integer extractValue(java.lang.Object value)
extractValue in interface PropertyValueResolver<java.lang.Integer>value - value to extract.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||