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