public class BooleanStringBinding extends AbstractStringBinding<Boolean> implements Binding<Boolean,String>
Constructor and Description |
---|
BooleanStringBinding() |
Modifier and Type | Method and Description |
---|---|
Class<Boolean> |
getBoundClass()
Obtain the bound class
|
Boolean |
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 BooleanStringBinding()
public Boolean unmarshal(String object)
unmarshal
in interface FromUnmarshaller<Boolean,String>
unmarshal
in class AbstractStringBinding<Boolean>
object
- Object to transform, not nullpublic Class<Boolean> getBoundClass()
getBoundClass
in interface FromUnmarshaller<Boolean,String>
getBoundClass
in interface ToMarshaller<Boolean,String>
Copyright © 2010–2018 Jadira Systems. All rights reserved.