- All Implemented Interfaces:
Comparable<ToStringProvider<?>>,ToStringProvider<Boolean>
-
Field Summary
Fields inherited from class org.meeuw.configuration.spi.AbstractToString
type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.meeuw.configuration.spi.AbstractToString
fromStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.meeuw.configuration.spi.ToStringProvider
compareTo
-
Constructor Details
-
BooleanToString
public BooleanToString()
-
-
Method Details
-
weight
public int weight()- Specified by:
weightin interfaceToStringProvider<Boolean>- Overrides:
weightin classAbstractToString<Boolean>
-
toString
Description copied from interface:ToStringProviderFor given value, check if the type is supported, and then convert it to a String.- Specified by:
toStringin interfaceToStringProvider<Boolean>- Overrides:
toStringin classAbstractToString<Boolean>
-
valueOf
- Specified by:
valueOfin classAbstractToString<Boolean>
-
toWrapper
- Overrides:
toWrapperin classAbstractToString<Boolean>
-