public class IntegerStringBinding extends AbstractStringBinding<Integer> implements Binding<Integer,String>
Constructor and Description |
---|
IntegerStringBinding() |
Modifier and Type | Method and Description |
---|---|
Class<Integer> |
getBoundClass()
Obtain the bound class
|
Integer |
unmarshal(String object)
Converts from the given String into the specified object
|
getTargetClass, marshal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTargetClass, marshal
getTargetClass
public IntegerStringBinding()
public Integer unmarshal(String object)
unmarshal
in interface FromUnmarshaller<Integer,String>
unmarshal
in class AbstractStringBinding<Integer>
object
- Object to transform, not nullpublic Class<Integer> getBoundClass()
getBoundClass
in interface FromUnmarshaller<Integer,String>
getBoundClass
in interface ToMarshaller<Integer,String>
Copyright © 2010–2018 Jadira Systems. All rights reserved.